Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go bottom
Message
From
11/10/2004 04:12:35
 
 
To
11/10/2004 04:02:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00950231
Message ID:
00950342
Views:
17
>hi,
>
>i try i get eror message (variable laarray is not found)
>
>SELECT MAX(billno) FROM mstr INTO ARRAY laArray
>THISFORM.TEXT1.VALUE = laArray + 1
>
>thanks.

That tends to indicate that there were no records returned by the query. Are you sure that the table/alias mstr has at least one record in it (someone else mentioned this, I think). If so, are all the records deleted and SET DELETED is ON????
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform