I would like to change the prompt on a BtnBmp during program execution.
Consider:
...
REDEFINE BTNBMP oBtn1 RESOURCE "ADD" PROMPT "Add"
....
Later I want to change the prompt to "Confirm"
oBtn1:SetText("confirm") eliminates the bitmap and gives only a text button
So what can I use to just change the prompt and nothing else ?
Thanks
Tim