Hi,
I have a form with a GRID to wicj I have to change the ColumnCount property
on user´s demand, however I need all columns have some specific code on the
Resize method .
First thing I tried was to use the WriteMethod method but it seems it will
be not useful because it works only at design time (I don't understand what
is called design time on this context, but it seems it will be not a
solution)
Second try was to crete a custom GRID class based on the normal VFP GRID
class, however I found that I would also need to create a custom COLUMN
class. at least because I am creating the custom class visually instead of
using code.
It seem to me there is some way to create the custom GRID class without
having to create also a Column custom class, but I don't know how
Thanks in advance for your comments
Oscar Taboada