Page 1 of 1

dc_alert

Posted: Thu Jun 16, 2011 10:59 am
by Koverhage
Hi Roger,

the DC_ALERT command use DC_GUIALERT, but in the call the PARAM nChoice is missing.

Can you add this to the function call (the function itself has this PARAM) in build 255 ?

Thank you.

Re: dc_alert

Posted: Sat Jun 18, 2011 7:59 am
by rdonnay
I added it as shown below. This will be in next build.

Code: Select all

IF DC_Gui()
  RETURN DC_GuiAlert( nil, cTitle, aMenu, nil, nil, @aPos, nil, aFonts, @nChoice )
ENDIF