HMG Tutorial Was born
Moderator: Rathinagiri
- fouednoomen
- Posts: 92
- Joined: Sun Oct 14, 2012 8:33 am
- DBs Used: DBF,MySql
- Location: Tunisia
- Been thanked: 1 time
- dhaine_adp
- Posts: 457
- Joined: Wed Aug 06, 2008 12:22 pm
- Location: Manila, Philippines
- Been thanked: 2 times
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: 2005
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 34 times
- Been thanked: 136 times
- Contact:
+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
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: 344
- Joined: Wed Nov 21, 2012 7:14 pm
- Location: México
- Has thanked: 1 time
- Been thanked: 4 times
Exelente aportacion...
Polo
*-----------------------------------
Excellent contribution ...
Polo
Polo
*-----------------------------------
Excellent contribution ...
Polo
-
- Posts: 53
- Joined: Sun Nov 04, 2012 11:00 am
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
- quartz565
- Posts: 495
- Joined: Mon Oct 01, 2012 12:37 pm
- Location: Thessaloniki, Greece
- Has thanked: 133 times
- Been thanked: 12 times
- Contact:
Very nice job Giovanni,
especially for us beginners
Thank you
Nikos
especially for us beginners
Thank you
Nikos
Best Regards,
Nikos.
os: Windows Server 2012 - 64
hw: HP Server E5606, 2.13GHz, 8.00 GB - Intel Xeon CPU
Nikos.
os: Windows Server 2012 - 64
hw: HP Server E5606, 2.13GHz, 8.00 GB - Intel Xeon CPU
- mol
- Posts: 2972
- Joined: Thu Sep 11, 2008 5:31 am
- Location: Myszków, Poland
- Has thanked: 157 times
- Been thanked: 85 times
- Contact:
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))