Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: forms and showing

$
0
0
Re: forms and showing
FoxInCloud
Re: forms and showing
Dec. 3, 2012
02:01 am
3NQ04C9MBShow this entire thread in new window
Gratar Image based on email address
From:Thierry Nivelet (FoxInCloud)
To:Tuvia Vinitsky
The "file is in use" error should not occur - this is something we need to fix.
As awAJAX works in its own datasession and is released after each request, table can't remain opened from a previous request.

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,


usually I do this:
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 opened form, change some properties on that form, and then Show it, like I do with wformnoshow?


Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)


Viewing all articles
Browse latest Browse all 10393

Trending Articles