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
			
			
									
									
						Need help for document management app
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Need help for document management app
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
			
			
									
									
						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
Re: Need help for document management app
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
			
			
									
									
						Tal
Re: Need help for document management app
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
			
			
									
									
						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
