Ask a Question related to Coldfusion Database Access, Design and Development.
-
rpm843 #1
CFtable Query
I have this code on my site. It works but I can't seem to get the output in
any type of alignment. Some names are longer than others and also the city
names. Then it looks like CRAP!!
Would anyone know how to align these? Also, is this the only way to output in
an order?
<CFTABLE QUERY="GetResults">
<CFCOL HEADER="Name" WIDTH="25" TEXT="<A HREF=""NameDetails.CFM?
location__ID=#ID#&hits=#hits#"">#name#</A>">
<CFCOL HEADER="<U>City</U>" WIDTH="15" TEXT="#city#">
<CFCOL HEADER="<U>Start</U>" WIDTH="5" TEXT="#price#">
</CFTABLE>
rpm843 Guest
-
Query of Queries on query New type query
In CF5 we have a page that creates a query, using queryNew and querySetCell and the like, we then used dbtype="query" and gave it's name so we could... -
Styles in cftable
Just a quick enquiry. Is it impossible to use styles within cftable? I've tried the usual suspects <p>, <div>, <span> etc but they don't change the... -
CFTABLE and Links
An example of this technique would be <cfcol header = "<b>Email</b>" align = "Left" width = 15 text = "<a href = 'mailto:#email#'>#email#</A>"... -
CAML Query: Multiple Query Fields Issue
I need to Create a CAML Query Dynamically with VB to a Sharepoint WebService GetListItems Method. The User Could Select 1 to X Number of IDs... -
BCP query out executed by xp_cmdshell works fine from query analyzer but fails from VB Component
Hi all, I have a stored procedure which returns a vast number of record and i have to write the output into a csv file. I'm using BCP utility to... -
Superflyc #2
Re: CFtable Query
I've never been a fan of HTML functions like this in CF. Best to come up with a stylesheet and apply that to an HTML template, then pass the data to that.
Superflyc Guest



Reply With Quote

