Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create form programatically with private datasess
Message
De
30/07/2000 16:10:42
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00397819
Message ID:
00398635
Vues:
19
Larry,

Things are moving pretty fast here. My old DOS app has a function that does something similar to your frmPickList. To minimize the changes I need to make, that same function now calls a new class, frmQuickPickList. The idea is to create the pick list on the fly from the info available.

First I create the help cursor, then:

SET CLASSLIB TO _aFWPickList ADDITIVE && My library
loPickList = CREATEOBJECT('_afrmQuickPickList') && The new class

Problem is, the PickList form is never shown, even though it's modal. What could be the problem ?

Thanks again.

Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform