Search found 833 matches: sysrefresh

Return to advanced search

Re: Soap Web Service - timeout request

... "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) oHttp:WaitForResponse( nSecs ) Sysrefresh() IF oHttp:status=200 cWinResp := oHttp:ResponseBody ENDIF
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 728

Soap Web Service - timeout request

... oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) Sysrefresh() IF oHttp:status=200 cWinResp := oHttp:ResponseBody ENDIF
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 728

Re: SysWait() ó SysRefresh()

Gracias !
by sysctrl2
Mon Nov 20, 2023 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SysWait() ó SysRefresh()
Replies: 2
Views: 276

Re: SysWait() ó SysRefresh()

No difference, other than the duration:

Code: Select all  Expand view
function SysWait( nLong )

   local nSeconds

   DEFAULT nLong := .1
   nSeconds := Seconds() + nLong

   while Seconds() < nSeconds
     SysRefresh()
   end

return .t.
by Enrico Maria Giordano
Mon Nov 20, 2023 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SysWait() ó SysRefresh()
Replies: 2
Views: 276

SysWait() ó SysRefresh()

SysWait() ó SysRefresh()
Maestro Antonio Linares C. !
cual es la diferencia entre estas 2 funciones?

saludos !
by sysctrl2
Mon Nov 20, 2023 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SysWait() ó SysRefresh()
Replies: 2
Views: 276

Re: DBF . Commit

... with SQL .. Recordsets can be added to or edited one record at a time and when a committ is made all I do is issue oRs:Update(), and perhaps a SysReFresh() and I have never had any visability problems even in large networks .. The only reason I use dbfcdx is to write temporary data to use in ...
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2873

Re: RTF a Word

Estimado Sebastian,

Puedes copiar el código aqui para ver como lo haces ?

Pudiera ser un problema de velocidad y tal vez necesites hacer alguna llamada a SysRefresh()
by Antonio Linares
Mon Oct 23, 2023 1:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RTF a Word
Replies: 3
Views: 323

Re: enviar mensajes a whatsapp, ¿posible solucion?

... StrTran( "whatsapp://send?phone=" + cTelefono + "&text=" + cMensaje ), " ", "%20" ) ) SysRefresh() // ó SysWait( 5 ) prueba con distintos valores hasta que te funcione bien CreateObject( "WScript.Shell" ):SendKeys( "~"
by Antonio Linares
Thu Oct 12, 2023 11:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 5011

IMPRESION ARCHIVOS PDF

... "+strzero(99->cliente,4)+" - Fac.: "+xlet+"-"+str(xemi,1)+"-"+strzero(99->numero,6) oText:refresh() sysrefresh() enddo sele 1 oIndex:End() oDlg:End() sysrefresh() xtim2:=time() msgwait(ELAPTIME(xtim1,xtim2),"Tiempo Transcurrido",4) *------------------- ...
by pedroluis
Mon Oct 02, 2023 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1849

Re: Problemilla al generar PDF con PRINTER

Por si suena la flauta yo pondría algun(os) estrategicamente:

hb_GCAll(.t.)
SysRefresh()

y

oPrn:= NIL, siempre que cualquier objeto deje de usarse
by paquitohm
Sun Sep 24, 2023 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemilla al generar PDF con PRINTER
Replies: 3
Views: 185

Re: Parameter for Timeout

... "activate" call of DoCloseWindowAndDBF() when "Timeout" --- HMG use DOEVENTS which "seem" me equivalent to Fivewin SysRefresh() it use TranslateMessage( &Msg ) and DispatchMessage( &Msg ) to get Event from Queue HB_FUNC ( DOEVENTS ){   MSG Msg;  ...
by Jimmy
Wed Sep 20, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 918

Re: problem with report to excel

... from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 0 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 0 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 0 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:ACTIVATE( 0 ...
by bart
Mon Sep 04, 2023 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3505

Re: Lost connection to MySQL server during query

... a Softgestion.pe" DEFAULT lMsgOff:=.T. IF MEMVAR->oConex <> nil.AND.MEMVAR->NTIMER>0 WaitOn(cTitulo,@oWait) SysRefresh() oQry:=MEMVAR->oConex:Query("SELECT 1") WaitOff(@oWait) IF oQry:RecCount()==0 MsgWait("Reconectando con el servidor...",cTitulo,3) ...
by cjcardoza
Sat Aug 05, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12904

Re: Consulta MySQL - volver a ejecutar - Aumenta uso Memoria

Me parece que la llamada manual de sysrefresh y el recolector no es necesario, dado que internamente al asignar NIL a la variable contenedora de un objeto query esto hace que se dispare una función de MySQL en C que cierra la consulta y llama ...
by carlos vargas
Sun Jul 30, 2023 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta MySQL - volver a ejecutar - Aumenta uso Memoria
Replies: 5
Views: 336
PreviousNext

Return to advanced search