↧
From: | Michele |
To: | Thierry Nivelet (FoxInCloud) |
In the same form i have some buttons that work fine and other that don't work.
Those that don't work are parte of a container object......This seem to be the only difference form other that instead work.
The problema appears when i use atpjcompiledebugmode...
LPARAMETERS nButton, nShift, nXcoord, nYcoordIF (Type('m.thisForm.wlHTMLgen') == 'L' AND m.thisForm.wlHTMLgen)RETURN .F.ElseExternalForm EditApp EditApp = ThisForm.wForm('_form_appuntamento','wFormCallBack', This.appId)ENDIF
return .F. ignores event
return .T. send event to the server
<!-- Generated on 13/12/2012 14:38:41 by FoxInCloud version 1.26 -->><divid="_form"class="form awfrm mobfrm _form"tabindex="600"><divclass="awHTMLgenError">Method or procedure cimageweb(): error #1 ("File 'd:\sviluppo\erpmobile\code\_gdiplus.vcx' does not exist.") at code line #271 ("toGDIplus = Iif(loClass(m.toGDIplus, 'gpImage'), m.toGDIplus, NewObject('gpImage', '_GDIplus.vcx'))")</div></div><!-- / Generated on 13/12/2012 14:38:41 by FoxInCloud version 1.26 -->>
/* Free space for Firebug messages *///* Generated on 13/12/2012 14:38:41 by FoxInCloud version 1.26 -- *//FoxInCloud.documentInit('_form');/* -- / Generated on 13/12/2012 14:38:41 by FoxInCloud version 1.26 *//
I have these files only in test not in prod folder
thanks,