To which method does this code belong?
What is the value of m.lcVFPHandlerAddr?
Thank you,
It happens just after the code, like this:
First the code here fires:>>
lResult = this.oAppHost.UserAction(m.this, m.toForm, m.lcVFPHandlerAddr, m.llPropAssign, @m.l
If I have a form with a pageframe, and I have code in the activate of one of the pages, when runnng in the IDE the form opens as if it were in development mode, even though it is in production mode. The form does not appear in the IDE though until that activate code fires the first time.
There may be a setFocus() somewhere in your .Activate() code.
FoxInCloud normally has a protection against such occurrence, but may have a flaw somewhere around there.
Could you set a breakpoint in your .Activate() code and identify which instruction triggers form to become visible?
Thank you