|
From: Alexander S.K. <al...@be...> - 2015-05-14 11:45:01
|
Alain Aupeix writes:
> ...
> As for another function where there is no window opened, I used this in
> the button creation :
>
> ON CLICK {||oStatus:SetText(" Rafraichir la base des clients ..."),
> Refresh(), oStatus:SetText("")}
>
> But it doesn't display the message.
>
How the message can be displayed, if you clean it after setting with
oStatus:SetText("") ?
Regards, Alexander.
|