I have defined a button like this :
- Code: Select all Expand view
REDEFINE BUTTON ChrBtn1 ID 692 OF kWnd1 PROMPT ChrButton1 UPDATE
Can anyone tell me how I change the prompt ChrButton1 ?
I tried
- Code: Select all Expand view
ChrBtn1:Refresh
and
- Code: Select all Expand view
kWnd1:Update()
but these didn't work.
Thanks a lot in advance.