Yea...I found a few on MM exchange. They just need a little modifying
--Original Message Text---
From: Larry C. Lyons
Date: Mon, 24 Nov 2003 21:04:30 -0500
Bushy wrote:
> Can I have some ASP code in my test.cfm file? Its a breadcrumb writting
> in ASP.
>
Why bother? There are several very good
hi there.
looking for a cf based calendar, that can have sql server
as its backend, and i can add events to it, and i can extend
on it. money isnt an issue. features are where its at!
suggestions anyone?
thanks.
tony
tony weeg
[EMAIL PROTECTED]
www.revolutionwebdesign.com
rEvOlUtIoN wEb
I use an applet from Infomentum called AppleFile 2.5
http://www.infomentum.com/products/download.asp
This will allow you to upload multiple files, but you are limited by the
number of files because the cf server times out. I have not figured out how
to use the requesttimeout var to extend the t
Bushy wrote:
> Can I have some ASP code in my test.cfm file? Its a breadcrumb writting
> in ASP.
>
Why bother? There are several very good bread crumb functions and custom
tags on MM exchange and cflib.org.
larry
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[Us
50 mb? Criminy.
Supposedly, CF will release memory it doesn't need. Probably not immediately. All I can say for sure is its not unusual for CF to eat that much, by any stretch.
Not what you want to hear, but if you are thinking of setting up and allowing Godzilla-size file uploads you really
Just checked I was able to upload 50mb compressed zip. However, doing
this caused jrun.exe to swell something fierce (about 100mb). At the
moment I have barely enough memory for this, but am wondering if
jrun.exe will relinquish this memory, hold onto it for reallocation of
subsequent steps, or j
Maybe it won't work for you on this job, but CF has a way to handle this in every respect except the sheer size of the job::
Use CFFILE as usual and only accept the MIME type application/x-zip-compressed.
You could then use Ben Forta's CFX_Zip to do the unzipping, and take the resulting file list
So
umm...
anyone ever encounter this error?
I can't seem to find a way around it.
0_0
-Gel
-Original Message-
From: Angel Stewart [mailto:[EMAIL PROTECTED]
I fixed this by using 127.0.0.1 .
I've now run into another problem:
Unable to update the ColdFusion MX ODBC Ser
say it is 100mb winzip wont compress it that much then u need to take in
consideration the connection speeds. for example, i have i have a 512
cable line...download but only like 124 upload, so if lets say the zip was
75 mb it would take a bout 45 minutes to upload, ouch
if u do it this way u will
Here's what I'd do. make a new movie. set the frame rate to 1 (1 frame per
second). in frame 30, add a single action:
loadVariables("yourUrlToCheck", 1);
export the movie.
put that in a page, and every 30 seconds, it'll hit whatever URL you
specify. The output from the page shoul
I hear you, I do have my own server with anti-virus installed which I
hope would catch viruses. One thing I am thinking of is bandwidth. If
I upload over the lan it is a moot point, but over the wan 50 full jpegs
from a digital camera is significant amount of data (100mb maybe), which
can be comp
Barney,
Thanks for the advice... Unfortunately I haven't really taken much of a
look into Flash much or Flash Remoting. What would be the easiest way
and could you point me to a couple resources?
-Novak
-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Monday
sure but realistic? no
like i said, i maybe wrong cause i dont know crap but..
1st thing to look at would be your server. If its yours then ok but if u
host then i wouldnt think many hostes would let u do that. Why? because
there would be no way to catch a virus or an unaccaptable script type
It'd be a snap with flash, using either remoting or just a loadVariables
call. I know there was a limitation with flash 5 where you couldn't make a
movie smaller than 18x18 though. don't know if that's still in place with 6
(mx) and 7 (mx04).
_
From: cf-talk [mailto:[EMAIL PROTECTED]
S
Hi All,
Just tried to send this message out a few moments ago and it seemed to
hang. My apologies in advance if it turns into a double post...
I currently have an application that has a built in "heartbeat"... A 1x1
pixel iframe that refreshes itself every 30 seconds.
This heartbeat updates the
Actually, I thought this was a unique solution that I wouldn't have thought
of. + points for creativity. It's not that bad an idea, assuming your users
know how to use winzip and you feel like learning java.util.zip. It may not
be the best solution, but it's an interesting idea at least.
-nathan s
how much?
> I bet you know more than me :-)
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 3:34 PM
> To: CF-Talk
> Subject: RE: Advise about how to upload multiple files
>
>
>
> i think you are looking at trouble there, not
I bet you know more than me :-)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 3:34 PM
To: CF-Talk
Subject: RE: Advise about how to upload multiple files
i think you are looking at trouble there, not to mention horrific upload
times w
There are a number of Java multi-file uploaders you may want to look at,
e.g. http://www.radinks.com/upload/index.php?gg2 (this is just the first I
found). One advantage with one at a time is it may be easier to collect all
the details about the image at the same time. You'd probably need this
scre
You can get the same information at the original
http://www.fullasagoog.com/ -- along with a high fibre diet of other CF
related news.
As to the feed itself. Apparently it is manually put together at
present and not for general circulation. I suspect this has more to do
with reliability than
i think you are looking at trouble there, not to mention horrific upload
times with ppl stopping and starting over, OUCHY!!!
but you know what?
I dont know jack squat, so dont listen to me
> I was just thinking what do you think of forcing users to zip their
> pictures into a single archive
Have a look at how they do it with this product. You can download and run it
for free
http://www.web-instan.com/web-instan/overview/2.html
I've got a friend doing 10 weeks overseas (on a holiday - some people have
all the luck :-) and I just loaded this onto our site so he can upload his
di
I was just thinking what do you think of forcing users to zip their
pictures into a single archive, then after the upload is complete unzip
the contents, do the database inserts, and post processing? Or would
this be a bad way to go?
Thanks,
John
-Original Message-
From: [EMAIL PROTECTE
you may wanna concider letting them upload say 5 at a time and having 5
table fields for images in your db.
then just add 5 file fields to the form with names like pic1, pic2, pic3,
pic4, pic5. then on the action page u need the upload file code for each
field but you really need to check each fiel
If you're going to use HTML, you're stuck with a bunch of single file
fields, and the need to go browse for each individual picture. Probably a
better way to go it to upload the pics one at a time, and then just loop
through the upload form/process page until the user says "that's enough".
You
I am wanting to allow users to upload files to my website to construct
their own image galleries of hikes they have done. I have a single
upload example working. What has me confused is how to allow users to
upload multiple files as a single operation. Is this possible? From
the searching I hav
I think you mean "working directory" not "repository". We have a single
staging working directory on our staging server, and one or more working
directories on our dev server. We don't do per-developer directories,
because of the setup headaches (dsns, dns, mappings, etc). The production
server
Looking forward to them.
-Original Message-
From: Samuel R. Neff [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 5:56 PM
To: CF-Talk
Subject: RE: Auto-Populate a Word Document
But there are lots of other ways to do the same thing. I just gave a
preso at MAX going over 7 differ
CVS is only used for development. Staging and production should have their
own copies of the real files, not a CVS repo. You can use CVS to export
from a CVS repo to staging or production.
To keep track of the individual versions, i.e., what's in development and
what's in production, take a look
-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 3:52 PM
To: CF-Talk
Subject: Re: good place to find contractors?
Christry the CF-Jobs list if you haven't already ;-)
.of course I will throw my company's hat into the
But there are lots of other ways to do the same thing. I just gave a preso
at MAX going over 7 different ways to do this. Breezo with examples will be
posted shortly.
Best regards,
Sam
---
Blog: http://www.rewindlife.com
Charts: http://www.blinex.com
Christry the CF-Jobs list if you haven't already ;-)
.of course I will throw my company's hat into the ring. Full-time CF since 1998 (version 3.1) and we are in Canada...so the exchange rate will save some development cost.
Cheers
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Deve
when setting up cvs, do people generally
have one cvs repository per 'version',
i.e., development server = 1 cvs version.
staging server = another and the live web site
= a third?
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Ok, get this, if I unzip the JAR to the WEB-INF/classes directory does NOT
work. Unzip the JAR into a random directory, add that directory to the CF
class path, and it'll work. Bizarre.
Rather annoyed to have to litter my filesystem with random class files, but
at least it works.
cheers,
ba
Anyone know a good place to look for CF contractors? Also, if anyone on
list is seeking additional contract opportunities, please feel free to
email me off list.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
That would explain it. much thanks.
cheers,
barneyb
_
From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 2:18 PM
To: CF-Talk
Subject: Re: DW extension keyboard shortcuts
> That's what I assumed would happen. It happily displays on the Comman
> That's what I assumed would happen. It happily displays on the Commands
> menu, but no dice in the keyboard shortcut screen.
That's because the entry under the Commands menu are dinamycally generated
by DW. You need to hardcode the entry inside menus.xml in order to have it
show inside the shor
>According to my help, the syntax for Listfind is
>
>ListFind(List,string,delemiters)
(banging head on keyboard, wall, and anything else hard)
I am such an idiot. You're completely right. What a rookie mistake to make, and I've been at this game WAY to long to be making rookie mistakes. Doh!
Yea yea, I was wrong about that part. Sorry folks. I blame it on the snow in
Salt Lake... :)
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
I would think it should pass back 1 since it will treat the string as a
1 element string regardless of what delimiter you specify if it can't
find that delimiter.
Raymond Camden wrote:
> ListFind doesn't accept a 'index' argument. The 3rd argument is the
> delimiter, which defualts to a comma.
I wrote that script a while (2 years something) ago with my friend Joseph Thompson (also from the list).
http://cfhub.com/contributions/backbutton/
you can probably improve the code (to make it less), anyway, it should be fine as it is. completely server side logic, there is also a live demo you
Sam most of us know this. I in fact detest using office for anything.
However clients want certain things and when they have seen it done on
other sites, and management insists on giving them this ability it is
our obligations as paid employees to do what is asked.
-Original Message-
From:
Technically there really isn't anyway to prevent a back button from
being clicked... BUT... you can use _javascript_'s location.replace()
function to overwrite the current page location in your browser.
Essentially what you'll end up with is a page that has no history so the
back button won't be av
Ketan,
There doesn't seem to be a foolproof way of preventing the back button.
Your best bet, IMHO, is to handle it with server side logic.
Marlon
Ketan Patel wrote:
> hi all,
>
> does anybody know a good way of preventing back button of browser.
>
> thanks,
> ketan
>
[Todays Threads]
[
ListFind(list, value [, delimiters ])
The third argument of ListFind is not starting position but rather it is the lists delimiter. So your "1" and "2" delimited list does have exaclty 1 list item (as there are no 1's or 2's in your number).
- Original Message -
From: Seth Johnson
Even MS tells you to never do this.
"Microsoft does not currently recommend, and does not support, Automation of
Microsoft Office applications from any unattended, non-interactive client
application or component (including ASP, DCOM, and NT Services), because
Office may exhibit unstable behavior a
1 is the delimiter. It should return 1 as it correctly does.
-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 4:27 PM
To: CF-Talk
Subject: RE: ListFind() weirdness
ListFind doesn't accept a 'index' argument. The 3rd argument is the
delimit
Yeah, done that about a million times. Actually got lazy enough to write
myself an alias so I didn't have to type the whole command out every time.
; )
_
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 1:25 PM
To: CF-Talk
Subject: RE: Jar files not being r
ListFind doesn't accept a 'index' argument. The 3rd argument is the
delimiter, which defualts to a comma. Now, the second example you used,
where you passed 1 as the 3rd arg, should return 0 since 1 doesn't exist in
the list.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe
I suppose you could also do a find for the delimeter and if it is not found
assume it is not a list as well.
S
-Original Message-
From: Schuster, Steven [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 4:21 PM
To: CF-Talk
Subject: RE: ListFind() weirdness
Wouldn't a list, b
hi all,
does anybody know a good way of preventing back button of browser.
thanks,
ketan
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Don't you have to restart the service?
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
There is nothing wrong with this.
ListFind(list, value [, delimiters ])
The first instance. No delimiter is specified so comma would be default.
Since your value is equal to the search string returns index 1.
The second instance your delimiter is 1, since your value matches your
search string an
According to my help, the syntax for Listfind is
ListFind(List,string,delemiters)
I don't think that you can specify start position.
Marlon
Seth Johnson wrote:
> OK, so I'm having some weird behavior with ListFind() on CFMX and CF 5.
>
>
> Here's an example. I create a COMMA DELIMITED list of
I fixed this by using 127.0.0.1 .
I've now run into another problem:
Unable to update the ColdFusion MX ODBC Server.
Timeout period expired without completion of
F:\CFusionMX\db\slserver52\admin\swcla.exe
I get this everytime I try to add a DNS through the CFMX Administrator.
Any word on
Wouldn't a list, by nature of it being a list, need more than 1 value to be
called a list?
If you know the format could you do some ugly code like
If (Len(myList) LTE 16>
else
S
-Original Message-
From: Seth Johnson [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24
It seems that autodiscovery requires a link format other than what I have. I'll
look into adding it in the next revision. Till then, you can add this link
directly:
http://www.houseoffusion.com/cf_lists/RSS.cfm/forumid=4
The forumid reflects the specific forum so 4 is CF-Talk, 5 is CF-Community, et
I just added a JAR to my app's WEB-INF/lib directory and it's behaving very
strangely. I can happily instantiate and use the classes from my CF code.
I can happily instantiate and use the classes from a custom Java class that
is compiled and run with the JAR on the classpath. However, running tha
I had a similar problem a while ago, although it says "localhost" it's not really using localhost (it's using the static ip of your box).
so, if you have any firewalls, ipsec rules etc.. disable them and run the connector executable again. You can also check the log files to dig more info.
-
OK, so I'm having some weird behavior with ListFind() on CFMX and CF 5.
Here's an example. I create a COMMA DELIMITED list of values, each value
actually consists of 3 groups of numbers separated by an underscore.
ListFind() is not returning the proper result when this list contains a
single va
Do the RSS feeds support "autodiscovery"? I use FeedDemon 1.0 RC4 and it
didn't seem to like it.
Peter Tilbrook
Transitional Services - Enterprise eSolutions
Centrelink (http://www.centrelink.gov.au)
2 Faulding Street
Symonston ACT 2609
Tel: (02) 62115927
Important: This e-mail is intended fo
Try this EasyCFM tutorial:
http://tutorial13.easycfm.com/
Peter Tilbrook
Transitional Services - Enterprise eSolutions
Centrelink (http://www.centrelink.gov.au)
2 Faulding Street
Symonston ACT 2609
Tel: (02) 62115927
Important: This e-mail is intended for the use of the addressee and may con
I got some errors with CFMX, where it had totally stopped processing CFM
pages. All I would get when I visited a CFM page was a blank screen.
I've just uninstalled, rebooted..reinstalled and rebooted CFMX.
After the reinstall I got a message saying that the web connector
installation had fail
> Also, you can't run an Access macro on the server without automation
which is a big no-no.
I don't want to get into the politics of having Access installed on the
machine, that's not my concern, it's the users concern. All I want to do
get the reasons why people go through so much time and effor
That's what I assumed would happen. It happily displays on the Commands
menu, but no dice in the keyboard shortcut screen. I also tried manually
adding it to the menu.xml file, and that didn't work either.
barneyb
_
From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]
Sent: M
Bryan,
DTS implies MSSQL and if you're using a DTS to import from an uploaded Excel
or Access database, then somehow you must be passing the path to the Excel
or Access file to the DTS package. This is really the same as dsn-less
connection, just through DTS and not through CF.
Also, you can't r
You can assign keyboard shortcuts to menu entries. So, first create the menu
entry for your command, then assign a shortcut to it
Massimo Foti
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer
http://www.massimocorner.com/
--
It's on the Local Info tab when you go into Manage Sites, there's a
checkbox, CACHE that will need to be unticked,
Jb.
-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: 24 November 2003 20:03
To: CF-Talk
Subject: OT: DW Stop refeshing site
how can I make it so that dw d
Fusion Authority keeps up with the tech notes. While it's not immediate like the
XML feed is, it does cover them and more. We've got an issue coming out in an
hour or so that brings the latest technotes out.
> I'm looking for a way to keep up with the latest TechNotes and Bulletins
> from Macromed
how can I make it so that dw doesn't have to REFRESH MY SITES when I make
changes to files etc?
thanks.
tony
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
I beat my head against this one all weekend. In DWMX (not 04), is it
possible to assign a keyboard shortcut to a command extension? I couldn't
find anything about it either way in the helps.
Cheers,
barneyb
---
Barney Boisvert
[EMAIL PROTECTED]
[Todays Threads]
[This Message]
[Subscripti
Trusted cache will prevent ColdFusion (5 or MX) from checking the disk for
the file timestamp.
This can have a medium to large-ish performance impact. Huge if your
templates are mounted across the network on a file server.
You can switch this setting on/off without restarting the server, so you
Hey,
First off, thanks for your help.
I am having an issue with cfhttp talking to the USPS intl shipping price
server. 9 times out of 10 the results come back with an error.
I've heard that there are cfx http tags out there- anyone used one that
works on Solaris?
Or has anyone seen this probl
nice thinking
see no reason why it shouldn't work as it is two separate page calls..
I like it Steven :-)
-Original Message-
From: Schuster, Steven [mailto:[EMAIL PROTECTED]
Sent: 24 November 2003 19:41
To: CF-Talk
Subject: RE: CF and ASP
What if you used an IFRAME. That may work.
What if you used an IFRAME. That may work. Dunno though as I have never
tried it.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 2:39 PM
To: CF-Talk
Subject: RE: CF and ASP
Doubt it the .cfm file will tell the webserver to use t
I would greatly appreciate if you could post an example on how to do this.
I've asked several times without success. Thanks much!
- Original Message -
From: Bryan F. Hogan
To: CF-Talk
Sent: Monday, November 24, 2003 2:03 PM
Subject: RE: On the fly DSN creation, why?
> Sure, let's say you
Doubt it the .cfm file will tell the webserver to use the Cold
Fusion app server... if it has an asp extension it would then run
through the asp.dll
I know this can be changed but I doubt that you would be able to get
both languages going at the same time...
-Original Message-
Fro
I'm looking for a way to keep up with the latest TechNotes and Bulletins
from Macromedia. In the Macromedia XML News Aggregator (
http://www.markme.com/mxna/index.cfm ) I've seen an entry entitled
"ColdFusion TechNote Notification" but can't locate the feed for it. Can
anyone provide the URL? Also,
Here's the code to the Custom tag I wrote to do this exact thing
CategoryID is a required variable.
SELECT *
FROM tblCategory
WHERE CategoryID = #varCategoryID#
#getParent.CategoryName#">
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User
> Sure, let's say you want to let a user upload an Access database and
import it an existing data source.
If the database you want to import data is in SQL you can use a DTS. If
it is in Access you can use a Macro.
> I am currently stuck figuring out how to do the reverse - extract
data to a sta
This is what I generally use. Let me know if you need clarification.
username="#request.dsn.user#" password="#request.dsn.pass#">
SELECT catId, parentCatId, catName
FROM item_categories
WHERE parentId = #arguments.myCatId#
ORDER BY category
)>
-Original Me
I've been thinking about this today and so-far I can't figure out why
the need for DSN-less connections. Could a Macro in your Access database
not import data from an uploaded Excel Spreadsheet
-Original Message-
From: Samuel R. Neff [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 20
Hey, I wrote a custom tag to do exactly that. Email me off list at
[EMAIL PROTECTED]
and I'll get you a copy
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Hi I'm confused on this one. Did you create a DTS to import from the
uploaded spreadsheet? If so where does the DSN-less connection come into
play?
-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 12:14 PM
To: CF-Talk
Subject: RE: On the fly
How can I do something similar in CF using the below ASP code?
<%
Function BreadCrumbs()
Dim lstrPathAry
Dim llngMaxIndex
Dim lstrPath
Dim lstrHTML
lstrPathAry = Split(Request.ServerVariables("PATH_INFO"), "/")
llngMaxIndex = UBound(lstrPathAry) - 1
lstrHTML = "You are here: "
lstrPa
After searching high and low, I've found quite a few discussions about
using recursion to create breadcrumbs, and other nested "categorical"
info. It seems to be a pretty common question, and I would expect that
there is a common solution out there, but I can't seem to find one.
I'm trying to dis
This probably has to do with the data type of the field that you're working
with. For instance, if price is a text field because you're storing $123.43
instead of a numeric field and just storing 123.43 it would sort
alphabetically instead of numerically. You could probably convert the field
valu
I think the same answer is implied in Hassan's answer as well..
It would seem that you have told the DBMS to create a local variable and
put the query results in the local variable then end, thus losing the
local variable.
If you want to refer to the result then Hassan's code looks good!
Michael
http://milonic.com
Works on everything. More features than you can shake a stick at. I
wrote a CF wrapper in the Exchange, and sell a fancier one that includes
a license for what is now below the current ver's cost. Neither work
with the brand-new version 5, but the older ver was lighter-weig
Commercial - http://www.opencube.com/ (light as it loads only the script required by the browser)
Other - you can find a number at www.dynamicdrive.com (hvmenu is a good one)
Johan
www.assetnow.com
- Original Message -
From: Hassan Arteaga Rodriguez
To: CF-Talk
Sent: Tuesday, N
I'm working on a CF 5 server.
At 11:48 AM 11/24/2003, you wrote:
>U should try fireworks MX !!
>
>
>Regards,
>
>__
>MSc. Hassan Arteaga Rodríguez
>Microsoft Certified System Engineer.
>DIGI- Grupo de Desarrollo
>COPEXTEL, S.A.
>
>-Original Message-
>From: walker [mailto:[EMAIL PROTECTE
Both options are possible, although the e-mail option would have more possible points of failure (i.e. mail not deliverednot read properlyforgot the attachement etc.)
The only really tough part here is extracting the data from the file. There are many customs tags to extract data from Exc
U should try fireworks MX !!
Regards,
__
MSc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer.
DIGI- Grupo de Desarrollo
COPEXTEL, S.A.
-Original Message-
From: walker [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 11:43 AM
To: CF-Talk
Subject: looking for a g
I am looking for a way to post information directly to a database from a csv, excel or text delimited file.
I am looking for one of two options.
Option one would give a user the ability to email the file to a specific email address and the server/web app would pull the data from the file automati
Hey all,
I need to find a good dynamic menu - kind of like the one found on
http://www.jensonusa.com, where the rollover pops down a second list of
items to choose from.
Does anyone know of one that is cross browser compatible, and works well
with cold fusion?
Thanks for your help.
-w
_
Can I have some ASP code in my test.cfm file? Its a breadcrumb writting in ASP.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
I'm building a query dynamically, and then trying to sort it on a numeric
column, but it only wants to sort alphabetically. Anyone experience this,
or know what I need to do to sort numerically?
select * from qResults order by hasPhoto DESC, price DESC
-Brad
[Todays Threads]
[This Messag
> Besides, someone else asked about the HOW, not just WHY (sorry if I'm
encouraging the repurposement of your thread).
Didn't mean to bother you. I repurposed already. And you answered.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
we wanted to do it so that users were able to upload an excel spreadsheet,
which could then be manipulated by other people over a period of time. At
the time of writing there was no way to do it in MX that appeared to work.
So we have a bank of datasources setup in CF which is then monitored by
ot
In the example I posted, it was to work with an uploaded Excel spreadsheet.
In that case, you don't want a real DSN to it but just a dynamic connection.
Besides, someone else asked about the HOW, not just WHY (sorry if I'm
encouraging the repurposement of your thread).
Sam
--
1 - 100 of 129 matches
Mail list logo