Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE DBF() AGAIN not working outside Private form
Message
De
18/03/1999 01:50:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
USE DBF() AGAIN not working outside Private form
Divers
Thread ID:
00199080
Message ID:
00199080
Vues:
60
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform