Search found 824 matches

by MOISES
Wed May 06, 2020 4:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"
Replies: 21
Views: 2098

Re: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"

Sí, en efecto debe ser oBrw:lFastDraw := .T. y colocarlo después del REDEFINE/DEFINE xBROWSE.

Un saludo
by MOISES
Wed May 06, 2020 8:59 am
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"
Replies: 21
Views: 2098

Re: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"

Prueba dos cosas:

- A crear una unidad lógica, para no acceder al recurso del tipo UNC \\servidor\carpeta

- A activar el modo oBrw::lFastDraw := .T.
by MOISES
Tue May 05, 2020 7:36 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"
Replies: 21
Views: 2098

Re: Busqueda Incremental en Xbrowse Lenta en Red "URGENTE"

Hola:

¿La lentitud es en la carga del xBrowse o en las búsquedas?
by MOISES
Sun May 03, 2020 8:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Birthday Enrico
Replies: 12
Views: 2016

Re: Happy Birthday Enrico

Dear Enrico,

Many happy wishes on your birthday. I hope you and your family are all well. And I want to thank you for your work and your time devoted so many years to Fivewin, xHarbour and the community.

Greetings
by MOISES
Thu Apr 30, 2020 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 5204

Re: xBrowse and SQLRDD bug

Yes, I confirm that DBFILTER()/SET FILTER TO and ORDSETFOCUS() work under SQLRDD.

And yes, when a filter is set, OrdKeyCount() Works too.

But never OrdKeyNo()

I am going to test your new versión and share the results.

Thank you.
by MOISES
Wed Apr 29, 2020 5:42 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Busco consejo sobre opciones para compilar a 64Bits
Replies: 50
Views: 4213

Re: Busco consejo sobre opciones para compilar a 64Bits

Hola José Vicente: Nosotros llevamos muchos años construyendo aplicaciones de 64 bits con MSVC. Puesto que es el compilador que usa Microsoft para construir Windows, y además hay una versión gratuita, la Comunnity/Express, no veo que razón hay para usar gcc, pues sería como pretender usar MSVC en Li...
by MOISES
Wed Apr 29, 2020 5:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 5204

Re: xBrowse and SQLRDD bug

Thank you very much for your time and support. With the changes you have sent me, it is possible to navigate in the xBrowse by moving the vertical scroll bar. The only remaining problem is if I perform a DbGoBottom() and then call xBrowse, the vertical scroll bar still appears on top. OrdKeyCount() ...
by MOISES
Wed Apr 29, 2020 8:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: bug cWinVersion() [fixed in 20.04]
Replies: 17
Views: 1936

Re: bug cWinVersion() [still not fixed in 20.02]

Antonio, As to use Windows() function is mandatory to use a new manifest file, in this case GetVersion() correctly returns the value 10 for Windows 10. Here is the fix for cWinVersion() too. This code is dual, for old manifest and new manifest files: #define VER_PLATFORM_WIN32s         0 #define VER...
by MOISES
Tue Apr 28, 2020 4:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug cWinVersion() [fixed in 20.04]
Replies: 17
Views: 1936

Re: bug cWinVersion() [still not fixed in 20.02]

Antonio,

Last check for Windows 2000 must be:

Code: Select all

   if( vi.dwMajorVersion == 5 && vi.dwMinorVersion == 0 )
      hb_retc( "Windows 2000" );
So this function will work fine.
by MOISES
Tue Apr 28, 2020 11:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: new bug xBrowse 20.02 [solved]
Replies: 11
Views: 1763

Re: new bug xBrowse 20.02 [solved]

Thank you very much!
by MOISES
Mon Apr 27, 2020 8:12 am
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta XIMAGE
Replies: 7
Views: 1013

Re: Consulta XIMAGE

Hola Cristóbal:

En este caso, que me ha ocupado unos cuantos días, lo primero que hice fue desactivar GDI y GDIPLUS, pero el problema persistía.

Con

Code: Select all

oImage:lBmpTransparent := .f.
se pintan todas las imágenes sin ningún problema.

Muchas gracias. Un saludo
by MOISES
Mon Apr 27, 2020 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: new bug xBrowse 20.02 [solved]
Replies: 11
Views: 1763

Re: new bug xBrowse 20.02

Thank you very much for your attention. We have not been able to reproduce the generation of the error, in which case we could have provided you with a more precise solution. It could even be an ADO error itself. So, as an additional security measure, could you please modify the code of xbrowse, som...
by MOISES
Sun Apr 26, 2020 5:54 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta XIMAGE
Replies: 7
Views: 1013

Re: Consulta XIMAGE

Hola Antonio: Lo primero, de nuevo muchas gracias como siempre por tu pronta respuesta y encima un domingo. No pensaba que me ibas a contestar hoy. No falla únicamente con una imagen, si así fuera no te hubiera molestado. En efecto, la clase funciona perfecta con un motón de imágenes, pero con un gr...
by MOISES
Sun Apr 26, 2020 5:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FreeImage.dll
Replies: 11
Views: 1378

Re: Consulta FreeImage.dll

Para dejarlo pulido, me gustaría preguntarte si en la clase menú tienes un valor que diga el estilo concreto, o hay que ir estilo por estilo. Si no, quizás podría quedar algo así: oImageT:l2007 := if (hb_isnil(oImageT:oWnd:oMenu:l2007),, oImageT:oWnd:oMenu:l2007) En todo caso, lo que veas mejor y te...
by MOISES
Sun Apr 26, 2020 4:00 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FreeImage.dll
Replies: 11
Views: 1378

Re: Consulta FreeImage.dll

Lo primero, muchas gracias por tu ayuda y por tu tiempo. Creo que para dejarlo perfecto el método debería coger el estilo del menú principal. Me suena que esto lo tenéis implementado, si no lo investigo yo. Y te paso la implementación de FWString:    MENU oMenu POPUP 2007       MENUITEM FWString(&qu...