Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select Statement Confusion
Message
 
 
À
30/11/1999 13:36:31
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00296934
Message ID:
00297024
Vues:
22
>In the form, open MyView with the NODATA clause.
>
>I'm not really clear on how to do this.

2 ways:

use myview nodata

OR...

Add the view to the form's Data Environment, set the NoDataOnLoad property of the view to TRUE. In the BeforeOpenTables method, include the following:

set talk off
set deleted on
set exclusive off
set multilocks on
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform