kku
December 19th, 2008, 01:06 AM
Hi Expertz,
I have a problem that I show a dialog in a form like in a loop like
for i=0 to itotal then
if (codition) then
Dim DlgPas As New DialogPass()
DlgPas.Show()
end if
....
...........
...........
next
i want to stop a process when if condition is true..for example if i=2 and if condition is true then until the user not click OK button on DlgPas Form programe should not go next line ...
Thanx
frm adnanio Brzzzz
I have a problem that I show a dialog in a form like in a loop like
for i=0 to itotal then
if (codition) then
Dim DlgPas As New DialogPass()
DlgPas.Show()
end if
....
...........
...........
next
i want to stop a process when if condition is true..for example if i=2 and if condition is true then until the user not click OK button on DlgPas Form programe should not go next line ...
Thanx
frm adnanio Brzzzz