Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicFontStrikeThru
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00159439
Message ID:
00159455
Views:
20
>Could anybody tell me how to use DynamicFontStrikeThru in a grid on run time. For example if I press a key or a CommandButton I'd like to aply it to a row.

Same way as anything else, something like:

grid.SetAll("Dynamicfontstrikethru",;
"IIF(recno()=nrecnum,;
.T.,.F.)", "Column")

You probably have to set the active cell in text.gotfocus, like

textbox.fontstrikethru = .t.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform