Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ThisForm.aTables[1]
Message
From
20/08/2002 10:15:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
ThisForm.aTables[1]
Miscellaneous
Thread ID:
00691445
Message ID:
00691445
Views:
42
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 .

Next
Reply
Map
View

Click here to load this message in the networking platform