bug in messagedlg

Here one can report bugs or hold discussions about bugs updates and work arounds.
Post Reply
Yam
Posts: 11
Joined: Mon Apr 23, 2007 11:36 am

bug in messagedlg

Post: # 85Post Yam
Tue Jun 26, 2007 9:38 pm

I think there is a bug messagedlg.
I get an error as you can see below.
[code]`error,18 line:11 function or variable MBYESNO does not exits
``close example of a form

object myform as form
caption="close me"
onclose=FormClose
end object
DIM X as string
myform.ShowModal

sub FormClose(action as integer)
X=messagedlg("do you really want to exit the program?","close?",mbyesno+mbIconQuestion)
if X=idYes then
action=2
else
action=0
end if
end sub[/code]

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

bug in messagedlg

Post: # 86Post Marco
Thu Jun 28, 2007 12:00 pm

Please use the updated fnxcompiler from the forum

I had a hd change and used the wrong backup.
best regards

Post Reply