how create master-detail form?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

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

how create master-detail form?

Post by dragancesu »

How to solve create master-detail form?

The Clipper I'm used to so do, I'll do it with the HMG, so if anyone has advice on how best

An example of this is invoicing, order is a one table (bill_id, customer, date, ...) and items is second table (bill_id, goods, quantity, price, ...), the bill_id is the field that links them
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: how create master-detail form?

Post by serge_girard »

Dragancesu,

All on one form?

From where comes the master info?

Please give some more information or schema.

Regards, Serge
There's nothing you can do that can't be done...
skonuk
Posts: 28
Joined: Fri Sep 17, 2010 7:37 pm
Location: turkey-bursa

Re: how create master-detail form?

Post by skonuk »

I was a multipage TAB CONTROL DEFINITIONS.

AN INFORMATION PAGE MASTER control,

DETAIL INFORMATION ON A DIFFERENT PAGE control

AS should be given.




SIMILAR WORK DO THIS INTERIM will.
EXAMPLE I'll SHARE
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: how create master-detail form?

Post by Javier Tovar »

Hola dragancesu

Primero tienes que partir de crear un formulario con sus controles, en GMG.3.1.5\Samples ahí viene toda una serie de ejemplos para empezar a crear formularios, ya que los hayas visto, creas el tuyo, con el IDE o a mano. Ya después si te surgen preguntas, con gusto alguno de nosotros te ayudará, pero siempre es mejor si compartes tu aplicación, para así más fácil ayudarte. Y si ya tienes algo subelo como *.rar o si no es muy largo aquí donde escribes.

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

Re: how create master-detail form?

Post by dragancesu »

Now, I don't have idea how to do that, but if you ask images.google.com "master detail form" you will see many results
Attachments
ide_runhints.gif
ide_runhints.gif (13.59 KiB) Viewed 5666 times
ch13.gif
ch13.gif (36.87 KiB) Viewed 5666 times
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: how create master-detail form?

Post by Javier Tovar »

:roll:
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

how create master-detail form?

Post by Pablo César »

Like as in Oracle ?

[youtube]zED7Vh8h8wE[/youtube]
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
dragancesu
Posts: 930
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: how create master-detail form?

Post by dragancesu »

Yes, but I think universally

When I asked Google "master detail form" a lot of answers was to link Oracle Forms, but because the foot has a C#, access, php and other

When Oracle is a standard, but there is no reason to not make the Clipper / Harbour / HMG

I have some ideas, so when I realized I send
User avatar
tonton2
Posts: 455
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: how create master-detail form?

Post by tonton2 »

Bonjour
look at this example
download/file.php?id=3931" onclick="window.open(this.href);return false;
good day
L'Algerie vous salut
Y.TABET
Post Reply