Hi,
Here's a frustrating problem we're experiencing ever since using the grid
memberclass to point to a custom column class; I am hoping someone has
encountered and fixed this!
We're using VFP 9 (no sp).
Intermittently, *only* when running our exe from within a VFP development
session, forms/classes which contain our grid class using the memberclass
feature take a long time to open (eg. a form should take no time to open but
instead takes 2 minutes!).
I have tracked the slowness to any code which causes VFP to add columns to
the grid : this.recordsource = something, this.columncount = x etc.
It appears that the slowness only occurs after building the project and only
when a change has been made to a class (and maybe also a form) that contains
our grid class. The only remedy is to exit VFP and run it again, the
problem disappears after the restart.
It is as though VFP is having trouble finding the prg/fxp which contains the
column class definition, even though the prg is included in the project and
is one of the procedure files (set procedure to ...).
Any ideas?
Thanks.
Paul Elliott