Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INDEXSEEK in field default code
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00912351
Message ID:
00914157
Views:
30
Hi,

From the FAQ code:
>>
*!*             lnAppRec = recno()
*!*		do while seek(lnPrimary) &&, lnWorkArea, "primary")
*!*			lnPrimary=lnPrimary+1
*!*		enddo
*!*		go lnAppRec
>>
I'd tried something like this as a workaround but my GO gave a 'record out of range' error. In fact, with an appended record just :
lnRecno = RECNO()  && RECNO() = RECCOUNT()+1
GO lnRecno         && 'Record out of range'
Why did it work for you (or not work for me) ?

Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform