Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I have an edit box in my grid?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00172385
Message ID:
00172846
Views:
24
>=aselobj( laCol )
>laCol[1].RemoveObject( "text1" )
>set classlib to YourClassLib additive
>laCol[1].AddObject( "Edit1", "YourEditBoxClass" )

Or in VFP6,
loCol[1].NewObject('Edit1', 'YourEditBoxClass', 'YourClassLib')
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform