I've been porting apps from DOS / Clipper 5.2e to xHarbour / FiveWin. On Clipper, the ALERT() function takes three parameters, for example:
- Code: Select all Expand view
- 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.