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. 7, 2012
12:46 am
3NU01NJTAShow this entire thread in new window
Gratar Image based on email address
From:Thierry Nivelet (FoxInCloud)
To:Tuvia Vinitsky
- Form on which request (event) occurs
- Details of the request (URL query string is enough)
- Which action the request goes through on your application (which form(s) opened, etc.), just a brief description

I'm not exactly clear: what info would you like?


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?




-- thn (FoxInCloud)


Viewing all articles
Browse latest Browse all 10393

Trending Articles