Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go bottom
Message
From
11/10/2004 03:49:51
 
 
To
11/10/2004 03:06:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00950231
Message ID:
00950338
Views:
15
>hi,
>
>i try but same message
>
>at myform procedure activate
>
>SELECT 1
>SELECT MAX(BILLNO) FROM (mstr()) INTO ARRAY laArray
>
>IF _TALLY > 0
>  THISFORM.TEXT1.VALUE = laArray + 1
>ENDIF
>
>
>thanks.

Your syntax says "There is an array or function named MSTR which will return a character result. Use that character result as the name of the table/alias from which MAX(billno) should be selected."

More than likely you mean

SELECT MAX(billno) FROM mstr INTO ARRAY laArray
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform