Antonio:
I've been porting apps from DOS / Clipper 5.2e to xHarbour / FiveWin. On Clipper, the ALERT() function takes three parameters, for example:
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.
I've been porting apps from DOS / Clipper 5.2e to xHarbour / FiveWin. On Clipper, the ALERT() function takes three parameters, for example:
IF ALERT("Take An Action", {"Continue", "Cancel"}, "W+/B") == 2
.
.
.
ENDIFThe 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.