Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing deleted records in grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00220886
Message ID:
00220918
Views:
29
Hi Silvio,

With SET DELETED OFF, try putting the following in the Grid's init event:

this.setall('DynamicFontStrikeThru','iif(deleted(), .T.,.f.)')

Records that have been marked for deletion will be shown in a strike through style.

>In some complex grids I would like to give users the possibility checking wich records have been deleted before commiting the changes. Is there a way of doing it without using to set deleted on? I would like something like setting DynamicFontStrikeThru to .T. when the record is deleted. The way I have it now works but the record disappears as soon as I move to a different row.
>
>TIA
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform