↧
From: | Michele |
To: | Thierry Nivelet (FoxInCloud) |
thisForm.wMessageBox("wFormCallBack", "Confermi la cancellazione del record selezionato ?",4+16+256,"ATTENZIONE")
LPARAMETERS nButton, nShift, nXcoord, nYcoordIF (Type('m.thisForm.wlHTMLgen') == 'L' AND m.thisForm.wlHTMLgen)RETURN .T.ELSE wMessageBox("Confermi la cancellazione del record selezionato ?",4+16+256,"ATTENZIONE","wFormCallBack")ENDIF
and the result is this:
Why ?
I have the same problem if i put the same call in other forms...