Hey there LH,
Check out the IC Verify list at:
The ICVerify E-mail List is hosted by Humankind Systems, Inc.
E-mail all commands to [EMAIL PROTECTED]
Put commands in the message body
To Subscribe: Subscribe icverify your_name
To Un-Subscribe: Unsubscribe icverify
More questions? mailto:[EMAIL PR
> I'm very interested in finding out if anyone has used a MAC Filemaker
> database to drive a site and if there are any compatibility
> issues with our
> hosting platform (We have NT4 SP5 servers running MIIS4 and
> CF4.5 Ent). Or
> if it just can't be done?
It can be done, but FileMaker
If anyone is experienced with CFWebstore, I'm having trouble configuring
the IC Share Directory in the Payment Mgr. I've entered "I:\icdata" but
doesn't work. Can you please provide an example of the appropriate
syntax for this field. I've installed the CFX_MICV tag.
Thank you!
-
Well, just saw the Torch being carried past. Pretty cool. Can't wait for the
games to start.
The official relay site is powered by CF:
http://www.amp.com.au/torchrelay/
Cheers!
--
Archives: http://www.mail-archive.com/c
So long as you run 4.5.1 you should be OK. (See the release notes at
http://beta.allaire.com).
-Original Message-
From: Vaughan Evans [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 5 September 2000 15:40
To: [EMAIL PROTECTED]
Subject: allaire products running on win2000 with IIS5
Hi all,
Do
You're right it isn,t necessary. The use of option tags is for
output using select as in
Select foo1,foo2 from foo_table
#foo2#
-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 04, 2000 7:27 PM
To: [EMAIL PROTECTED]
Subjec
Hi all,
Does anyone know of any issues that exist when running ColdFusion (and
possibly Spectra) on windows 2000 with IIS5. I know that IE5 is bad for
Allaire products on other windows releases but is that the case on W2k too?
If there are does win2k sp1 fix any of these?
Just after a bit of a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Filemaker 5's ODBC is still a bit buggy, but seems to work. The big
problem I have with Filemaker is stability. Accessing it with ODBC
cripples it pretty quickly with any kind of load. For that matter, so
does accessing it using Web Companion, but tha
Just do replace(string, chr(35), "", "all")
one of the qbasic help pages list all the ascii character code
- Original Message -
From: "Nick Baker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 05, 2000 5:18 AM
Subject: Removing # from a string
> Happy labor day
On 9/4/00, James penned:
>This solution is if your option list is static. If you are
>outputting a query as
>your options then you need to provide a query to populate them.
>
>
>Select foo1,foo2 from foo_table
>
>
>
>
> #foo2#
>
>
>
Except you DON'T need the option with cfselec
SELECT DISTINCT Publishers as dpub, count FROM Inventory
Pavan Kumar Puli
ABC Interactive
http://www.abcinteractive.com.au
- Original Message -
From: sebastian palmigiani <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 05, 2000 8:51 AM
Subject: SQL in Access
>
> The
Is there a simple way to make cfwddx tag a CF variable as Boolean? If the
value of a variable is simply "TRUE" or "FALSE", cfwddx just creates a
string value out of it. However, if you use an isSomething() function, the
XML in the WDDX packet will show that the value is Boolean.
Example:
This:
This solution is if your option list is static. If you are outputting a query as
your options then you need to provide a query to populate them.
Select foo1,foo2 from foo_table
#foo2#
-Original Message-
From: Peter Theobald [mailto:[EMAIL PROTECTED]]
Sent: Monday, S
On 9/4/00, Dick Applebaum penned:
>Other than that, CFFILE read your big file once and put (only) what
>you need into a db.
That sounds like what I may end up doing. He wants customers to be
able to go online and check sessions used, etc. I guess I'm just
trying to make this more complicated th
At 6:43 PM -0400 9/4/00, Bud wrote:
> That's why I'd prefer to just generate a dynamic query, store it as
>WDDX and pass it from page to page. I'm just curious how large of a
>variable I can pass like that.
I think that WDDX only increases the problem...
You read a 50 meg file
You creat
On 9/4/00, David Hannum penned:
>Why no cache the query, then sift through it X number of records at a time
>using the MAXROW & STARTROW attributes. Kinda like a Previous - Next
>operation?
Not sure I understand. If I output a variable with CFFILE then loop
through it and create a query, I eith
The following does not work in Access
SELECT COUNT(DISTINCT Publishers)
FROM Inventory
Anyone know the correct way to access the distinct count in Access?
Thanks,
Sebastian
--
Archives: http://www.mail-archive.com/cf-
On 9/4/00, Peter Theobald penned:
>That works, but it's UGLY. I have 40 options. Now I have to put
>"[option value="a" Selected>Apple" on all
>40 lines instead of putting it in the one place where it's SUPPOSED
>to work.
That's NOT how it's supposed to work though. CFSELECT is meant to be
pop
On 9/4/00, Dick Applebaum penned:
>Several things come to mind:
>
>1) This (log file analysis) job of processing large files is not well
>suited to an interactive environment, such as a web application...
>better done off-line/.
>
>2) A Java application may be the best way to provide a custom solu
That works, but it's UGLY. I have 40 options. Now I have to put "[option value="a"
Selected>Apple" on all 40 lines instead of putting it in the
one place where it's SUPPOSED to work.
At 09:28 PM 9/1/00 -0700, James wrote:
>Change it to this
>
>[cfform action="#CGI.SCRIPT_NAME#" method="post">
>
I tried doing this for a client - A SQL Server db for on-line to be
backed-up. replicated by an off-line Access db.
I found that it isn't practical for all but the simplest dbs.
You need to limit your db design (and, therefor, the entire on-line
application design) to the lowest common denomin
Sounds like a classpath issue with the server. What version of CF are you
running and what are your classpath settings ?
Chris
Christopher Conrad
Victoria's Secret Catalogue
Limited Technology Services - New Media
Senior.Programmer.Analyst
http://www.VictoriasSecret.com
614.337.5653
[EMAIL PROTE
I want to transfer data from an MS-SQL-Server (6.5) back to MS-Access for
storage and offline reading reasons.
Is there an CF-Application / Custom Tag which can do that automatically with
the help of the CF-scheduler ?
Or do I have to write my own app. here ?
Thanks. Uwe
SD Solutions
Lange Zeile
I have a site that seems to bring down 4.5 every time it is used much.
CF4.5 takes over the CPU and that's all she wrote.
Can anyone tell me a couple of likely areas to look for this? Are there one
or two things that are likely to cause this, or is a combination of things.
This is a new server
Several things come to mind:
1) This (log file analysis) job of processing large files is not well
suited to an interactive environment, such as a web application...
better done off-line/.
2) A Java application may be the best way to provide a custom solution.
That said, there might be anothe
Why no cache the query, then sift through it X number of records at a time
using the MAXROW & STARTROW attributes. Kinda like a Previous - Next
operation?
Dave
- Original Message -
From: Bud <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 04, 2000 4:15 PM
Subject:
Log files for the most part are always the same. If this is the case then
my not parse out the log file and store the information you need from it in
a database. Querying the database will preform substantially better than
continually reading a file.
Look at how the log file is created in the f
Hi. I have this situation. I'm creating a program for someone where
their customer's will be billed based on the amount of instances
(sessions) in a log file. There will eventually be hundreds or
thousands of customers with each one using up to hundreds of
sessions. There will be a line in the
For some odd reason, all of the sudden, I am having a problem with my Acess
2000 db when using an insert and select query back to back. It times out
and says that the limit of connections has been reached. It hangs on the
select query. If I remove this query, the insert goes fine and the page i
A structure is nothing more than a data type, like a string, integer or
array. Like those data types you can also scope a structure, by making it
an application, client, or session variable.
If a certain structure is going to be used to tract a user's preferences
then you would want to give it a
I know this is a little off topic, but I was hoping that someone might be
able to tell me how to create custom Explorer Bars. I have no idea where to
get started and I am looking for some code examples, tutorials, etc.
Thanks!
jake
Are structures used throughout a server or are they used only per session?
I know I have to convert a structure to wddx to use it other places but I am
looking to use a lot of strucutres throughout my application and want to
make sure that the structures won't get messed up. Should I use s
Use JavaScript to open the new window when the is submitted, before
the action page is invoked.
You can do this with an onSubmit or an onClick event handler.
Dick
At 6:34 PM +0100 9/4/00, RICHARD MOGER wrote:
>This message is in MIME format. Since your mail reader does not understand
>this f
While I don't think I could recommend one over the other, let me say what I
know about it.
Fusebox is just a collection of best practices, they're just written down.
Plus there are some tags
to help implement those ideas without pulling your hair out. CFObjects is a
way to to get OOP like
results
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--_=_NextPart_000_01C01696.60570016
Content-Type: multipart/alternative;
boundary="_=_NextPart_001_01C01696.60570016"
--_=_NextPart_001_01C
Happy labor day all!
I am receiving a string like the following, and CF doesn't like the # sign.
123 Main St. #105
I have tried the following and that doesn't seem to help any.
#Replace("123 Main St. #105","##", "", "ALL")#
Any suggestions?
Thanks,
Nick
--
On 9/4/00, Magnus Wallin penned:
>Hey folks.
>
>Was doing an implementation between two sites and I ran into a little problem.
>In their code they are using GET instead of POST in the
>
>And when I submit I get a querystring with variblenames that are
>duplicate (Yes all INPUT-fieldnames are name
I have been using the listlast() function to get the last element in varchar
strings such as:
"\1\3\8\12"
eg.,
I am wondering if this is the highest performing way of grabbing the last
integer in these strings? I can't immediately think of another way -- but
this a performance critical process
Hi all,
Just wondering if anyone can shed any light on this problem I'm having
running cf_curconvert tag on NT4.0 SP5 IIS4.0 CF4.51. It's returning an
error of "System low on virtual memory". My past experience tells me that
there is a recursive loop occuring somewhere, hence the loss of server
v
On 9/4/00, John Bowering penned:
>I have something close to what you're looking for...Zip --> County --> State
>
>it's being used at www.nude-clubs.com for a radius search of clubs by
>zipcodes. based on the zipcodes within the radius entered, I can search for
>clubs with that zipcode.
>
>Reply of
Thanks.
Hubert
---
Hubert Earl
ICQ#: 16199853
See pictures of items in my Jamaican Art, Craft & More Online Sale (please
excuse the pop-ups--this is currently being hosted on just a temporary,
emergency server:
http://www.angelfire.com/ny/hearl/eBay_links_page_on_Angelfire.htm
- Original Me
Try
http://www.onviasites.com (formerly itool)
I can count the outages on one hand in over 3 years
HTH Dick
At 10:18 AM -0400 9/4/00, Hubert Earl wrote:
>Hi,
>
>Can anyone tell me of a reliable hosting service for web pages? I run
>auctions on eBay and I have a page which has thumbprint pics
I have something close to what you're looking for...Zip --> County --> State
it's being used at www.nude-clubs.com for a radius search of clubs by
zipcodes. based on the zipcodes within the radius entered, I can search for
clubs with that zipcode.
Reply off list if you're intersted,
John
Shanje.com $25/mo for CF Hosting (need upgrade for SSL)
Dave H.
- Original Message -
From: Hubert Earl <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 04, 2000 10:18 AM
Subject: OT: Can anyone recommend a reliable hosting service for web pages?
> Hi,
>
> Can anyo
Hi,
Can anyone tell me of a reliable hosting service for web pages? I run
auctions on eBay and I have a page which has thumbprint pics of all the
items, with links to larger pics. My last hosting service has been down for
almost 48 hours (as I was being hosted for free I can't really complain)
Hey folks.
Was doing an implementation between two sites and I ran into a little problem.
In their code they are using GET instead of POST in the
And when I submit I get a querystring with variblenames that are
duplicate (Yes all INPUT-fieldnames are named the same).
If it would have been a PO
Bud, your right on that one, i have a city state table, but now my client wants to add
counties in. I am going to see if I can find a county zip table and then i can just
join them.
Thanks,
Don Sparks
--Original Message--
From: Bud <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Septe
Sorry, no. Although I will take a look at it now.
> Have u used CFobject ? If u have what do u think of it ?
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffu
Hi,
Is there anybody offering Fee Cold Fusion hosting servies/... I basically
require them for Testing my project..
Expecting an early reply..
Regards
Vikram
v-xl.com
__
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.o
Have u used CFobject ? If u have what do u think of it ?
-Original Message-
From: Graham Lewis [mailto:[EMAIL PROTECTED]]
Sent: 04 September 2000 12:37
To: [EMAIL PROTECTED]
Subject: RE: CFObjects v FuseBox
I would agree with what Rif had to say: the fusebox idea is quite
useful but I
Hello everyone,
I am writting a java custom tag that will, given an image filename/location
and a string, draw the string onto the image and save the modified image out
to a new file.
I have written a stand alone application to do this with no problem, but
when I recode it as a custom tag it fai
I would agree with what Rif had to say: the fusebox idea is quite
useful but I have never used it 100% - I was already doing fusebox-
like things before I heard of it.
Different projects require different approaches.
Graham
---
>Is there a way, to create a collection of all form elements, and
>then to loop through them, pulling out the values tied with them?
Form variables
form.#TheKey#
#Evaluate("form." & TheKey)#
--
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Se
>Is there a way, to create a collection of all form elements, and
>then to loop through them, pulling out the values tied with them?
Kwasi,
This collection is created for you when you submit the form.
It's called Form.fieldnames and you can over it.
Nick
PS btw some people don't like to see a
On 9/3/00, Donald Sparks penned:
>If anyone has a State->County->City Database, could you please send
>it to me or a url where I could get it.
Hi Don. I'm not the "Bud" referred to in another response.
I don't have the cities, but I do have the states and counties. If
you can't find the whole
Is there a way, to create a collection of all form elements, and then to
loop through them, pulling out the values tied with them?
Kwasi Date-Bah
System Developer
iMediapoint.com
1-7 Fulham High Street
London SW6 3JH
Tel: 020 75983060
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A N N O U N C E M E N T
ACT ColdFusion User Group Meeting
This Month - A look at the ACT IT Job Market
When: 5:30-6:45PM, Thursday 14 September 2000
Where: Level 2 Training Centre
Defence Housing Authority
26 Brisbane Avenu
Hi all,
I'm having to transfer an SQL server to a client's ISP - this is the first
time I have had to do this. I have a book on SQL server which doesn't cover
this exactly, but it seems I should be using DTS Transfer Manager?
Any resources on the net that may be able to help?
Ta,
K.
__
> Nick. Will this interface with MSDE?
Bud
Yes, definitely :-)
As you might expect the MSDE interface will be very similar
to the SQL Server piece and work better than Jet on account of
having a proper back end to work with.
Nick
Any body else, got any thing to add? I would be grateful for any more
insight.
-Original Message-
From: Rif Kiamil [mailto:[EMAIL PROTECTED]]
Sent: 03 September 2000 16:56
To: '[EMAIL PROTECTED]'
Subject: CFObjects v FuseBox
Dear All,
Which would u pick Fuse Box or CFObejcts and why? W
60 matches
Mail list logo