Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go bottom
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00950231
Message ID:
00951784
Views:
10
_TALLY is for tables, if you are using an array try using ALEN()

>Hi,
>Make sure that is at least ONE record matched in your query.
>
>
>SELECT MAX(myField) FROM (ALIAS()) INTO ARRAY laArray
>
>IF _TALLY > 0
>  THISFORM.txt.Value = laArray + 1
>ENDIF
>
>
>HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform