Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Forms from other forms
Message
De
26/03/2001 10:22:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00488439
Message ID:
00488569
Vues:
11
I use the same combobox (states) on both the parent and child forms. It contains the following code in the INIT:

SELECT cValue1, cDescript, id ;
FROM PICKLIST ;
WHERE ALLTRIM(cType) == 'STATE';
INTO CURSOR STATES ;
ORDER BY cDescript

Could this be causing the problem, because when I close my child form I get "Cannot access the selected table" and my states combo disappears?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform