Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Please someone explain to me the Browse in 5.0
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00138118
Message ID:
00139364
Views:
25
><snip>
>
>>>1. is there a way to make a browse window modal?
>>>
>
>>I've never used it but try looking at the preference clause.
>
>do not think the preference clause will help. have a modal form that has a browse window on it. the modal form also has some buttons: add, delete, etc. when the client presses a button i want the browse window to still be visible. would like to always have the browse window visible. and it the buttons take focus want to throw focus quickly back to the browse window. any ideas.
>
>also, i do not understand why in my case - the modal form that calls the browse window did not need the SAVE clause of the browse. the modal forms browse window is not destroyed if you click on the underneath form. it just hides behind the modal form. cycle brings it back to the top. yet my other browse windows, called from the toplevelform, were destroyed, unless i used the SAVE clause. do browse windows called from dmodal forms and modless forms behave differently?
>
>thanks - brenda

Hi,
You should be able to use the name clause and reference the browse window as an object variable ,then call the activate method.
The window doesn't go away with a modal form because all other program execution is suspended until the modal form is released, except threads used by the form itself.
Sounds to me like you need to use a grid.

Eric K.
Previous
Reply
Map
View

Click here to load this message in the networking platform