Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How prevent Browse losing focus?
Message
From
25/01/2000 06:17:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/01/2000 04:19:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00320844
Message ID:
00322079
Views:
26
>Greetings Cetin
>
>>You could use "nowait" clause. If further you use "name" clause too you could manage it like a grid control and set some grid properties ;) e.g.:
>
>etc.
>
>interesting insight into the use of the name clause but how would it help in the scenario I described? The requirement is to be able to access menu items, (chiefly to set up searches and run reports) without losing the browse. I can do this with a grid on a form but I can't see how to do it with a freeform browse window. Having said that, the form+grid version seems to be doing what I need in any case, so perhaps its another dos type feature I can live without...
>
>regards
>
>Harry


Harry,
I really didn't mean you need a form for that :
on key label "F2" clear events
clear all
use employee order tag emp_id
browse nowait
select 0
use orders order tag cust_id
set relation to emp_id into employee
browse nowait
select 0
use customer
set relation to cust_id into orders
browse nowait
read events
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform