Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Coordinating menus with toolbars
Message
 
À
14/06/1999 19:47:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00229002
Message ID:
00229791
Vues:
23
>Thanks again for the help. The first reference you gave me works fine. I will avoid formsets in the future. You mentioned the property "movenext." I could not find it in VFP, where can should I look?

This would be a custom property that you would create. A typical "movenext" might contain the following code.


SELECT (thisform.dataenvironment.cursor1.alias)
set order to (thisform.dataenvironment.cursor1.order)
if not eof()
skip 1
if eof()
skip -1
endif
endif
THISFORM.REFRESH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform