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
07:17 am
3OE0FMHZWShow this entire thread in new window
Ok. It works.


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...



Viewing all articles
Browse latest Browse all 10393

Trending Articles