Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two forms
Message
 
À
18/06/2001 11:53:08
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00520638
Message ID:
00520699
Vues:
18
Try this:
_SCREEN.FORMS[1].RELEASE
To be sure you're closing the correct form, you might want to expand the code:
FOR EACH Form IN _SCREEN.FORMS
  IF Form.NAME = <Name of form you want to close>
    Form.RELEASE
    EXIT
  ENDIF
ENDFOR
>Hi, I have 2 forms in same time (form1 and form2). In form2 i click in botton to release the form1 example (form1.release) and the message error appears:
>
>"Object FORM1 is not found"
>
>Please help me
>
>thank you all
Brien R. Givens

Brampwood Systems
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform