Hi,
i need to do a MD report from 4 tables, but since they can be in different locations (user can pick a physical location of data) i cannot use data enviroment with tables, so i guess, i should create cursors. How can i create md report (visually, without too much coding :)) from there on...
Mike,
opening is done via
do form MyFormName with [parameters, ...]
and after returning from the form i use
if type("MyFormName") = "O" and !isnull(MyFormName)
RELEASE MyFormName
endif
According to your suggestion, there's no reference, but form remains visible (although in...
I've checked for the reference to the "to be closed" form after returning from it and, yes, i still have a reference to it. I've tried the RELEASE MyFormName to get rid of the reference, but the form still remains active (hidden behind the father form, that initiated the child form). Should i do...
Andy, this certainly sounds reasonable. How should i check, if this (holding a reference) is the case with my situation? If what you've said applies to my case, how can i release the reference? Sorry for asking potentially stupid question, but one learns only by asking.
Regards,
Andrej
Hi,
i'm having problems closing modeless form. I have a form A, that is modal and my subform B, that is modal too, but because i need to open further windows (C) programatically, i set it as windowtype = 0 (in order to be able to open child forms (C) from this form (B)) in its init event...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.