You should use this syntax:
thisForm.wMessageBox("wFormCallBack", "Confermi la cancellazione del record selezionato ?",4+16+256,"ATTENZIONE")
Call-back method ("wFormCallBack") should always be the 1st parameterI have this code:
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...
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)