↧
From: | Thierry Nivelet (FoxInCloud) |
To: | Tuvia Vinitsky |
I'm not exactly clear: what info would you like?
You experience means table was opened previously in the same request, then awAJAX attempts to re-open it.
What would be useful to know is: which form(s) are involved in your request and which request you're actually running.
Thanks,
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 opened form, change some properties on that form, and then Show it, like I do with wformnoshow?
-- thn (FoxInCloud)