LPARAMETERS nButton, nShift, nXcoord, nYcoordIFType('m.thisForm.wlHTMLgen') == 'L' AND m.thisForm.wlHTMLgen && Added by FoxInCloud Adaptation Assistant version 1.20 (source mode) on 05/30/2012 03:27:02 PM&& {en} What follows is executed during HTML generation&& RETURN <value>; value defines how event is handled:&& - IGNORE EVENT: Empty(value) OR isNull(value) ; exemple : RETURN .F. or RETURN .NULL.&& - PROCESS EVENT ON SERVER: NOT Vartype(value) $ 'CX' AND NOT Empty(value) ; example : RETURN .T. (default)&& In this case, event shall execute code in the ELSE block&& - PROCESS EVENT ON CLIENT BROWSER: Vartype(value) == 'C' AND NOT Empty(value) (javascript)&& example :RETURN Textmerge([$('<<this.wcID>>').toggle();]) && show / hide elementRETURN .T.&& Process event on server (ELSE block code)ELSE&& Added by FoxInCloud Adaptation Assistant version 1.20 (source mode) on 05/30/2012 03:27:02 PMthis.Parent.ActivePage = 3 && server does not know this page is activeexternalform Options Options = m.thisform.wForm('Options.scx',"wFormCallBack", thisform.mode,TRIM(users.uid))*-FIC- Replaced by FoxInCloud Adaptation Assistant version 1.20 (source mode) on 05/30/2012 03:27:02 PM *-FIC- DO FORM Options WITH thisform.modeENDIF&& Added by FoxInCloud Adaptation Assistant version 1.20 (source mode) on 05/30/2012 03:27:02 PM
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)