Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse in a background
Message
From
21/07/1999 08:25:41
 
 
To
20/07/1999 18:38:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00243795
Message ID:
00244062
Views:
28
>>>*********************************
>>>use Mytable
>>>on key label F9 do form Myform
>>>browse
>>>close data
>>>*********************************
>>>
>>>It works perfect under 2.6 (except there wasn't
>>>"do form Myform", but "do Myform.spr"), however,
>>>in VF6 my browse window is closed after F9 key and
>>>program continues with next commands. I want to
>>>make browse window stay opened in a background and
>>>going on with browse-ing after Myform is released.
>>>
>
>>BROWSE NOWAIT
>
>???
>
>What do you mean with "nowait"? Program won't stop in a
>browse window, but I want it. During browse I'd like to
>have a possibility to press "F9" key, execute a form in
>a foreground and after I release the form I'd like to
>continue with a browse window.
>
>Is it possible?
>
>Thanks, Zlatko.

I misunderstood your question. I agree with Michel. Don't use a BROWSE. In my experience, BROWSE can cause severe data corruption because the user is directly editing the data. Use a grid. You can put it on a page frame on your form. What functionality do you want to get from the BROWSE.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform