Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two forms
Message
 
To
18/06/2001 11:53:08
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00520638
Message ID:
00520699
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform