Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving from one form to another form
Message
De
04/03/2003 14:06:02
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00732459
Message ID:
00761080
Vues:
21
Form 1 (frmPFDMain): Button that calls the second form:

SELECT pfdaddr
recsave = RECNO()

THISFORM.Hide()
IF WEXIST('frmAddList')
frmAddList.Show()
ELSE
DO FORM pfd_addlist
ENDIF

Form 2 (frmAddList): Button that calls for the Form 1 to return:
THISFORM.Hide()
frmPFDMain.Show()

One thing though, Form 1 (frmPFDMain) is part of a form set (frsPFDAddr) but form 2 is not part of that form set. Does that matter?

>Could you post all the code in the Click of that button?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform