Search found 733 matches: tip

Return to advanced search

Re: Question about performance RowSet

... poca, y una sola fila de datos es preferible usar QueryResult, no tiene sentido usar RowSet, dado que no se hará búsqueda, ordenaciones, etc. otro tip importantes es que, en un recordset, cuando usamos la asignación ( oQry:FIELD1 := 10 ) y lectura de un campo del query ( ?oQry:FIELD1 ), (tanto ...
by Eroni
Fri Mar 15, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4036

Re: Question about performance RowSet

Otro tip adicional es que cuando hacemos una consulta al servidor, la primera vez tomo su tiempo, dado que esa info no existe en la cache del servidor, si en poco tiempo se hace una consulta similar, el tiempo de respuesta se ...
by carlos vargas
Fri Mar 15, 2024 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4036

Re: Question about performance RowSet

... poca, y una sola fila de datos es preferible usar QueryResult, no tiene sentido usar RowSet, dado que no se hará búsqueda, ordenaciones, etc. otro tip importantes es que, en un recordset, cuando usamos la asignación ( oQry:FIELD1 := 10 ) y lectura de un campo del query ( ?oQry:FIELD1 ), (tanto ...
by carlos vargas
Fri Mar 15, 2024 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4036

Re: xbrowse No existe el metodo: LREADONLY

... Depurar el codigo te refieres a Visual Estudio Code ? de igual manera nunca he trabajado con visual estudio en "C", si me puedes dar un tip para intentar usar el depurador porfa.
by albeiroval
Mon Mar 04, 2024 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

Re: link error

... now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ace32 compiled with last harbour and xharbour? ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 575

Re: link error

... now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour and xharbour? thanks again.
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 575

Different Processing of Escape Characters in Mod Harbour

... to an error. Is this a known behavior in Mod Harbour, or could there be another reason for it? Has anyone had similar experiences or can give me a tip on how to handle this? Best regards, Otto
by Otto
Wed Jan 31, 2024 4:10 am
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 493

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... appreciate any tutorial about how to create a working example with MS WebView 2. May be you could create one, Otto? Or could you please, give me a tip how to get the FWH sample webview.prg working? Kind regards, Detlef
by Detlef
Fri Jan 26, 2024 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: Tip to run 16bits apps in windows64

Nice finding!

Thanks Elvira :-)
by Antonio Linares
Thu Jan 04, 2024 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip to run 16bits apps in windows64
Replies: 1
Views: 436

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

thank you for the tip but I can't switch code pages for the following reason: My application is a translation memory system (TMS) and should support as many languages as possible. It should therefore be able to process, display and ...
by frose
Fri Nov 24, 2023 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: Sending whatsapp message via web-based app

Thanks for the tip Antonio!
by hua
Tue Oct 17, 2023 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 632

Re: xHarbour.org updated!

Enrico,

I'm trying to compile with the latest build of xharbour but I get this error.

Error: Unresolved external '_dv_memcpy' referenced from D:\LANG\FWH1811\XH1.3.0\LIB\HBCURL.LIB|hbcurl

Any tip? Thanks in advance!
by wartiaga
Thu Oct 05, 2023 5:07 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37552

Re: xHarbour.org updated!

Are you sure you have put tip.lib AFTER tipsll.lib, libssl.lib and libcrypto.lib? Enrico, asi? echo %hdirl%\libcrypto.lib + >> b32.bcecho %hdirl%\libssl.lib + >> b32.bcecho %hdirl%\tipssl.lib + >> b32.bcecho %hdirl%\tip.lib ...
by Enrico Maria Giordano
Wed Sep 20, 2023 6:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37552

Re: xHarbour.org updated!

Are you sure you have put tip.lib AFTER tipsll.lib, libssl.lib and libcrypto.lib?


Enrico, asi?

Code: Select all  Expand view

echo %hdirl%\libcrypto.lib + >> b32.bc
echo %hdirl%\libssl.lib + >> b32.bc
echo %hdirl%\tipssl.lib + >> b32.bc
echo %hdirl%\tip.lib + >> b32.bc
 


Regards, saludos.
by karinha
Wed Sep 20, 2023 4:55 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37552
Next

Return to advanced search