Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create form programatically with private datasess
Message
From
30/07/2000 16:10:42
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00397819
Message ID:
00398635
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform