Page 1 of 2

AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Sat Feb 19, 2022 6:52 pm
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 4157 times

ups.... here the file...
AGLGridEdit.zip
(1.65 MiB) Downloaded 173 times

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Sun Feb 20, 2022 9:27 pm
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

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Mon Feb 21, 2022 5:41 pm
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?

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Tue Feb 22, 2022 12:28 pm
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

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Tue Feb 22, 2022 5:22 pm
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


Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Tue Feb 22, 2022 9:23 pm
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

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Wed Feb 23, 2022 2:29 am
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 3907 times
AGLGridEdit.zip
(1.65 MiB) Downloaded 136 times

Continuará...
*--------------------
To be continue...

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Wed Feb 23, 2022 4:53 pm
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.

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Wed Feb 23, 2022 6:03 pm
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 . . . ?

Re: AGLGrid & Edit Ver 0.40 By AndyGlezL

Posted: Wed Feb 23, 2022 6:53 pm
by SALINETAS24
Hola, Seria bueno poder redimensionar la pantalla, en mi caso no lo veo bien.