Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formsets or Forms
Message
From
21/01/1999 11:24:50
 
 
To
21/01/1999 10:08:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00178447
Message ID:
00178498
Views:
30
Ok, I will look into that.

What In trying to do is I have a form with a check box that allows access to a database. when this box is checked i go see if there is a password enetered for this user, if there is not I want to open another form to get the password and send it back.

If this.value = .t.
do form password to lcpassword
endif

is this how its done or is there a different way?


>>This may have been answered before. I want to call a form from another form to get a value returned for the parent form. do these forms need to be in a formset or can I have then as separate forms? if I have to make them into a formset, then Im being told that all the methods and properties will be moved, what does this mean and what things will I have to change?
>>
>>Thanks
>>Ron
>
>You can use separate forms. There are few methods to communicate between forms. The simplest one is to serach in Forms collection.
>
>For Each oForm In _SCREEN.Forms
> IF oForm.Name=="myform"
>  eValue=oForm.Property1
>  Return eValue
> ENDIF
>EndFor
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform