Search found 52 matches: tip

Searched query: tip

by Marc Venken
Sat Oct 19, 2024 7:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 1613

Re: Extending SetScope()

I use several.... because I saw the samples on the forum. therefore that the explenation of Mr. Rao could give me the final tip for the best.

Thinks I active use : (code like they are)

oBrw[1]:bChange := { || orderfilter("factart","factart",factinfo->document),orderfilter("detail","factart",factinfo ...
by Jimmy
Tue Oct 08, 2024 10:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2719

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Enrico Maria Giordano wrote:You don't need uuid.lib at all. You can remove it from your mak file.
THX for the Tip, i have remove UUID.LIB from *.MAK File.
by kajot
Fri Aug 16, 2024 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 2565

Re: problem with 24.07

... hdirl%\ct.lib + >> b32.bc
echo %hdirl%\zlib.lib + >> b32.bc
echo %hdirl%\hbzip.lib + >> b32.bc
echo %hdirl%\libmisc.lib + >> b32.bc
echo %hdirl%\tip.lib + >> b32.bc
echo %hdirl%\hbzebra.lib + >> b32.bc
echo %hdirl%\png.lib + >> b32.bc

rem Uncomment these two lines to use Advantage RDD
rem echo ...
by Carles
Thu Jun 06, 2024 10:43 am
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad de Internet.
Replies: 20
Views: 4553

Re: Velocidad de Internet.

Bones,

Se ha de entender que este tipo de aplicaciones dependen de muchos factores en tema de velocidad. No es lo mismo la velocidad "maxima" que te puede ofrecer tu proveedor, que la velocidad en que descargas un paquete desde tu hosting, acceso directos a base de datos (que deberia estar prohibidos ...
by Enrico Maria Giordano
Sun May 05, 2024 2:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 3947

Re: Crear Archivo Json y Enviarlo vía POST

Only tip.lib, not xharbour.lib (that is a non-existent lib).
by Antonio Linares
Sun May 05, 2024 2:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 3947

Re: Crear Archivo Json y Enviarlo vía POST

Estimado Paul,

tip.lib y xharbour.lib
by Eroni
Fri Mar 15, 2024 1:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6761

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:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6761

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 reduce dado que mucha de la info ya está en cache, esto ya es parte de la ...
by carlos vargas
Fri Mar 15, 2024 3:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6761

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 albeiroval
Mon Mar 04, 2024 7:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 2416

Re: xbrowse No existe el metodo: LREADONLY

... Studio te indicará el lugar exacto en donde se producen.

Muchas Gracias por revisar el codigo. Cuando te refieres a 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 Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 2372

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 ...
by NWKL
Wed Feb 14, 2024 1:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 2372

Re: link error

... 32 bits, 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 Otto
Wed Jan 31, 2024 4:10 am
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 1866

Different Processing of Escape Characters in Mod Harbour

... with Mod Harbour and have noticed that in my JavaScript code \\n causes a line break,
while \n leads 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 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: 3277

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

... without errors.
So I kept in mind that this is work for future progress.

I would 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 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: 554

Re: Tip to run 16bits apps in windows64

Nice finding!

Thanks Elvira :-)