Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple browse on screen
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00458618
Message ID:
00458635
Views:
11
Ahah.....add the NOWAIT clause.

close all
select 1
use table1
browse nowait
select 2
use table2
browse nowait

The windows will open on top of each other, but you can set up window preferences if you want them to open in different parts of the screen.
==========================

>>I'm not sure if this isn't overly simplistic, but you can always just select a different work area and browse.
>>
>>SELECT 0
>>USE table1
>>BROWSE
>>
>>SELECT 0
>>USE table2
>>BROWSE
>>
>>.... etc. etc.
>>
>>
>>
>Unfortunately, it does not display browse table1 and table2 simultaneously
>Ed
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Previous
Reply
Map
View

Click here to load this message in the networking platform