Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids - how to show a suspended item without highlightin
Message
From
05/06/2004 13:01:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/06/2004 16:02:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00910109
Message ID:
00910370
Views:
23
>We have a grid that displays policies. Some policies have suspended items. Right now we have added a column to the grid row that contains a checkbox. When the box is checked, it denotes that the policy has suspended items. However, it does not really standout and we do not care for the appearance of the checkbox in the column when it is not checked. It would be preferable to have a bitmap or somthing that would have a better appearance to denote a suspended item on a policy. Does anyone have any ideas? We don't want to do bold text (which we do on other grids to make a row stand out) or special row highlighting since the currently selected policy is always highlighted and it may be too confusing to the user. In FPD26 we we had an X on the far left of the row that would blink. Appreciate any ideas...
>
>TIA,
>Tracy

Tracy,
Do you mean just to show a checkmark ? If so a column with wingdings font and char 0xFC would do. ie:
with thisform.myGrid.clmSuspended
  .Controlsource = '(iif(myAlias.Suspended,chr(0xFC),""))'
  .Fontname = "Wingdings"
  .Fontsize = 12
  .Alignment = 2
endwith 
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform