Need help for document management app

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tal
Posts: 84
Joined: Thu Jul 02, 2009 3:27 pm

Need help for document management app

Post by tal »

Hi everyone,

I was a user of livecode a long time ago, and now i am a little lost, so i need your help to come back.

I need to developp a "simple" application, it will search a file on the computer ( folders) containing a key word , show the files corresponding on a list, and then if we double click a the file on the list, it will open it.

Can you show me how to proceed, thanks,

Tal
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10504
Joined: Wed May 06, 2009 2:28 pm

Re: Need help for document management app

Post by dunbarx »

Hi.

Maybe "the files" function can help? You must define the defaultFolder, as that is where that function looks, but it will return all the files in that folder, and then you can work with the names.

Craig Newman
tal
Posts: 84
Joined: Thu Jul 02, 2009 3:27 pm

Re: Need help for document management app

Post by tal »

exactly, now i am trying to do a repeat loop of the files of my folders in my network, if it is easy for someone to write an example quickly here, it would be helpful

Tal
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Need help for document management app

Post by Klaus »

Hi Tal,

check this one:
http://www.sonsothunder.com/devres/live ... ile007.htm
This has been written BEFORE Livecode provided the new -> files("of/folder/xyz")
function, so it may need some adjustments.


Best

Klaus
Post Reply