Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: wMessagebox appearance

$
0
0
Re: wMessagebox appearance
FoxInCloud
Re: wMessagebox appearance
Dec. 27, 2012
06:52 am
3OE0EQIIIShow this entire thread in new window
Gratar Image based on email address
From:Thierry Nivelet (FoxInCloud)
To:Michele
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 parameter


I 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)


Viewing all articles
Browse latest Browse all 10393

Trending Articles