-
Support OOHG's properties and methods added since 2020-04-18.
-
Make oohg's code thread safe.
-
Add prefix "OOHG_" to the functions intended for internal use only.
-
Harbour builds use lib xhb forcibly because some modules call the TOleAutoNew function instead of the native Harbour win_oleCreateObject function.
-
Actualicé a la última versión de OOHG y al utilizar el Mouse Wheel en un GRID me da el siguiente error
Aplicación: E:\ProdP\prod.exe Versión: 11/07/2024 16:54:19
Fecha: 11/07/2024 Hora: 16:54:33
No…
-
Mismo caso que #628 para el valor de _OOHG_AutoScroll
Linea 420 dde h_Application.prg
::aVars[ NDX_OOHG_AUTOSCROLL ] := 75
Debería asignarse .T.
-
Need help to keep this project up-to-date.
If you are interested and think you could help, please post a message here.
-
Missing initialization of app-vars_OOHG_DefaultScrollPage, _OOHG_DefaultScrollStep, _OOHG_AutoScroll and _OOHG_GridScrollOnWheel in h_application.prg
-
Hola,
Estoy usando un control Checklist (que es una subclase de GRID) y al ejecutar oCheckList:aItems manda el error :
CheckList.Item: Invalid item. Program terminated.
Rastreé el error y resul…
-
Fix ErrorLevel value on program's error: since the user can change the ErrorLevel at any time, _OOHG_ErrorLevel maybe out of sync when the program crashes.