Page 2 of 2
Re: Grids vacíos ?
Posted: Sun Aug 23, 2020 5:26 pm
by cmaciass
franco wrote: ↑Sun Aug 23, 2020 4:05 pm
Are you running hmg 3.44 ?
----------
Hi !
Yes, the version I am using is 3.4.4
Re: Grids vacíos ?
Posted: Mon Aug 24, 2020 4:24 pm
by franco
It looks like the grid is not linked to the table with municipio.
you may have to select the table and refresh the grid.
On my invoicing windows. I set focus to grid after end define and before I activate the window, and on got focus of grid I refresh the the grid.
I wonder if at the start of the window you could check the table record number of the grid cell one.
Re: Grids vacíos ?
Posted: Mon Aug 24, 2020 5:59 pm
by mol
I had a lot of problems with grid with dbf many years ago.
Until now I'm using browse control for dbfs viewing. Faster, stable and without any problems
Re: Grids vacíos ?
Posted: Mon Aug 24, 2020 6:29 pm
by Ismach
Quiero ver el codigo del "USE", no deberia ser con opcion USE <BASE> SHARED ?
Code: Select all
USE Usuarios SHARED NEW
IF !NETERR()
SET INDEX TO CodUser
ELSE
MSGINFO("USE FALLIDO")
RELEASE WINDOW ALL
ENDIF
Re: Grids vacíos ?
Posted: Mon Aug 24, 2020 7:02 pm
by cmaciass
---------------------------------
Hola, a todos !!
Mil gracias por sus consejos y aportaciones, resolvi el problema, utilizando los grids con arrays (ITEMS) en vez de cargarlos directo desde el dbf (ROWSOURCE) y ya está funcionando
- - - - - - - -
Hi all !!
Thank you very much for your advice and contributions, I solved the problem, using the grids with arrays (ITEMS) instead of loading them directly from the dbf (ROWSOURCE) and it is already working
Carlos Macias
Re: Grids vacíos ?
Posted: Tue Aug 25, 2020 10:18 am
by franco
I agree with Mol.
I use browse for viewing from dbf`s, no arrays.
Re: Grids vacíos ?
Posted: Tue Aug 25, 2020 5:18 pm
by tonton2
cmaciass wrote: ↑Sun Aug 23, 2020 4:11 am
Me esta pasando en todos los grids y con diferentes DBFS solo funciona en la primer ejecución de la aplicación, al abrir una segunda vez ya sea en el propio equipo o en otros en red los grids no muestran la información, los grids los alimento a través de ROWSOURCE en donde indico el alias del dbf...
Bonsoir
j'ai déjà eu ce problème et je l'ai à ce jour aléatoirement, cela m'arrive lors d'une ouverture d'une base de données après avoir fermé une précédente base.
Re: Grids vacíos ?
Posted: Tue Aug 25, 2020 5:20 pm
by tonton2
mol wrote: ↑Mon Aug 24, 2020 5:59 pm
I had a lot of problems with grid with dbf many years ago.
Until now I'm using browse control for dbfs viewing. Faster, stable and without any problems
je confirme le problème ne se pose pas avec "BROWSE"