GetFile() Reinvented ! : GetDIRList()

HMG Samples and Enhancements

Moderator: Rathinagiri

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

GetFile() Reinvented ! : GetDIRList()

Post by esgici »

Reinvention of wheel ? :)

Not quite ... ;)

Main difference is allowing file(s) and folder(s) selection together.

Another difference is implementing of <lNoChangeDir> parameter. Unlike GetFile(), GetDIRList() uses this value for allowing change directory ability to user.

Furthermore sorting grid columns by three (not two) ways, GetVolumLabel(), List2Arry() and Arry2List() functions may be useful.

Also, test program ( TestGDL.prg ) may be a sample for .fmg based application.

I need your help; please feel free to share your impressions.

Regards

--

esgici
Attachments
GetDIRList.zip
(10.69 KiB) Downloaded 768 times
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by Rathinagiri »

It is nice. Let me try. :)

Thanks a lot Esgici.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by luisvasquezcl »

Good Job,
Regards
Luis Vasquez
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by Rathinagiri »

Really a fantastic effort.

By the way, what editor you are using Esgici?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by esgici »

Luis Vasquez wrote: Good Job,
rathinagiri wrote:Really a fantastic effort.

By the way, what editor you are using Esgici?
Thanks for your nice words Luis and Rathi :)

My programing editor is Crimson Editor.

Regards

--

esgici
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by Rathinagiri »

Thanks for introducing Crimson Editor. I will give a try.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by esgici »

rathinagiri wrote:Thanks for introducing Crimson Editor. I will give a try.
Hi Rathi

If you will try Crimson Editor first time you will need these files:

Unzip, copy ext*.* ( two files ) to C:\Program Files\Crimson Editor\link,
MINIGUI.* ( other two files ) to C:\Program Files\Crimson Editor\spec and
restart cedt.exe.

You can also associate .prg and .fmg ( or whatever you like ) files with Crimson
via Tools\Preference\Files\Associate

I hope you will like :)

Regards

--

esgici
Attachments
crimsonHMGFiles.zip
(3.8 KiB) Downloaded 763 times
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: GetFile() Reinvented ! : GetDIRList()

Post by Rathinagiri »

Yes. I had tried and it suits me. :)

Thanks a lot for your guidance.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply