Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox keeps asking for parameter
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01487793
Message ID:
01488568
Views:
39
>This is still a problem. This happens every time I create a new record. The tracing ends up stopping at the ComboBox AddItem method. The code seems to blow up while trying to execute ThisForm.Refresh(). The error states, "No parameter statement is found."
>
>>>I have three comboboxes which are saying something like "No PARAMETER statement is found", when I click on my NEW (new record) button. I have the same exact setup in another form and it doesn't do this. Incredible.
>
>>Most likely you're trying to call a method (or procedure) that doesn't have parameters statement, but you're trying to invoke it with the parameter.
>>Can you find out the exact code line generating the error?
Hi,

use the debugger to find out which statement will give you the error. Or use an errorcatching and see which line of code is causing this.

Regards,
Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform