Syntax
| SQL.SearchProduct([ResQuery][, ExcludeDeleted][, ExtraFilter])
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| High-level function that greatly simplifies searching the article file. If successful, the function returns an article number in a long integer (Long).
This function is optimized for retrieving complex search queries; Its search power is comparable to that of well-known search engines on the Internet. For an explanation of the search capabilities, see the explanation in the general guide.
| ||||||||
See Also
| other SQL.Searchxxxxxxxx functions, Product Management.
| ||||||||
Example
| Sub Main() Debug.Print SQL.SearchProduct() End Sub | ||||||||