This is an old revision of the document!
SEARCH_COUNT
Description
Returns the number of object instances found by the last query
Parameters
None
Example
FIND ALL Account
IF SEARCH_COUNT = 1 THEN
DISPLAY MESSAGE ('One account was found')
This is an old revision of the document!
Returns the number of object instances found by the last query
None
FIND ALL Account
IF SEARCH_COUNT = 1 THEN
DISPLAY MESSAGE ('One account was found')