Page 1 of 4

FIF : File(s) into File

Posted: Thu Feb 07, 2013 11:06 pm
by esgici
Hi

An experimental work to store content of any file to a single file, a table ( .dbf ) (host).

Look at "WhatIsFIF.txt" file or Help\About menu item for details.

Screen shoot :
FIF at work
FIF at work
FIF_AtWork.PNG (91.87 KiB) Viewed 8336 times
Source files :
FIF_Src.zip
FIF source files
(66.02 KiB) Downloaded 832 times
Alternative link : https://docs.google.com/file/d/0B0M_tmW ... sp=sharing

Executable :

https://docs.google.com/file/d/0B0M_tmW ... sp=sharing

Happy HMG'ing :D

esgici

PS: This post is a kind of continuation of that post : viewtopic.php?f=5&t=2679

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 7:39 am
by Rathinagiri
Looks very interesting.

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 10:24 am
by danielmaximiliano
Muy buena idea Esgici. gracias por compartir

Very good idea Esgici. thanks for sharing

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 10:26 am
by bpd2000
Thank you for sharing, Good

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 11:28 am
by Roberto Lopez
Thanks!

Very interesting.

I'm looking for a solution for automatic update of an HMG application used remotely (via NETIO).

Maybe FIF be part of the solution.

Had you tested with NETIO?

TIA.

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 11:46 am
by esgici
Thanks friends :)

Please guide me to learn using NETIO by shortest way :?

Regards

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 2:18 pm
by Roberto Lopez
esgici wrote:Thanks friends :)

Please guide me to learn using NETIO by shortest way :?

Regards
In the samples folder you'll find NETIO.01 and NETIO.02 folders with samples.

Or, you can download harbour nigthly and look at /contrib/hbnetio folder.

Regards,

Roberto.

Re: FIF : File(s) into File

Posted: Fri Feb 08, 2013 3:47 pm
by esgici
Thanks

I'll look.

Regards

FIF : File(s) into File

Posted: Fri Feb 08, 2013 5:24 pm
by Pablo César
Congratulations amigo Esgici ! Pretty nice and usefull.

Tahnk you once again for sharing with us !

Re: FIF : File(s) into File

Posted: Sat Feb 09, 2013 3:21 am
by Czarny_Pijar
Impressive, really. However...
On the top of my wishlist are the additional filtering capabilities.

In my imagination it should be 3 ComboSearchBoxes based on 3 lists.

Suppose the lists are:
1st_list.lst {2010,2011,2012}
2nd_list.lst {forest, meadow,swamp}
3rd_list.lst {birds,flowers}

So I could filtrate the photos of forest birds taken in 2011.

The working example of ComboSearchBox (based on the lists), can be found in the the valuable contribution of Dr. Claudio Soto, located in c:\hmg\hfcl\Samples\ComboSearchBox

-------edit:
Although this way is not recommended in the world of relational databases, however this manner could keep the things simple:

1) no additional database for the tags, simply the 3 new fields in the existing one,
2) no additional browse/grid for the tags manipulation (Notepad is enough).

Anyway, the choice is yours.