FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Antonio: suggestion
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio: suggestion
Posted: Mon Oct 29, 2012 04:12 AM
Antonio:

I've been porting apps from DOS / Clipper 5.2e to xHarbour / FiveWin. On Clipper, the ALERT() function takes three parameters, for example:
Code (fw): Select all Collapse
IF ALERT("Take An Action", {"Continue", "Cancel"}, "W+/B") == 2
.
.
.
ENDIF

The parameters are:
1. Message
2. Array of choices
3. Alert box color.
Can the color parameter be included in a future FiveWin release ?

Thank you.

Continue the discussion