Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SETALL to set grid column cmdbutton caption
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00698767
Message ID:
00698814
Views:
18
Sparse is false. the caption for the cmdbutton for ALL the rows in grid is the field value of the first row in the grid.


>Try set property Sparse on column1 to .F.
>
> MartinJ
>
>>I have a very busy grid and i dont want to add another column. instead i have dropped a command button into column1 and am trying to set the button's caption to the value of the field.
>>
>>
>>WITH THISFORM.grdtime
>> .column1.Controlsource = "v_timeapprove.sc_name"
>> .Column1.CmdEmail.caption = v_timeapprove.sc_name
>>

>>
>>Whats happens is every row's command button caption is the same as the value of the first row.
>>
>>Is this possible?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform