G
Guenther Sohler
Guest
I have been programming forms the last days.
This process is as follows, that the user fills in some fields and
presses "OK".
Then the callback is called and processes the input given.
The issue is following: if the user gives incorrect data, the callback
cannot execute correctly and has to quit. Thus the user has to start
the form again to reenter all the data.
How can this be prevented ?
if the callback detects invalid data, how can the user be sent back to the
already-filled-out form, correct it and try "OK" again ?
rds
This process is as follows, that the user fills in some fields and
presses "OK".
Then the callback is called and processes the input given.
The issue is following: if the user gives incorrect data, the callback
cannot execute correctly and has to quit. Thus the user has to start
the form again to reenter all the data.
How can this be prevented ?
if the callback detects invalid data, how can the user be sent back to the
already-filled-out form, correct it and try "OK" again ?
rds