My application, built in VFP 9 SP2, recently threw a Function argument value, type, or count is invalid error on the line
which is in the Click method of a command button. Can anyone suggest how that might have occurred?
The variable inval1 wasn't declared in the method, but I've searched the application (using the Code References tool) for that string and it only came back with results from this Click method.
By the way, that line is taken from Tek-Tips faq1254-5072.
Thanks,
Stewart
Code:
inval1 = INKEY(0.06,[HM])
The variable inval1 wasn't declared in the method, but I've searched the application (using the Code References tool) for that string and it only came back with results from this Click method.
By the way, that line is taken from Tek-Tips faq1254-5072.
Thanks,
Stewart