MessageBox Icon Ignored

Hello,

I’ve got a database running on a Macintosh client for the first time - with a little help from this forum. I haven’t been this happy in years. I am reminded that Notes is brilliant!

THANK YOU IRIS/LOTUS/IBM.

The only thing that isn’t perfect is that where I use a Messagebox function with the following constants:

MB_ICONSTOP

MB_ICONQUESTION

MB_ICONEXCLAMATION

MB_ICONINFORMATION

the icon specified isn’t displayed in the cMac client (only the Notes icon - orange circle with three red men inside - does).

The user can’t see anything amiss but I’d like to know if I’m either missing something or if it doesn’t actually work on the Mac - I coded it because I want the icons to appear.

Any help, advice or pointers greatly appreciated.

Ian

ps.

I am using

Option Public

%INCLUDE “lsconst.lss”

%INCLUDE “lserr.lss”

and the files are in the Notes program directory

Subject: MessageBox Icon Ignored

I think those includes need to be in your Declarations section, not Options.

Subject: RE: MessageBox Icon Ignored

You know, I actually thought that’s what I’d done but that Notes had moved them. Rechecking on Windows just now suggests it must have been my sloppiness. It works on Windows in Options, mind.

Still, I’ll change it then try it on the Mac and see.

Thanks for your response.

Ian