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.
dc_alert
Re: dc_alert
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
The eXpress train is coming - and it has more cars.