Has anyone experienced the above error when using the following code constructions
THISFORM.methodname(
THISFORMSET.methodname(
I have been using these code constructions when attempting to set up code within a form or formset that will allow the passing of parameters to a method of the form or formset. The error occurs when typing the opening parenthesis. At first I thought that it was peculiar to one PC running Windows NT4.0 but it has also now occurred on a Windows 2000 PC. I have avoided the error by using global variables instead of passing parameters but it would be good to know if there is a solution out there.
I may be wrong but the error appears to suggest that FoxPro is trying to address a piece of memory that is either corrupt, invalid or locked by another application.
THISFORM.methodname(
THISFORMSET.methodname(
I have been using these code constructions when attempting to set up code within a form or formset that will allow the passing of parameters to a method of the form or formset. The error occurs when typing the opening parenthesis. At first I thought that it was peculiar to one PC running Windows NT4.0 but it has also now occurred on a Windows 2000 PC. I have avoided the error by using global variables instead of passing parameters but it would be good to know if there is a solution out there.
I may be wrong but the error appears to suggest that FoxPro is trying to address a piece of memory that is either corrupt, invalid or locked by another application.