Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No labels in modeless top level form ????
Message
From
02/03/2006 09:42:41
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
No labels in modeless top level form ????
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MySQL
Miscellaneous
Thread ID:
01100861
Message ID:
01100861
Views:
53
Hello Everbody !

I have a modal form xy(in screen) with serveral labels and no user input !
At init i set the label.captions from parameters i pass to the form
At activate i do
dodefault()
do longprocedure xyz
thisform.release


my main programm works in an endless loop
...
...

do while true
do some connections to different databases on different servers
do form xy with a,b,c,d,...
do some disconnections to different databases on different servers
wait timeout nnnnnnnn
enddo

Everything works as expected.
Now i did:
_screen.visible = .F. in my main programm and set the form xy to modless(as top level form)

The exe is still working, but the form xy is shown without any labels
(just form.caption and borders) ???????????????
After execution of longprocedure xyz the form xy is released and the controll is passed back
to the main-programm.

Why are the labels in form xy not shown ??? What am i missing ????

Any help welcomed

Best regards
Albert
Next
Reply
Map
View

Click here to load this message in the networking platform