Hello friends,
I'm using the WebView with DashBoard and I would like to refresh the page with F5 from the browse, but through a button, I tried to use it, and it has no effect on the button, if I click with the mouse and then press F5 ok, it works.
HB_KeyPut(VK_F5) :?
I'm using the WebView with DashBoard and I would like to refresh the page with F5 from the browse, but through a button, I tried to use it, and it has no effect on the button, if I click with the mouse and then press F5 ok, it works.
HB_KeyPut(VK_F5) :?
* ========================================================================
METHOD TaskBI() CLASS TVSisrevBI    /* botão de refresh F5 do Browse */
* ========================================================================
 local oGrpDash, oButDash
 Â
 TASKGROUP oGrpDash PROMPT "Dashboard" WATERMARK MARCA_DAGUA BITMAP "grafico"
    Â
 @ 4, 10 BTNBMP oButDash PROMPT "Atualizar" SIZE 120,35 LEFT ;
     RESOURCE "chart" 2007
    Â
 oButDash:bAction := {|| ::oFld:aDialogs[1]:SetFocus(),;
             HB_KeyPut(VK_F5)       ,;
             ::oFld:aDialogs[1]:refresh() }    Â
          Â
 ENDTASKGROUP
Â
return nilThanks,
Ari
FWH 2501 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL
São Paulo - SP - Brasil
www.sisrev.com.br
Ari
FWH 2501 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL
São Paulo - SP - Brasil
www.sisrev.com.br