If I'm reading you right, all your concerns are serverside..
Problem 1
Seems simple enough...
<cfquery name="images">
SELECT *
FROM re_Image
WHERE propID = #whatever# --Use cfqueryparam... too lazy to type
</cfquery>
Once you have that,
if images.recordcount gt 0{
//you have images, display them
}else{
// No images. Sorry.
}
And if I wasn't using Flash Forms and trying to bind the detail display to a grid, I would do it pretty much like that. But, as I said, from everything I've tried and read about, I believe I need to have everything coming out of one query so that it is all known by the grid. I haven't found a way to make the grid accept details from more than one query, and I haven't found ways to introduce a sub-query into a bound element on the form.
If you know if one, however, I'm all ears. :)
Problem 2
Have a look at some of the other sites for inspiration. Used Car sites
are also good. I like drive.com.au. and carsales.com.au
Oh, I have the inspiration. Like I said, I know what I want to achieve. I just don't know how to.
I suppose there are workarounds if it's not possible, but it would certainly be the preferred solution since it takes up less space. :)
Cheers,
Seona.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---
