I have defined a button like this :
Code: Select all | Expand
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
ChrBtn1:Refresh
and
Code: Select all | Expand
kWnd1:Update()
but these didn't work.
Thanks a lot in advance.