Search found 828 matches: sysrefresh

Return to advanced search

How to use corretly SYSREFRES() function

Hi All,

I would like clarification on how to use the sysrefresh function correctly.
The function should be used within a FOR or WHILE loop or rather it should
be used before or after the loop itself .

Thank
by mauri.menabue
Wed Apr 07, 2021 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use corretly SYSREFRES() function
Replies: 1
Views: 263

XBROWSE REFRESCO DE TABLA

... OF oDlg RESOURCE "quit" ; ACTION (oDlg:End()) ; PROMPT "Salir" ; TOOLTIP "Salida" NOBORDER TOP FONT m->oFontBmp sysrefresh() return nil *-------------------------------------- FUNCTION VTA0100S( oBrw ) *-------------------------------------- LOCAL oConDlg, xconsulta ...
by pedroluis
Thu Jan 28, 2021 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE REFRESCO DE TABLA
Replies: 4
Views: 770

COMO ABRIR UNA WEB CON CHROME

... local cdia,cCompra,cVenta,lDia:=.F. WaitOn("Espere, Iniciando conexion ...",@oWait ) SysRefresh() HB_GCALL( .F. ) TRY oIE:=CreateObject("InternetExplorer.Application") CATCH oer WaitOff( @oWait ) ShowError( oer ) MsgStop("Error ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 824

XBROWSE MARIADB REFRESCAR TABLA

... ; ACTION (oDlg:End()) ; PROMPT "Salir" ; TOOLTIP "Salida" NOBORDER TOP FONT m->oFontBmp ACTIVATE DIALOG oDlg CENTERED sysrefresh() return nil *-------------------------------------- FUNCTION VTA0100S( oBrw ) *-------------------------------------- LOCAL oConDlg, xconsulta ...
by pedroluis
Fri Dec 11, 2020 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE MARIADB REFRESCAR TABLA
Replies: 2
Views: 653

How to get http response text

... Catch MsgInfo("errore responsebody") End *oHttp:SetRequestHeader( "Content-Type","application/json") SysRefresh() MsgInfo(cResp) Return But i get the error from oHttp:ResponseBody : cresp does not exist Can anyone help me?? lorenzoazz
by lorenzoazz
Sat Oct 10, 2020 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get http response text
Replies: 18
Views: 1894

Re: Peticion por URL

... Catch MsgInfo("errore responsebody") End *oHttp:SetRequestHeader( "Content-Type","application/json") SysRefresh() MsgInfo(cResp) Return But i get the error from oHttp:ResponseBody : cresp dosen't exist Can anyone help me??
by lorenzoazz
Fri Oct 09, 2020 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Peticion por URL
Replies: 4
Views: 1322

Error xbrowse --> excel

... ..\source\classes\TSBrowse.prg => TSBROWSE:HANDLEEVENT( 10597 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3559 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 71 ) Called from: \servizio\prog\StdGes.prg => STDGES:ACTIVATE( 1899 ) ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 550

Re: GET +bKeyDown *Solucionado

le agregue
SysRefresh()

y funciono bien.. muchas gracias
by jbrita
Fri Aug 21, 2020 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET +bKeyDown
Replies: 2
Views: 492

WHY...No exported method: END (Error)

... 433 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT( 1136 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:END( 701 ) Called from: .\M_222.PRG => (b)M_222( 206 ) Called from: .\source\internal\SKINS.PRG ...
by RiazKhan
Sun May 17, 2020 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WHY...No exported method: END (Error)
Replies: 3
Views: 489

ERROR EN PREVIEW DE FWH 18.03

... 2493 ) Llamado desde: => TWINDOW:HANDLEEVENT( 0 ) Llamado desde: .\source\classes\WINDOW.PRG => _FWH( 3388 ) Llamado desde: => SYSREFRESH( 0 ) Llamado desde: .\source\function\MSGRUN.PRG => STOPUNTIL( 60 ) Llamado desde: .\rpreview.prg => TPREVIEW:ACTIVATE( 162 ) Llamado ...
by rterraz
Mon May 04, 2020 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN PREVIEW DE FWH 18.03
Replies: 0
Views: 294

Re: Busqueda Incremental en Xbrowse Lenta en Red

... lo esten usando yo espero hasta mi turno. Debe existir otra lógica y pienso que mejor, pero a mi me ha funcionado esto. Veo que le has agregado un SYSREFRESH() y sacado el DbUnlock(), que tenia en la grabación ? Mi problema en cuestión es que para la búsqueda en los Xbrowse, me han pedido pedido ...
by remtec
Fri May 01, 2020 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"
Replies: 21
Views: 2752

Re: CheckRes()

SET RESOURCES TO
ResAllFree( )
MEMORY( - 1 )



DbCommitAll()
DbUnLockAll()
DbCloseAll()

FreeResources()
Release All
SysRefresh()
HB_GCALL( .T. )
CLEAR MEMORY


CheckRes()


PostQuitMessage( 0 )
__QUIT()
by russimicro
Mon Mar 09, 2020 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3904

Re: How to print PDF file without GUI?

... Can It not show any Window? Hi, I use this : wfile:="c:\apps\test.pdf" if file(wfile) shellexecute( 0 , "print" , wfile) sysrefresh() syswait(3) * endif Try it, Philippe
by dutch
Wed Feb 26, 2020 2:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3139

Re: How to print PDF file without GUI?

Hi,
I use this :


wfile:="c:\apps\test.pdf"

if file(wfile)
shellexecute( 0 , "print" , wfile)
sysrefresh()
syswait(3)
*
endif

Try it,

Philippe
by Jack
Tue Feb 25, 2020 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3139

Re: too busy to response

got the Solution   hb_IdleSleep( 0.01 )   SysRefresh()     // Let Windows process as i say there was no time for Windows. hb_IdleSleep( 0.01 ) does not help but SysRefresh() ... which also need time but now i can play Solitar in Foreground ...
by Jimmy
Tue Dec 24, 2019 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: too busy to response
Replies: 1
Views: 416
PreviousNext

Return to advanced search