Dynamic textbox bug!


Can anyone tell me what’s wrong?
When I change text it shows runtime error.

1 Like

When is the error occurring exactly in your process?

Can you show the values of ID and TEXT when the error occurs?

1 Like

Hey @vknow360,
Can you send screenshot of error. When do you encounter the error?
And try setting a procedure for creating text box rather than putting that directly into Screen Initialise block.
You can see the example here. It works fine… IMG_20190317_075549

1 Like

The textbox is set to receive the same kind of data you are using?
Example: Text, number…

There is a error because an endless loop is created on Text Changed Block. Remove that block and it will solve your problem

1 Like

Real solution.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.