Another question.

I have a Base form with a gridcontrol. I would like to have my basic function called as the gridcontrol is updating the screen.

In other words. What I want to do is to have a particular cell formatted differently depending on the value of the bound coulm in the rowset.

Now I have tried the events that made sense on the grid control itself and on the databaseform component. My function is called when the form is first loaded and with the first record selected, prior to the grid being painted on the screen. I can also have my function called when the user moves from one row to another. But that is not what I want. I need to be called whenever the grid is updating itself on load, or scrolling for any reason.

If I can not do this with one of the exposed event stubs CAN I do this by adding my own listener object to the grid? To the databaseForm?

I suppose I could call a different function in the After Load event of the databaseform, and then force the rowset to the first record and move to the next record for each row on the screen. I guess that would trigger my event on the After Record Change event. This seems like a hack work around however .

Thanks again

Drew Jensen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to