N
Niklas Östergren
Hi!
I´m creating a wizard in my app. but havné put much thought about how this
should work until now when I´m actually facing it.
So far I have created 5 fom´s that will be opened one after the other and at
the same time the second form is opened I close the first form, and so on
for all form´s. ´The user have 2 options after filling each form with data
<cmdAbort> and <cmdNext>. Where <cmdAbort> ask the user if the data entered
in the form shall be delted and after the selection from the user closes the
form. This goes in all my form´s so far. And if user select <cmdNext> the
next form openes and the current form closes.
I don´t think this is a good approach and would like to heare how do you
solve this? I´m thinking of if the user select´s <cmdAbort>. Isn´t it farley
common that the user step´s back to the form before (ex. if the user select
<cmdAbort> in form 4, form 4 closes and form 3 opens with the same data that
the user have entered)?
Now to my concrete Q:
- How do you solve this? Do you minimize the form or is it possibel to set
it´s property [Visible] = False and switch it back to [Visible] = True when
needed?
TIA!
// Niklas
I´m creating a wizard in my app. but havné put much thought about how this
should work until now when I´m actually facing it.
So far I have created 5 fom´s that will be opened one after the other and at
the same time the second form is opened I close the first form, and so on
for all form´s. ´The user have 2 options after filling each form with data
<cmdAbort> and <cmdNext>. Where <cmdAbort> ask the user if the data entered
in the form shall be delted and after the selection from the user closes the
form. This goes in all my form´s so far. And if user select <cmdNext> the
next form openes and the current form closes.
I don´t think this is a good approach and would like to heare how do you
solve this? I´m thinking of if the user select´s <cmdAbort>. Isn´t it farley
common that the user step´s back to the form before (ex. if the user select
<cmdAbort> in form 4, form 4 closes and form 3 opens with the same data that
the user have entered)?
Now to my concrete Q:
- How do you solve this? Do you minimize the form or is it possibel to set
it´s property [Visible] = False and switch it back to [Visible] = True when
needed?
TIA!
// Niklas