Search found 825 matches: sysrefresh

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

... I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im going to put your code inside the loop, and show it every 1.000 files, hope it helps to know Thanks
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1085

Re: Error 32 al querer renombrarse un achivo

Prueba a hacer un SysRefresh() antes del rename para darle opción a Windows a procesar tu petición:

fclose(hfile)
SysRefresh()
...
by Antonio Linares
Thu Mar 07, 2024 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 32 al querer renombrarse un achivo
Replies: 7
Views: 280

Re: xbrowse No existe el metodo: LREADONLY

... oBtn[3] ID 302 OF oDlg; 2007; CENTER; NOROUND; PROMPT "Salir"; GRADIENT BtnGradRed() oBtn[3]:bAction = <|| lExit := .T. oDlg:End() SysRefresh() hb_gcAll(.T.) Return Nil > Albeiroval, intenta asi por favor: #Define aPubGrad {| lInvert | If( lInvert, ;      ...
by karinha
Sat Mar 02, 2024 1:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 457

Re: xbrowse No existe el metodo: LREADONLY

... oBtn[3] ID 302 OF oDlg; 2007; CENTER; NOROUND; PROMPT "Salir"; GRADIENT BtnGradRed() oBtn[3]:bAction = <|| lExit := .T. oDlg:End() SysRefresh() hb_gcAll(.T.) Return Nil >
by albeiroval
Sat Mar 02, 2024 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 457

Re: MariaDb SetFilter Error no definida: SOLUCIONADO

... Else x := Upper(Alltrim( cPer )) EndIf cWhere := "detalle LIKE '"+x+"%'" oQry:SetFilter( cWhere ) aServer:ShowError() SysRefresh() oBrw:Refresh() WaitOff( @oWait ) EndIf
by CARLOS ATUNCAR
Sat Jan 27, 2024 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 161

Re: MariaDb SetFilter no realiza Filtrado

... "" Else x := Upper(Alltrim( cPer )) cWhere := "c.detalle LIKE '% ? %' " EndIf oQry:SetFilter( cWhere ,{x}) aServer:ShowError() SysRefresh() oBrw:Refresh() WaitOff( @oWait ) EndIf Return da este resultado Compiler version: xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) FiveWin ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 161

MariaDb SetFilter Error no definida: SOLUCIONADO

... "" Else mWhere := {Upper(Alltrim( cPer ))} cWhere := "c.detalle LIKE '%?%'" EndIf TRY oQry:SetFilter( cWhere , mWhere) CATCH o SysRefresh() END oBrw:Refresh() WaitOff( @oWait ) EndIf Return Pero no me esta realizando el filtrado
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 161

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: 694

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: 694

Re: SysWait() ó SysRefresh()

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

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: 261

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: 261

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: 2322

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: 285

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: 4417
Next

Return to advanced search