oX = thisform.wformnoshow(blah
thisform.wformshow(oX0
But what about when I had already opened the form elsewhere in the app with wform, or with IntuitCat.FormDisplay, then did form.release. Now to the UI the form is gone, but of course FiC has it open. I cannot issue a
thisform.wformshow
because I have no object reference. Using a wformnoshow gives a "file is in use" error. I assume that is by design.
I know it sounds circular, but can I get a reference somehow to a previously opned form, change some properties on that form, and thet Show it, like I do with wformnoshow?