HMG_MYSYNC (New Version)

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

Post Reply
brunellopulix
Posts: 73
Joined: Sat Apr 24, 2010 10:17 am

HMG_MYSYNC (New Version)

Post by brunellopulix »

HI

I completely rewrote the procedure adding new options and correcting any inaccuracies I found.
I tested the procedure daily for a few months until I reached an optimal level of efficiency.

If you are using a previous version, I recommend that you use this version.

Brunello
Attachments
Img01.jpg
Img01.jpg (203.69 KiB) Viewed 3858 times
HMG_MYSYNC.zip
(324.52 KiB) Downloaded 94 times
User avatar
gfilatov
Posts: 1069
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG_MYSYNC (New Version)

Post by gfilatov »

Hi Brunello,

Thanks for this new version :!:

I saw that it's based upon the MiniGUI Ex now 8-)
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
brunellopulix
Posts: 73
Joined: Sat Apr 24, 2010 10:17 am

Re: HMG_MYSYNC (New Version)

Post by brunellopulix »

Hello


I'm sorry minor adjustments:

Procedure Main

FV3_Label('Leto Origin',70)
change to:
FV3_Label('Origin',70)


Procedure Start

before:
If aPaths[i,6] == 2
Zippy(cOrigin,cTarget)


change to:
FV3_SetProperty('ORIGIN','Value',cOrigin)
If aPaths[i,6] == 2
Zippy(cOrigin,cTarget)



Brunello
User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG_MYSYNC (New Version)

Post by fouednoomen »

Many thanks for your contribution , could you please sharing executable file .
brunellopulix
Posts: 73
Joined: Sat Apr 24, 2010 10:17 am

Re: HMG_MYSYNC (New Version)

Post by brunellopulix »

Brunello
Attachments
HMG_MYSYNC.zip
(1.39 MiB) Downloaded 81 times
User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG_MYSYNC (New Version)

Post by fouednoomen »

Hi Brunello ,
Many thanks for you sharing files

Could you please explain to me step by step what I must change
in GFC.INI and. MYIP.TXT, can not understand you readme file

I work with Letodbf on a public ip adresse

Best regards
Foued Noomen
brunellopulix
Posts: 73
Joined: Sat Apr 24, 2010 10:17 am

Re: HMG_MYSYNC (New Version)

Post by brunellopulix »

CFG.INI:
-you need to update your IP (not important)

MYIP.TXT:
-you must enter the LETO server data in each line at the end enter the server port and then the end note with / *
example:
//192.168.1.100:2812/ /* My PC
or:
//192.168.1.101:2812/ /* PC1-HOME
//192.168.1.102:2813/ /* PC2-HOME
//192.168.1.103:2814/ /* PC3-HOME
IPs can be public
remember:
your leto server needs them for Minigui Ext
Post Reply