Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias is not found error when reccount() on cursor
Message
 
To
22/05/2007 14:04:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01227712
Message ID:
01227746
Views:
17
>There a "1" missing at the end of the alias.
x = RECCOUNT('crs_grid1')   && 1 was missing
HTH
>
>>I am getting an "alias is not found" error when I'm trying to count the records in the cursor. Is there a another way to see if the cursor has any records? Here is the code I have:
>>
>>
>>REQUERY('lv_whs_request')
>>INSERT INTO crs_grid1 (crsinst, crsprod, crswhs, crswho, crsdte, crsrequestamt, crsiid, crspid, crsird, crsaccptamt) SELECT * from lv_whs_request
>>
>>	SELECT crs_grid1
>>	x = RECCOUNT('crs_grid')
>>
Doh!!!! Overlooking simple things. Thanks Sylvain.

Nick
Previous
Reply
Map
View

Click here to load this message in the networking platform