Page 3 of 4
Re: HMG Case
Posted: Fri Sep 19, 2014 11:05 pm
by Javier Tovar
Hola dragancesu,
En la pantalla siguiente:

- TableFMD_FLD.jpg (122.81 KiB) Viewed 6525 times
-Que trabajo viene a ser "Block", por que unos campos tienen Block = 1 y otros Block = 2 ???
-"Input" y "Edit" no es lo mismo???
-Por que tienes 2 "Display"
-Para que sirven los campos DBF, Key, Valid y Display.
-Y que diferencia hay entre "Form" y "M/D Forms"
Disculpa mis preguntas pero quiero saber el funcionamiento de tu programa.
Saludos
P.D.: No se como quitar la segunda imagen.
Re: HMG Case
Posted: Fri Sep 19, 2014 11:22 pm
by Javier Tovar
Hola,
También al querer compilar el ejemplo "DICT" me sale este error:

- Error.jpg (56.9 KiB) Viewed 6525 times
Saludos
Re: HMG Case
Posted: Sat Sep 20, 2014 12:40 pm
by dragancesu
Form is to work with a single table, M/D is a Master / Detail form and is designed to work with two tables that have a field for the relation
A typical example is the invoices in one table (order) position number, date, customer code, and still somewhat in the second (items) store items: number, code, quantity, price
In this case the field code finds out the relationships between tables, each order has one or more items (usually more)
It is something that I struggled and once a topic
viewtopic.php?f=5&t=3434" onclick="window.open(this.href);return false;
and when I decided I set an example
http://hmgforum.com/viewtopic.php?f=8&t=3789" onclick="window.open(this.href);return false;
Re: HMG Case
Posted: Sat Sep 20, 2014 3:05 pm
by dragancesu
I forgot to upload another manual, how to make an application, in this case, the household budget
Practical guidance how to use options of the application HMGCASE and create form, master / detail forum, reports and menu
Re: HMG Case
Posted: Sun Sep 21, 2014 5:25 pm
by Javier Tovar
Gracias por la información! En la siguiente semana reviso y te doy mi opinión.
Saludos

Re: HMG Case
Posted: Wed Jul 27, 2016 7:06 am
by dragancesu
And now new version
Re: HMG Case
Posted: Wed Jul 27, 2016 7:48 am
by bpd2000
Hola,
Thank you for sharing
Re: HMG Case
Posted: Wed Jul 27, 2016 10:42 am
by dragancesu
And small demo
Re: HMG Case
Posted: Wed Jul 27, 2016 11:18 am
by serge_girard
Nice job Dragan!
Serge
Re: HMG Case
Posted: Thu Jul 28, 2016 1:35 pm
by quartz565
Thank you Dragan !