Hi list,
I'm showing a dialog (custom window) with window.showmodal()
dialog comes up no problem
in the save button (closes the dialog) I have this code
if App.CurrentWindow IsA studentswindow then
studentswindow
(App.CurrentWindow).pu_chooseDepartStudent.InsertRow
(0,fld_newDepartment.Text)
studentswindow
(App.CurrentWindow).pu_chooseDepartStudent.ListIndex = 0
End if
Self.Close()
This works BUT the underlying window (studentswindow) remains greyed
out until I move it on the screen. The execution continues normally.
It tried adding App.CurrentWindow.UpdateNow() didn't help
Please advice
TIA
Bart
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>