dc_alert

This forum is for eXpress++ general support.
Post Reply
Message
Author
Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

dc_alert

#1 Post 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.
Klaus

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: dc_alert

#2 Post 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
The eXpress train is coming - and it has more cars.

Post Reply