Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prev Next page command button and disabled pages
Message
De
02/11/2004 07:52:19
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
02/11/2004 07:49:50
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
00956952
Message ID:
00956961
Vues:
12
This message has been marked as a message which has helped to the initial question of the thread.
Sorry you need to change this bit:

lnPage = 1
FOR i = 1 TO THISFORM.pgf.PAGECOUNT
lnPage = IIF(THISFORM.pgf.ACTIVEPAGE = THISFORM.pgf.PAGECOUNT, ;
1, THISFORM.pgf.ACTIVEPAGE + lnPage)
IF THISFORM.pgf.Page(lnPage).enabled && whatever property your using to identify it as being disabled
* the page is enabled go to it

THISFORM.pgf.ACTIVEPAGE = lnPage
EXIT
ENDIF
lnPage = lnPage + 1
NEXT
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform