Why is it after I define a new method: ie, GetRecord
that Foxpro dies when I assign this method as follows:
THISFORM.GetRecord (
and the moment I enter the ( I get the following error: Fatal Error
Exception Code=C0000005.
This Method has LPARAMETERS and I am simply trying to pass them.
This is VFP7 with SP2 and thats as good as it gets. If I paste
GetRecord ("Delete") it works fine, as long as I don't do this within
the Foxpro environment...
Am I missing some important update?
Thanks for your help