daoud
06-10-2009, 10:17 AM
I'm trying to close and open one dialog box from another and can't seem to figure it out. Is there any way this can be achieved.
I've tried using on a text link...
result = DialogEx.Show("Participant commercial", true, nil, nil);
result = DialogEx.Close(0);
but it closes the current dialog box and will not open up the other dialog box.
I've tried using on a text link...
result = DialogEx.Show("Participant commercial", true, nil, nil);
result = DialogEx.Close(0);
but it closes the current dialog box and will not open up the other dialog box.