Escaping PUSH Button with ACTION::Cancel

wwestendorpwwestendorp Member Posts: 178
I have a problem.

I know it is wrong but i have some code in a push button in a form.
First it opens a dataport where after via some code data is converted and transferred into another table.

If I hit the escape button (in the dataport) then it returns to the form and runs the existing code.

How can I change it that it only runs the code if an import via the database has beeing done.

I thought that a possible way was with the Action::Cancel but I don't know if this will work with a dataport.

Any sugestions.

Maybe with exchanging a value from the dataport to the form?

](*,)
Sign In or Register to comment.