Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help in 2.6 migration
Message
From
29/04/2002 20:07:28
 
 
To
29/04/2002 18:52:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00650251
Message ID:
00650690
Views:
23
Gary,

I find if I step through the code in the click method, right after dodefault() it starts on the when of the list button. At that moment focus is on the lookup form and it functions properly, althougn it is extremely slow. Maybe that is a clue?



>Alex:
>
>Phew. You have a bit of a tough one here <s>. I will have a think about this but a thought to be getting on with. You could subclass the list method on the form and try something like.
>
>
>thisform.visible = .F.
>thisform.show(2) && Modeless.
>dodefault()  && Call your list.
>thisform.visible = .F.
>thisform.show(1) && Modal
>
>
>I don't know whether this would work but its worth playing around with.
>
>-=Gary
Previous
Reply
Map
View

Click here to load this message in the networking platform