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:

AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by andyglezl »

Hola
Puede alguien probar y expresar sus comentarios acerca de este programa ?
Ya puedo abrir y editar un DBF de forma vertical seleccionando en el Grid
el renglón correspondiente.
Falta mucho pero ahí va caminando...

No está demás decirles que hagan una copia de la DBF con la que vayan a probar.
(Gracias por su tiempo)
*-----------------------------------------------------------------------------------------------------
Hello
Can someone try and express their comments about this program?
I can now open and edit a DBF vertically by selecting in the Grid
the corresponding line.
There's a long way to go but there he goes...

It is worth telling them to make a copy of the DBF with which they are going to test.
(Thanks for your time)

imagen_2022-02-19_124736.png
imagen_2022-02-19_124736.png (523.33 KiB) Viewed 2935 times

ups.... here the file...
AGLGridEdit.zip
(1.65 MiB) Downloaded 125 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
serge_girard
Posts: 3169
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by serge_girard »

Hi Andrés,

- Scrolling a DBF with many fields is very hard...
- How to change from one DBF to another?
- Better use DATEPICKER for date fields
- RADIO for logicals
- SAVE and UNDO?
- DELETE record?

Overall looks nice !

Serge
There's nothing you can do that can't be done...
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 »

serge_girard wrote: Sun Feb 20, 2022 9:27 pm Hi Andrés,

- Scrolling a DBF with many fields is very hard...

- How to change from one DBF to another? In Process...
- Better use DATEPICKER for date fields OK
- RADIO for logicals OK
- SAVE and UNDO? In Process...
- DELETE record? In Process...

Overall looks nice !

Serge
Gracias por tus comentarios Serge...
*-----------------------------------------------
Thank you for your comments Serge...
serge_girard wrote: Sun Feb 20, 2022 9:27 pm - Scrolling a DBF with many fields is very hard...
Te refieres al Scroll vertical ??
*----------------------------------------
Do you mean vertical scroll?
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
serge_girard
Posts: 3169
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by serge_girard »

Yes, the vertical scroll. As if it is 'blocked' somehow or whatever. It doesn't work smoothly.
I have same problem with virtual screen...

Serge
There's nothing you can do that can't be done...
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 »

serge_girard wrote: Tue Feb 22, 2022 12:28 pm Yes, the vertical scroll. As if it is 'blocked' somehow or whatever. It doesn't work smoothly.
I have same problem with virtual screen...

Serge

Has utilizado lo siguiente ?
Para mi, mejoró.
*-------------------------------
Have you used the following?
For me, it got better.

Code: Select all

	SET AUTOSCROLL ON
	SET SCROLLSTEP TO 50
	SET SCROLLPAGE TO 150

Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
serge_girard
Posts: 3169
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by serge_girard »

No! The scrollwheel acts very strange. Only bar is working a bit.
Really poor and ugly... ! Not your fault of course!

Serge
There's nothing you can do that can't be done...
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 »

El orden del desarrollo lo voy haciendo mientras me van llegando las ideas...

* Better use DATEPICKER for date fields OK
* RADIO for logicals OK
-- Barra Espaciadora o Click para cambiar el estado del campo
* SAVE and UNDO? OK
-- Se salvan al dejar el campo (ONLostFocus)
-- ⟲ para deshace los cambios al registro completo (Claro, mientras estén en el mismo registro)
-- O Ctrl-Z para deshacer / Hacer dentro del mismo campo
* DELETE record? OK
-- Con el Mismo BOTON permite Borrar / Desborrar el registro
-- Se puede utilizar el teclado con ALT-D
-- No permite Edición de registros borrados
*----------------------------------------------------------------------------------------------------------------------
I am doing the order of development while the ideas are coming to me...

* Better use DATEPICKER for date fields OK
* RADIO for logics OK
-- Spacebar or Click to change the state of the field
* SAVE and UNDO? OK
-- They are saved when leaving the field (ONLostFocus)
-- ⟲ to undo changes to the entire record (Of course, as long as they are in the same record)
-- Or Ctrl-Z to undo / Redo within the same field
* DELETE record? OK
-- With the same BUTTON allows you to Delete / Undelete the record
-- You can use the keyboard with ALT-D
-- Does not allow Editing of deleted records
imagen_2022-02-22_200905.png
imagen_2022-02-22_200905.png (738.01 KiB) Viewed 2685 times
AGLGridEdit.zip
(1.65 MiB) Downloaded 101 times

Continuará...
*--------------------
To be continue...
Andrés González López
Desde Guadalajara, Jalisco. México.
franco
Posts: 822
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Post by franco »

I still like using a browse for full tables and grid for working with tables.
In this I might put a small button next to name that opens a browse pick window. This way the grid or browse is closed to work on data.
Then put the add and delete button in data edit window.
When you go to look up different record the browse/grid is already refreshed.

I can not get you aglgridedit to work. I get error.
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 »

franco wrote: Wed Feb 23, 2022 4:53 pm I still like using a browse for full tables and grid for working with tables.
In this I might put a small button next to name that opens a browse pick window. This way the grid or browse is closed to work on data.
Then put the add and delete button in data edit window.
When you go to look up different record the browse/grid is already refreshed.

I can not get you aglgridedit to work. I get error.


OK

"I am doing the order of development while the ideas are coming to me..."

*** - I still like using a browse for full tables and grid for working with tables.
It is respected, "Each head is a world"...
*** - In this I might put a small button next to name that opens a browse pick window.
In Process...
*** - This way the grid or browse is closed to work on data.
I try to be more practical and avoid unnecessary clicks and windows...
*** - When you go to look up different record the browse/grid is already refreshed.
If any field is modified and you CLICK on the corresponding Grid record, it is already updated.

The idea of the GRID is not to navigate over it, it is to select the record that I want to modify.
(and later (in Process...) to be able to filter it with different fields and values.



*** - I can not get you aglgridedit to work. I get error.
Sorry, and the error is . . . ?
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 »

Hola, Seria bueno poder redimensionar la pantalla, en mi caso no lo veo bien.
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:
Post Reply