Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i show field captions using moverlist
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00951082
Message ID:
00951290
Views:
7
Hi Boris,

meanwhile i've do it my problem (before a couple of days which i asked to you) . with terminal server :)

now we can turn this thread ;

i can add on form init event aCaption[1]
with this._moverlist1
.addproperty("aCaption","[1]")
endwith
>Hi Soykan,
>The first thinq comes to my mind is: Subclass controls.vcx, Add a properite to new class >named aCaption[1] as array, change the rowsource to that arra, in Interactive change of the >control when User choose what table to display invoke a method where You fill that array >with captions of the fields using DBGETPROP("Name Of the Field", "FIELD, "Caption")

how would be the rowsource syntax,interactive change codes ? i know what does dbgetprop() but i couldnt find any good idea use it to show field captions on the moverlist .

TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform