Samples for HMG IDE

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
ohaldi
Posts: 21
Joined: Mon Mar 23, 2009 12:00 pm

Samples for HMG IDE

Post by ohaldi »

Hello
I just downloaded HMG Version 3.0.40.
I checked many sample, but I didn't find any one to see how to work between Moudle's and Formulare's.
Agenda look nice as start sample. But they a no Formulares!
I like to learn this new (for me) and very nice IDE for HMG.
Regards
Otto
Regards
Otto
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Samples for HMG IDE

Post by Pablo César »

What it means: Moudle's and Formulare's ?

Do you what to say: Modules and Forms ?

What exactely do you not understand ?

- Modules in HMG IDE are where we put PRGs
- Forms in HMG IDE are where we make screens. We can elaborate all screen with components, like as textboxes, buttons, comboboxes, labels, editboxes, browses, etc... When we make screens using HMG IDE, this creates a file´s extension .fmg. You can see inside using any editor, just to see.

I do not like to use .FMGs, I can create it but I take "code form" I put into my prg code.

In SAMPLES folder of HMG 3.0.40 has this examples working with FORMS:
  • C:\hmg.3.0.40\SAMPLES\CONTAINERS\SPLITBOX.7\test.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\ACTIVEX\demo.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\BUTTONS\main.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\COMBO\main.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\CONTEXTMENU\context.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\DROPDOWNMENU\dropdown.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\HELLO\hello.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\MENU\test.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\MULTIWIN\andy1.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\MULTIWIN\main.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\MULTIWIN\Test_1.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\NOAUTORELEASE_STYLE\Child_Form.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\NOAUTORELEASE_STYLE\main_form.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\NOAUTORELEASE_STYLE\modal_form.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\NOAUTORELEASE_STYLE\std_form.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\NOAUTORELEASE_STYLE\Topmost_Form.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\NOTIFYMENU\notify.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\PANEL\hello.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\PANEL\win_2.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\REPORT\Main.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\RESOURCES\demo.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SLIDER\Test.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX\main.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX\split1.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX\split2.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX\split3.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX_2\main.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX_2\split1.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX_2\split2.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX_2\split3.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\SPLITBOX_3\main.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\STATUSBAR\status.fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\TAB\Test.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\TEXTBOX\test.Fmg
    C:\hmg.3.0.40\SAMPLES\EXTERNAL.WINDOWS\TOOLBAR\toolbar.fmg
    C:\hmg.3.0.40\SAMPLES\HMGTALK\HmgTalkClient\Login.Fmg
    C:\hmg.3.0.40\SAMPLES\HMGTALK\HmgTalkClient\Main.Fmg
    C:\hmg.3.0.40\SAMPLES\MULTI.INSTANCE\baseform.fmg
    C:\hmg.3.0.40\SAMPLES\NETIO.02\Client\Main.Fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\3\Child_Form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\3\main_form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\3\modal_form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\3\std_form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\3\Topmost_Form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\4\Child_Form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\4\main_form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\4\modal_form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\4\std_form.fmg
    C:\hmg.3.0.40\SAMPLES\NOAUTORELEASE\4\Topmost_Form.fmg
I hope have been helped you.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: Samples for HMG IDE

Post by jairpinho »

check this site
http://www.harbourminigui.com/hmgguide/



ohaldi wrote:Hello
I just downloaded HMG Version 3.0.40.
I checked many sample, but I didn't find any one to see how to work between Moudle's and Formulare's.
Agenda look nice as start sample. But they a no Formulares!
I like to learn this new (for me) and very nice IDE for HMG.
Regards
Otto
Attachments
Manual Visual HMG.zip
(2.22 MiB) Downloaded 767 times
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
ohaldi
Posts: 21
Joined: Mon Mar 23, 2009 12:00 pm

Re: Samples for HMG IDE

Post by ohaldi »

Many thanks to all for you help.

> Do you what to say: Modules and Forms ?
Sorry, yes I mean Modules.

The samples in \EXTERNAL.WINDOWS\ are help full.

Regards
Otto
Regards
Otto
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Samples for HMG IDE

Post by esgici »

Olá Jair

Your manual is good :)

Could you think an International ( English ) version ?

Saludos

--

Esgici
Viva INTERNATIONAL HMG :D
Post Reply