HMG Tutorial Was born
Moderator: Rathinagiri
- fouednoomen
- Posts: 188
- Joined: Sun Oct 14, 2012 8:33 am
- DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
- Location: Tunisia
Re: HMG Tutorial Was born
Congratulations Giovanni !!!
- dhaine_adp
- Posts: 457
- Joined: Wed Aug 06, 2008 12:22 pm
- Location: Manila, Philippines
Re: HMG Tutorial Was born
Hello Giovanni,
That will be a great treasure for HMG users most especially the newbies. That one really shortens the learning curve of Clipper programmers who wishes to migrate their apps using HMG.
Should you wish to distribute an offline version of your tutorials to come along with the HMG Official Distribution as an e-Book or HTML file would be definitely not a bad idea.
Thanks and I really appreciate the work you have done. It's the beauty of the open source where everyone had a big heart.
Congratulations!
Regards,
Danny
That will be a great treasure for HMG users most especially the newbies. That one really shortens the learning curve of Clipper programmers who wishes to migrate their apps using HMG.
Should you wish to distribute an offline version of your tutorials to come along with the HMG Official Distribution as an e-Book or HTML file would be definitely not a bad idea.
Thanks and I really appreciate the work you have done. It's the beauty of the open source where everyone had a big heart.
Congratulations!
Regards,
Danny
Regards,
Danny
Manila, Philippines
Danny
Manila, Philippines
- srvet_claudio
- Posts: 2193
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: HMG Tutorial Was born
+1dhaine_adp wrote:Should you wish to distribute an offline version of your tutorials to come along with the HMG Official Distribution as an e-Book or HTML file would be definitely not a bad idea.
-
- Posts: 53
- Joined: Sun Nov 04, 2012 11:00 am
Re: HMG Tutorial Was born
For offline distribution, it's a good idea.dhaine_adp wrote: Should you wish to distribute an offline version of your tutorials to come along with the HMG Official Distribution as an e-Book or HTML file would be definitely not a bad idea.
Danny
You also can print the page to a PDF file, by "PDF Creator".
Regards
Giovanni Di Maria
-
- Posts: 388
- Joined: Wed Nov 21, 2012 7:14 pm
- Location: México
Re: HMG Tutorial Was born
Exelente aportacion...
Polo
*-----------------------------------
Excellent contribution ...
Polo
Polo
*-----------------------------------
Excellent contribution ...
Polo
-
- Posts: 53
- Joined: Sun Nov 04, 2012 11:00 am
Re: HMG Tutorial Was born
Hi
The Rev. [88] - May 8, 2013 of Tutorial is available at
http://www.elektrosoft.it/tutorials/hmg/hmg.asp
News and latest updates:
IMAGE - Adding an image
WINDOW - Virtual Size
Updated names of all images
Giovanni Di Maria
The Rev. [88] - May 8, 2013 of Tutorial is available at
http://www.elektrosoft.it/tutorials/hmg/hmg.asp
News and latest updates:
IMAGE - Adding an image
WINDOW - Virtual Size
Updated names of all images
Giovanni Di Maria
Re: HMG Tutorial Was born
Very nice job Giovanni,
especially for us beginners
Thank you
Nikos
especially for us beginners
Thank you
Nikos
Best Regards,
Nikos.
os: Windows Server 2019 - 64
Nikos.
os: Windows Server 2019 - 64
Re: HMG Tutorial Was born
Excelente trabajo. Gracias
Re: HMG Tutorial Was born
Hi!
I need some help about associative arrays.
Is known an way to test if index of associative array is defined?
in PHP, we can use:
How can I test if 'MyAnyIndex' is existing index of anArray?
I need some help about associative arrays.
Is known an way to test if index of associative array is defined?
in PHP, we can use:
Code: Select all
if (array_key_exists('MyAnyIndex',anArray))
Re: HMG Tutorial Was born
...
Last edited by mol on Mon May 13, 2013 10:51 am, edited 1 time in total.