prg code function documentor in HMG

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: prg code function documentor in HMG

Post by AUGE_OHR »

hi,
HGAutomator wrote: Thu Apr 22, 2021 2:05 am But I only see the PRGs. Which Zip file is the hbp file in?
sorry, last Files CLICK20535.ZIP and hb_CLICK_20534.ZIP only include *.PRG
use hb_CLICK_20529.ZIP which include *.HBP and override with hb_CLICK_20534.ZIP and last CLICK20535.ZIP
have fun
Jimmy
HGAutomator
Posts: 188
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: prg code function documentor in HMG

Post by HGAutomator »

Ah, ok. I'll find those, thanks Auge.
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: prg code function documentor in HMG

Post by Anand »

HGAutomator wrote: Thu Apr 22, 2021 5:21 pm Ah, ok. I'll find those, thanks Auge.
Here it is,
viewtopic.php?p=60711#p60711

Hope it helps :)

Regards,

Anand
Regards,

Anand

Image
HGAutomator
Posts: 188
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: prg code function documentor in HMG

Post by HGAutomator »

Got it, thanks Anand.
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: prg code function documentor in HMG

Post by AUGE_OHR »

hi,

a small Util for CLICK which produce "Src_cros.TXT"

i most i "test" a Modul before integrate to Main.
so i have a lot of STATIC PROC / FUNC in my Source Code.

DUPEFUNC will "read" Src_cros.TXT and give you "dupe" Func / Proc Name
DUPEFUNC.ZIP
(600 Bytes) Downloaded 312 times
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: prg code function documentor in HMG

Post by AUGE_OHR »

hi,

when try CLICK with

Code: Select all

DEFINE REPORT
i got Problem ... so i add

Code: Select all

LAYOUT
HEADER
LINE
TEXT
PICTURE
DETAIL
FOOTER
SUMMARY
GROUP
GROUPHEADER
GROUPFOOTER
now i can "CLICK" Sample \SAMPLES\Controls\ReportAdvanced\REPORT_ADVANCED_XXX
please report if you have "more" Problem with Controls which i have not used yet (so not test by CLICK)

todo :

Code: Select all

FOR EACH
SWITCH
have fun with new Source v2.05.39
CLICK20539.ZIP
only CLICK.PRG as Update !
(26.65 KiB) Downloaded 337 times
have fun
Jimmy
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: prg code function documentor in HMG

Post by emzampi »

Hi AUGE_OHR I really appreciated your work with hb_click and seen the different versions you made I would like to have if possible the latest working and compilable version of your wonderful program thank you very much for what you have done.
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: prg code function documentor in HMG

Post by AUGE_OHR »

hi,

there was no bit change sind 2.05.39

i have fix BUG with Button "Source" / "DBF" to assign TEXTBOX in 2.05.40
here FULL Source Code
CLICK20540.ZIP
(71.29 KiB) Downloaded 371 times
todo:

FOR EACH

TRY / CATCH
have fun
Jimmy
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: prg code function documentor in HMG

Post by emzampi »

Hello and thanks for the availability, but I see that I have problems compiling it (version 20.05.27 worked) I send you the text of error.log to see if you can understand what is not working ..... thanks again
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: prg code function documentor in HMG

Post by emzampi »

I realized this ICON RES \ CLICKBW32.ico is missing ..... I created a folder and inserted an .ico file and it works ....
you forgot to insert the original .ico file and sorry if I dare but on the click.rc file the version indicated is 38 and not 40 and also the recent hmg version is 3.5 while on the click.rn file 2 ICON c is indicated: \ hmg.3.4.4 \ DOC \ assets \ img \ HMG-UNICODE_icon.ico

sorry if I allowed myself but thank you very much for the work you have done which is very useful
Post Reply