TrueGrid Pro 2.1c
Tech Support Questions

Q. How can I make a Truegrid Pro field flashing with a specified color.

A. You can cause a flashing effect by refreshing the appropriate cells. The grid has methods/properties to refresh the entire grid, a column or a row. Use the FetchAttributes event to set the cell color.

Q. Is there a way to use "create snapshot" and use the results in Truegrid ?

A. You can not bind the grid to a snapshot. You can put the data from the snapshot into the grid by using the grid unbound. The best way to do this would be to create an array and put the snapshot values into the array.

Q. I have a Truegrid contained withing a frame control on a form where the ScaleMode property is set to Pixels. It appears that the Top, Left, Width, Height, and CellRectHeight properties of the TrueGrid are always returned in Twips in spite of the ScaleMode setting on the form. Is this the proper behaviour or am I doing something wrong? Is this possibly because the grid is within a containing control?

A. If, the Frame is the grid's container, the CellRectHeight will return a value based on that container's ScaleMode. If you put the grid on the form the CellRectHeight will return different values depending on the ScaleMode of the form.

[TECH SUPPORT TOC]

[HOME] [TABLE OF CONTENTS] [SEARCH]