Search found 34 matches: strict

Return to advanced search

Adding a real time character count to a memo field dialog bx

... string text fields that I have to make sure the character count does not exceed the maximum table field length .. The reason I want to enforce a strict field limit is the text will eventually fit into an program generated e-mail. I do not want someone writing a 1000 char message that I have to ...
by Rick Lipkin
Mon Jul 20, 2020 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 790

xBase now unstable, slow, error Status_Lock_Not_Granted

... to zero on the windows machines: FileInfoCacheLifetime FileNotFoundCacheLifetime DirectoryCacheLifetime and this on the server Blocking Locks (NO) Strict Bloking (NO) OpLoc Nivel 2 (default, SI) After a lot of testing, some with terrible results We run out of options to make the xBase work as it ...
by José
Fri Jan 18, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4052

xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... en las estaciones de trabajo: FileInfoCacheLifetime FileNotFoundCacheLifetime DirectoryCacheLifetime Y estos en el Servidor: Blocking Locks (NO) Strict Bloking (NO) OpLoc Nivel 2 (omisión, SI) (todo después de muchas pruebas, algunas con resultados desastrosos) Ya no sabemos que más hacer intentando ...
by José
Fri Jan 18, 2019 6:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: 3rd party c wrapper functions for harbour

... ENDDUMP  Notice I'm not including their tocdll.h declarations. This is because their external functions declaration follows a more strict vc format and we need to declare them in a harbour vm more friendly manner. I hope I can recruit someone with harbour vm experience to help make ...
by reinaldocrespo
Sun Mar 26, 2017 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7392

Re: Instalar MySql en unidad diferente a C?

Armando; El Servidor de MySQL se instala como un "servicio". Por lo que no se lo puede tener instalado en un disco externo y al conectarlo a un equipo pretender que salga andando. De manera que en cada PC que desees usar este RDBMS se lo debe tener instalado. Ahora bien, lo que si puede es...
by MarioG
Wed Aug 03, 2016 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalar MySql en unidad diferente a C?
Replies: 10
Views: 2254

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: Excluir FreeImage.DLL

cnavarro wrote:Manuel, en linea de comandos creo que seria -DSTRICT

https://community.embarcadero.com/index ... -is-strict

pues parece que no lo arregla :(
no importa , se vive con ese warning sin problemas :)
by mastintin
Mon May 11, 2015 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excluir FreeImage.DLL
Replies: 12
Views: 1787

Re: Excluir FreeImage.DLL

Manuel, en linea de comandos creo que seria -DSTRICT

https://community.embarcadero.com/index ... -is-strict
by cnavarro
Mon May 11, 2015 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excluir FreeImage.DLL
Replies: 12
Views: 1787

Re: Excluir FreeImage.DLL

... versiones posteriores a la 5.82. Parece ser que para corregirlo en la configuracion general del IDE de borland tendríamos que poner un parametro STRICT ( ¿? ) como no usamos el IDE , para evitar el warning ( no resuelve el problema ) al comienzo de gdiplus.cpp ... #pragma warn -hid  // nuevo#include ...
by mastintin
Mon May 11, 2015 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excluir FreeImage.DLL
Replies: 12
Views: 1787

Re: Pregunta Sobre HB_COMPAT_C53

Ruben,

> LA Instruccion HB_COMPAT_C53 (se refiere a Clipper 5.3) ?

Si

> la HB_CLP_STRICT que es ?

Que no se use nada que no sea estrictamente compatible con Clipper
by Antonio Linares
Fri Jan 16, 2015 5:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre HB_COMPAT_C53
Replies: 1
Views: 419

Pregunta Sobre HB_COMPAT_C53

Saludos Forum He visto en unos ejemplos, la siguiente instruccion LA Instruccion HB_COMPAT_C53 (se refiere a Clipper 5.3) ? la HB_CLP_STRICT que es ? #ifdef HB_COMPAT_C53         CASE K_LBUTTONDOWN         CASE K_LDBLCLK            TBMOUSE( oBrw, MRow(), MCol() )            E...
by ruben Dario
Thu Jan 15, 2015 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre HB_COMPAT_C53
Replies: 1
Views: 419

Re: En tiempo de compilacion...

... information about preprocessed tokens because in Clipper PP seems to be also the compiler lexer. I do not think that we should try to keep strict compatibility in PP translation and also introduce the array ID tokens before preprocessing. Such operation can be done after preprocessing but ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1561

Re: Migrate to Harbour

Antonio, Enrico, To enable #untranslate in Harbour it seems as it has to be built without using HB_CLP_STRICT. if you need it, then I may build a Harbour for you without such flag. Just let me know it and I will build it for you :-) Thank you. No, I don't really need it. I did a search on all my PRG...
by Enrico Maria Giordano
Sun Jun 29, 2014 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11916

Re: Migrate to Harbour

Enrico, To enable #untranslate in Harbour it seems as it has to be built without using HB_CLP_STRICT. if you need it, then I may build a Harbour for you without such flag. Just let me know it and I will build it for you :-) Regarding those flags, and other differences that you may find, its great th...
by Antonio Linares
Sun Jun 29, 2014 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11916

Re: How do I compile with BuildX this ?

Antonio:

Thank you for your response. Based on your posting about building apps with Visual Studio 2012, should I pursue the development based on Microsoft's compiler ?

How can I force strict scope checking, like the old Clipper MyProg /w /es2,when compiling ?

Thank you
by HunterEC
Thu Jul 18, 2013 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I compile with BuildX this ?
Replies: 4
Views: 898
Next

Return to advanced search