|
Sure, DataGrid is better if you have a lot of items.
Item Renderers, are a bit tricky. Do not start from scratch, but find an
example an modify...
|
|
hi there, i wonder if anyone can help.. I have made a contact form in flash 8,
sending via asp. the email sends evertime and works but seems to pick...
( 1 2 3)
|
|
ace
maybe you are right. but i know nothing of extensions yet. so i am hesitant
to buy something i wont know how to implement. here is my code....
( 1 2)
|
|
I have a situation at work and I need some big help understanding something so
any information, charts or whatever is welcome. I need to know what...
|
|
I'm trying to update the collection from a query using cfindex, my version is
coldfusion MX. The error message shows:
An error occurred while...
|
|
Perfect, thanks very much.
|
|
ahh yes but i will not let there be duplicate names
hehehe.
ill give it a whirl and see what happens
( 1 2 3 ... Last Page)
|
|
I figured out this is a size issue, what is the best way to add large documents
to a mssql database? I have the database column set to "TEXT" I have...
|
|
gene02 wrote:
CF doesn't have a problem with .us domains, I think you'll need to search
someplace else...
--
<mack />
|
|
Believe it or not, I have actually called an Access "stored procedure" from
ColdFusion using CFSTOREDPROC and returned results via CFPROCRESULT. You...
( 1 2 3)
|
|
Sorry for cross posting. I was told to 'move' my post to this forum but I can
only duplicate.
My SQL code below is returning duplicate records...
|
|
I have setup a verity collection and indexed my website, but when you do a
search on the site, the results that are returned when performing the...
|
|
> >... login information from one session does not cross pollinate to
another
forum
this
That someone else would have to have control of your...
|
|
OK I am having some really weird problems. I have just got new server from
MediaTemple (www.mediatemple.net), I have been settign it up over the...
|
|
Here's the answer with 'English' substituted for your grid value:
<cfinput type="text" name="firstname" label="Name:" value="English">
<cfinput...
|
|
I would store the list of event dates in an array instead. Each element of the
array being a structure that would hold the "eventStart" and...
|
|
Originally posted by: dobaldwin
There is an Evaluate function in ColdFusion ....
Yes, Evaluate() does work, but is not necessary here to get...
|
|
Thanks again, BKBK. WWW's may have seemed too basic to mention the first time
as a cause of session problems, but I didn't know www/non-www were on...
|
|
This is what I was looking for:
<cfloop query="query1">
#query1.field1#
#Evaluate("query2.#query1.field#")#
</cfloop>
|
|
Hi all,
I am using Coldfusion MX 6.1 to develop a web service client that has to
connect to a remote Java web service over HTTPS (SSL over HTTP)....
|