Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple browse on screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00458618
Message ID:
00458635
Vues:
12
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform