Respected Experts
I have following blocks
When DatePicker1.AfterDateSet event occurs then this error message appears
Call to 'gnu.expr.Closure' has too few arguments (0; must be 1)
Please help me to sort out the issue
Regards
Respected Experts
I have following blocks
When DatePicker1.AfterDateSet event occurs then this error message appears
Call to 'gnu.expr.Closure' has too few arguments (0; must be 1)
Please help me to sort out the issue
Regards
What about doing a search in the community?
Taifun
Hmm. So the issue is related to your response_date procedure. It takes one argument, but for some reason the call block in the Web1.GotText event handler isn't expressing that correctly. Try using the dropdown to pick another procedure and then switch back to the response_date procedure to see if the argument list updates to accurately reflect that the procedure expects an argument.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.