Hi,
I have a form with a button that evokes another form and after that one is closed, must refresh itself. Simply making the code like
DO FORM FormName
thisform.Refresh
doesn't work, or, more precisely, Refresh is called immediately after opening the child form, not after it ends its work. I set child form's WindowMode to 1(Modal), but it didn't help; then I tried to call for it with TO clause and a dummy return variable, but I got the error message saying that it is only allowed for forms with WindowMode=Modal... even though it *is* set to Modal. What am I doing wrong? Thanks.
I have a form with a button that evokes another form and after that one is closed, must refresh itself. Simply making the code like
DO FORM FormName
thisform.Refresh
doesn't work, or, more precisely, Refresh is called immediately after opening the child form, not after it ends its work. I set child form's WindowMode to 1(Modal), but it didn't help; then I tried to call for it with TO clause and a dummy return variable, but I got the error message saying that it is only allowed for forms with WindowMode=Modal... even though it *is* set to Modal. What am I doing wrong? Thanks.