Newbies salparadi Posted June 19, 2003 Newbies Posted June 19, 2003 Okay, very new to Filemaker and CDML. I basically have a photo database that has the photo in a container field along with a ton of information fields. There is also a keyword field for every record. I want to create the functionality so that when someone on the web searches for a certain keyword, the database will return all the corresponding images and arrange them in a table that is 4 <td>'s wide and however many tall to accommodate the results. I am not a programming whiz, but I assume this involves a for loop of some kind, is this possible in CDML? Is there another way? How could I return the first 4 results, and then close that row and either start a new one or even start a whole new table? I hope this makes sense, I could really use some help if anyone has the time, thank you very much.. Noah
Unable Posted June 19, 2003 Posted June 19, 2003 You could help yourself by searching in the Sample Files forum for the example offered there about web images. There are several web related solutions in that forum which can be useful to a newbie. Also, considering the amount of memory which is used to store pix in a db, it is really better db management to store the images in a folder and store the path in the db. "I am not a programming whiz..." I'm not either. I'm a developer. So are you. Good Luck,
StephenKnight Posted June 19, 2003 Posted June 19, 2003 This is possible in CDML, you are performing a find on a keyword field, and then displayin the found results in a table. Shoot me an email at [email protected] and I will send you a free 40 page tutorial to get you started.
Recommended Posts
This topic is 7897 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now