Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ThisForm.aTables[1]
Message
De
20/08/2002 10:15:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
ThisForm.aTables[1]
Divers
Thread ID:
00691445
Message ID:
00691445
Vues:
41
Hi

In Load of my form , i do :
ThisForm.aTables[1] = "Tmp\" + SUBSTR(SYS(2015), 3 , 10 )   

SELECT ...  INTO TABLE ThisForm.aTables[1]

Select aLIAS()
USE

Use (ThisForm.aTables[1]) in 0 alias TmpNCOri
After , in any property of my form , i do

Select TmpNCOri
&& Other commands that work with table TmpNCOri

Sometimes work ok , but sometimes , TmpNCOri is out of date , for example i only see one record , but i Know that TmpNCOri should have two records .

If i make this

Select TmpNCOri
BROWSE
&& Other commands that work with table TmpNCOri

always and everything works good !
I don´t want make Browse !

Can you help me ?

Thanks


Pedro Silva

world is wonderful with your help .

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform