HMG Case

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

Moderator: Rathinagiri

Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HMG Case

Post by Javier Tovar »

Hola dragancesu,

En la pantalla siguiente:
TableFMD_FLD.jpg
TableFMD_FLD.jpg (122.81 KiB) Viewed 5946 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.
Attachments
TableFMD_FLD.jpg
TableFMD_FLD.jpg (103.87 KiB) Viewed 5947 times
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HMG Case

Post by Javier Tovar »

Hola,

También al querer compilar el ejemplo "DICT" me sale este error:
Error.jpg
Error.jpg (56.9 KiB) Viewed 5946 times
Saludos
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG Case

Post 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;
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG Case

Post 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
Attachments
howto.zip
(37.01 KiB) Downloaded 407 times
HOWTOmanual.zip
(1.05 MiB) Downloaded 378 times
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HMG Case

Post by Javier Tovar »

Gracias por la información! En la siguiente semana reviso y te doy mi opinión.

Saludos :)
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG Case

Post by dragancesu »

And now new version
Attachments
hmgcase.zip
(1.66 MiB) Downloaded 389 times
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG Case

Post by bpd2000 »

Hola,
Thank you for sharing
BPD
Convert Dream into Reality through HMG
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG Case

Post by dragancesu »

And small demo
Attachments
demo.zip
(59.73 KiB) Downloaded 369 times
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG Case

Post by serge_girard »

Nice job Dragan!

Serge
There's nothing you can do that can't be done...
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG Case

Post by quartz565 »

Thank you Dragan !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply