Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unrecognized command verb
Message
From
14/07/2004 17:50:59
 
 
To
14/07/2004 17:47:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00924272
Message ID:
00924420
Views:
20
>Fred,
>
>Thanks for the tip, I'll certainly use it. I'm surprised that I haven't seen that before.
>
>>One more note:
>>
>>You can't set the RowSource in the property sheet. Set it in the .Init of your control:
>>
this.RowSource="thisform.YourMethod()"
I had to go look it up in my classes. It's been awhile. ;) If you build a particular method into your base classes and then call it in the .Init, it doesn't have to be a form method, it can be a method of your own class:
this.RowSourceType = 3
this.RowSource = "this.GetData()"
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform