Subject | Hook in a cycle |
---|---|
Author | Dorin Pacurar |
Post date | 2001-01-06T02:23:20Z |
I have a form with many inputs (TEdit,TIB_Edit, TIB_RadioGroup,
TIP_LookupCombo).
The TEdit value is filled when the form is created, based on a generator
value.
When all the values are supplied I make an insert and some updates (in a
Storedproc with params from the values in the form).
All of this are in a repeat... until block. (The reason is that the user
must fill all the controls only the first time).
If the Storedproc succeed it's OK. But if not (rollbacked), either the user
cancel the form or retries (after changing some values) the application
freezes.
Hope that I'm not too confusing, but can anyone help me ?
Dorin
TIP_LookupCombo).
The TEdit value is filled when the form is created, based on a generator
value.
When all the values are supplied I make an insert and some updates (in a
Storedproc with params from the values in the form).
All of this are in a repeat... until block. (The reason is that the user
must fill all the controls only the first time).
If the Storedproc succeed it's OK. But if not (rollbacked), either the user
cancel the form or retries (after changing some values) the application
freezes.
Hope that I'm not too confusing, but can anyone help me ?
Dorin