Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A question about WORK AREAS.
Message
De
08/09/1997 19:22:59
 
 
À
08/09/1997 14:11:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00049003
Message ID:
00049079
Vues:
43
>>What is the best way to save the record pointer position in many work areas?
>>Example:
>>select 1
>>cur_rec = recno
>>select 2
>>cur_rec = recno
>
>Select 1
>Thisform.Currec1 = recno()
>Select 2
>Thisform.Currec2 = recno()

Just a little better:
Thisform.Currec1 = recno(1)
Thisform.Currec2 = recno(2)

because SELECT is big time consumer.

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform