AGLGrid & Edit Ver 0.40 By AndyGlezL

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by andyglezl »

SALINETAS24 wrote: Wed Feb 23, 2022 6:53 pm Hola, Seria bueno poder redimensionar la pantalla, en mi caso no lo veo bien.
Te refieres al tamaño de font ?

Podrías enviar una captura de pantalla ?
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
SALINETAS24
Posts: 667
Joined: Tue Feb 27, 2018 3:06 am
DBs Used: DBF
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by SALINETAS24 »

andyglezl wrote: Wed Feb 23, 2022 7:07 pm
SALINETAS24 wrote: Wed Feb 23, 2022 6:53 pm Hola, Seria bueno poder redimensionar la pantalla, en mi caso no lo veo bien.
Te refieres al tamaño de font ?

Podrías enviar una captura de pantalla ?
No a la FONT, me refiero a que tiene inabilitado los controles de la parte superior de la pantalla, en mi caso trabajo con XP, y ya no se si será por lo antiguo de mi sistema, por mi pantalla o por la resolución, pero no se me muestran todos los datos, quizas con esos controles habilitados me podría desplazar...., solo eso.

Sl2
Como dijo el gran pensador Hommer Simpson..., - En este mundo solo hay 3 tipos de personas, los que saben contar y los que no. :shock:
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by andyglezl »

* Ya se puede Seleccionar y cambiar cualquier DBF

* Se pueden aplicar Filtros hasta por 3 campos diferentes
--- Genera otro GRID con los registros Filtrados
--- Con Doble Click en este segundo GRID, se posiciona en el registro correspondiente del GRID padre

* NO se utilizan archivos de índices, solo el DBF seleccionado

* En la Ventana Vertical de Edición, hay 3 iconos:
--- Para añadir registros
--- Para Borrar/DesBorrar registros
--- Para Deshacer los cambios al Registro completo

* La DBF tiene 1,056,759 registros y los registros Filtrados (8) en el Segundo GRID,
tuvieron una duración de 6 Seg. (Habrá que ver tiempos en diferentes equipos)

**** Lo olvidaba, estas pruebas las hice en un disco SSD Kingston NV1 NVMe, 500GB, PCI Express 3.0, M.2

*----------------------------------------------------------------------------------------------------------------------
* You can now Select and change any DBF

* Filters can be applied for up to 3 different fields
--- Generate another GRID with the Filtered records
--- With Double Click on this second GRID, it is positioned in the corresponding record of the parent GRID

* NO index files are used, only the selected DBF

* In the Vertical Edit Window, there are 3 icons:
--- To add records
--- To Delete/UnDelete records
--- To Undo changes to the entire Registry

* The DBF has 1,056,759 records and the Filtered records (8) in the Second GRID, had a duration of 6 Sec.
(It will be necessary to see times in different equipment)

**** I forgot, I did these tests on a Kingston NV1 NVMe SSD, 500GB, PCI Express 3.0, M.2

imagen_2022-03-04_193148.png
imagen_2022-03-04_193148.png (770.45 KiB) Viewed 1664 times
AGLGridEdit.zip
(1.66 MiB) Downloaded 114 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by mol »

Andy, first run and error:

Code: Select all


HMG Errorlog File

Date:12-03-2022 Time: 11:04:40
Error: HMG 3.4.4 Stable (32 bits)
Control: TBX01 Of ChildFormPan Not defined. Program Terminated
Called from GETPROPERTY(8506)
Called from OPENDBINI(355)
Called from (b)MAIN(144)
Called from _DOCONTROLEVENTPROCEDURE(6056)
Called from EVENTS(1801)
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(5717)
Called from _ACTIVATEALLWINDOWS(5779)
Called from MAIN(202)

User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by andyglezl »

mol wrote: Sat Mar 12, 2022 10:05 am Andy, first run and error:

HMG Errorlog File

Date:12-03-2022 Time: 11:04:40
Error: HMG 3.4.4 Stable (32 bits)
Control: TBX01 Of ChildFormPan Not defined. Program Terminated
Called from GETPROPERTY(8506)
Called from OPENDBINI(355)
Called from (b)MAIN(144)
Called from _DOCONTROLEVENTPROCEDURE(6056)
Called from EVENTS(1801)
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(5717)
Called from _ACTIVATEALLWINDOWS(5779)
Called from MAIN(202)
Hola Mol
Lo siento, no puedo duplicar el error…
No me queda claro, se supone que al dar DobleClick, el TBX01 ya está creado y solo le da el foco…
Recuerdas algún detalle antes del mensaje ??
*-------------------------------------------------------------------------------------------------------------------------------------
Hello Mol
Sorry, I cant’ duplicate the error…
It is not clear to me, it is assumed that when DoubleClicking, the TBX01 is already created and it only gives it the focus... Do you remember any details before the message?
imagen_2022-03-12_122641.png
imagen_2022-03-12_122641.png (357.45 KiB) Viewed 1534 times
Andrés González López
Desde Guadalajara, Jalisco. México.
franco
Posts: 821
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by franco »

Mol, I used to get this error when I left the grid to do some other function.
I had to make sure before leaving other function, I set focus to the grid I had left .
All The Best,
Franco
Canada
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by andyglezl »

• Hasta 4 campos diferentes para FILTRAR
• Los encabezados del Grid cambian de color según los campos filtrados
• Ahora el Grid de los Filtrados, se ejecuta en un Thread aparte permitiendo seguir trabajando mientras se llena.
• Se puede CANCELAR el filtro oprimiendo X
• Icono que permite tener ACCIONES diferentes con los registros filtrados.
*--------------------------------------------------------------------------------------------------------------------------------------------
• Up to 4 different fields to FILTER
• Grid headers change color based on filtered fields
• Now the Grid of the Filters, is executed in a separate Thread allowing to continue working while it is filled.
• You can CANCEL the filter by pressing X
• Icon that allows you to have different ACTIONS with the filtered records.
AGLGridEdit.zip
(1.66 MiB) Downloaded 65 times
imagen_2022-03-15_151635.png
imagen_2022-03-15_151635.png (254.55 KiB) Viewed 1377 times
Andrés González López
Desde Guadalajara, Jalisco. México.
Post Reply