Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms as Top-Level Forms cannot stay opened...
Message
From
06/10/2002 22:14:10
 
 
To
05/10/2002 02:24:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00708027
Message ID:
00708253
Views:
8
Thank you very much Cetin, this really helped !-)

I was testing several "situations", and really find out the behaviour
pretty weird.

Would you like to explain why using the fix below it works?

I am calling the first form from a program and doing this :

do form ..\forms\my_first_form.scx
READ events

Thanks again I think this fix will help more people.

>>Hi,
>> I created two top-level forms, one which has a simple button, that in the
>>click event has the code below, the other one(enc_psw_prompt) has a field
>>to enter a password, and two buttons ok, and cancel.
>>
>> Very simple but, the second form enc_psw_prompt, doesn't stay, the code
>>is just ignoring it, I couldn't find the reason of this behavior.
>>
>> Basically if the use of top-level forms.
>>
>> I will appreciate any info or solution.
>>
>>Thanks!
>>
>>* THIS CODE USES THE linked METHOD
>>DO FORM ..\forms\enc_psw_prompt name fNewData linked && link scope of modal form to local variable
>>READ EVENTS
>>cListIDs = fNewData.uReturnValue
>>RELEASE fNewData && releases both variable and form
>>
>>* THIS IS JUST TO LET YOU KNOW, THE PREVIOUS FORM
>>* WAS LAUNCHED BUT THE READ DIDN'T STOP
>>lcCurrDir = SYS(5)+SYS(2003)
>>lcDirLoc = GETDIR(lcCurrDir, "Please locate Atlas installation")
>>
>>* THIS IS CALLING THE SAME FORM USING REGULAR CALL
>>DO FORM enc_psw_prompt
>>READ EVENTS
>
>Juan,
>Put :
>
>this.show
>read events
>
>in 1st form.init.
>
>Make the other modal (should set showwindow to InTopLevel).
>
>Cetin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform