Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE DBF() AGAIN not working outside Private form
Message
From
18/03/1999 01:50:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
USE DBF() AGAIN not working outside Private form
Miscellaneous
Thread ID:
00199080
Message ID:
00199080
Views:
59
Hi all,

Has anyone experienced this before? I've 2 forms, both Private DS. Form1 creates a temporary cursor by :-

SELECT * FROM (cTable) INTO CURSOR cTemp NOFILTER
DO Form2 WITH DBF('cTemp')

Form1 calls Form2 with the ?.TMP name. Form2.Init fails to open the file.

However :-

SELECT * FROM (cTable) INTO CURSOR cTemp NOFILTER
USE DBF('cTemp') IN 0 AGAIN SHARED ALIAS abc

works within Form1

TIA

Kenneth
Kenneth.
Next
Reply
Map
View

Click here to load this message in the networking platform