Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modeless Forms are not objects !?!?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00226135
Message ID:
00226627
Views:
22
>Hi George,
>
>I just tested it and it appears that forms(1) is the first form run and
>forms(2) is the second form run, etc..

Hi Jim,

Maybe initially, but afterward? I don't know. I did the ran following with two forms. The first had the caption "Form1" and the second "Form2". Below is the code snippet I tested and the results.
WAIT WINDOW _SCREEN.Forms(1).Caption TIMEOUT 1 && "Form1" displayed
_SCREEN.Forms(2).Show
WAIT WINDOW _SCREEN.Forms(1).Caption TIMEOUT 1 && "Form2" displayed
_SCREEN.Forms(2).Show
WAIT WINDOW _SCREEN.Forms(1).Caption TIMEOUT 1 && "Form1" displayed
The above was run under VFP 6.0 SP3. However, I had observed this behavior before. Any ideas or insights would be appreciated.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform