Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INDEXSEEK in field default code
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00912351
Message ID:
00914157
Vues:
29
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform