Developer edition not recognizing 9.01

2011-08-09 Thread Doug Ford

Hi Folks - 

I am looking for some help in trying to figure out what the heck is happening 
with my CF 9 and why it's not recognizing the 9.01 upgrade.


I am running this on a Win 7 Pro box, 
with Apache 2.2 running, and 
ColdFusion 9 Developer currently installed and running fine.

I downloaded and installed the 9.01 update to get the S3 functionality, 
but CF Admin is not recognizing the update.

I restarted services and even rebooted my machine, but CF does not recognize
the .jar file in the Updates directory.

I am not sure why it's not working.

Any and all help would be appreciated.

Thanks,

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Developer edition not recognizing 9.01

2011-08-09 Thread Doug Ford

I am running standard install. Just running it in developer mode.


are you running a standard install or multi-server ?



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346622
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Application.cfc cfinclude

2011-01-27 Thread Doug Ford

Hi Folks - 

I am feeling dumb and either I am missing something simple or it's way above me.

In my application.cfc, I was going to have a cfinclude that would pull in my DB 
Name, user name, and password.

But when I execute the index.cfm page, and dump my session variables, those 
pieces of info are not being included.

I have moved the cfinclude all around from the beginning of the file to 
OnApplicationStart, OnSessionStart and nothing seems to work.

Am I missing something?

Thanks,

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341575
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Is it Possible: CFPDF or PDFs

2011-01-25 Thread Doug Ford

Hi folks - 

I am scouring the web trying to find examples or a discussion on whether or not
Coldfusion 9 can actually write to an existing PDF.

I have a pre-made PDF form, and I just want to write data to different cells.
I have Acrobat so I can define the text boxes, but now I am trying to figure out
how to actually place the details.

Is it Possible to do this?

Thanks,

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341224
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Is it Possible: CFPDF or PDFs

2011-01-25 Thread Doug Ford

I'm reply to my own post.

It looks like CFPDFFORM will be the answer.

I will investigate this and see what I come up with.

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341233
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFSPREADSHEET

2011-01-17 Thread Doug Ford

Hi folks - 

I am looking for some people who have used this tag or have created spreadsheets
with a larger data set (more than 200 records).

CFSpreadSheet works fine with under 100 records, but when you start going above 
200, 500, or even 700 records, the systems grinds to almost a halt, and it 
kills the processor.

When I am adding rows to a spreadsheet, using - 
SpreadsheetAddRows(schedRpt, myQuery)

I notice my processor utilization spike, and then take forever to come down
when I use that tag.

Any and all ideas on how to create a spreadsheet with a large amount of data 
quickly?

All ideas are appreciated.

Thanks,

Doug



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


MS SQL Default CF User

2010-11-12 Thread Doug Ford

Hi folks - 

I am trying to lock down my MS SQL server access when CF access it.

I have set up a user  password, gave it the right permissions, put that U/N 
and p/w into my code and that works.
The problem I have is that CF still allows default access to the DB.

So whether I use the U/N or P/W, both methods still allow access.

I have been playing with the security of a test DB to figure out what I need to 
do, but I have had no success.

Any pointers would be appreciated.

Thanks,

Doug



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339145
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford

Hi Dave - 

To be honest, I am not sure.  My company is hosting the site at an ISP.
I do have direct access to the machine, but I don't know how it was set up.

But I think it might have been using Windows Authentication.

Thanks,

Doug

 I am trying to lock down my MS SQL server access when CF access it.

Are you using Windows authentication (trusted connection) or native
SQL logins (untrusted connection)?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339151
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford

Hi Jacob - 

The UN/PW in the data source is blank.

I was thinking that if I assigned a bogus un/pw to the DSN, 
but send over the correct info through the cfquery tag, 
then perhaps, anybody doing a cfquery without the un/pw will
fail.

But that didn't work.

Did you change the UN/PW in your datasource?  If you change it there,
then all connections to your DB using that datasource will go through
your new UN/PW.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339152
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford

I am trying to add a level of security that if someone was able to access the 
server and upload a file to read the SQL tables, I wanted to make sure that 
without the proper password, a cfquery without a u/n  p/w, would fail in the 
attempt.

It's just all for security.


Is there a reason why you don't want to put the correct UN/PW into the
data source?


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339154
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford

Hi Jacob - 

I will have to give it a try later on.

Thanks.

I haven't tried this, but I wonder if you could create a user that has
0 privileges.  Maybe just give it read rights on tempdb, but nothing
else.  And then put that into your data source.  So it's a valid user,
but it can't access the sensitive databases.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339158
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford

Hi Russ - 

I do have access to the CFAdmin, and right now the User Name and Password is 
blank.
That's the first things I checked on.  So I need to figure out if I am using 
the guest access or as the service user.

If it's B or C, is there anything that can be done?

Thanks.

Doug

It really should not be possible to query the database without a
username/password.
The only way this is possible is if

a) the login is in the DSN
b) guest access has been allowed on the db without a login
c) windows authentication is used and you are connecting as the coldfusion
service user

If this is a shared host and then it wont be b or c, so I suggest you double
check A
If you do not have access for the cfadmin, then you could try changing the
database password, which will stop the DSN login working.






 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339159
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF jQuery Grid

2010-10-14 Thread Doug Ford

Hi Folks - 

I am hoping that some of you might have used a Grid based plug in into your 
work and have some experience.

I have been using Ingrid for a while but there is a problem with it.
If you put the Ingrid table/grid within a DIV and use any type of positioning 
in that DIV, the divider bar causes problems, and sometimes locks up the 
browser window.

It's nice for relatively simple instances, but it has limitations when used 
within a nicely laid out site.

Now then, here are my requirements - 

1) I need to pass a CLASS  TITLE attribute to different random cells to 
display tool tips.

So any plug in that generates a grid with JSON and XML only is out of the mix.
(So this might nix jqGrid from the list)

2) I need to be able to have paging controls, where I can either read in an 
HTML table generated on the backend, or pull back the data to generate my table 
but CLASS  TITLE attributes have to be included.

3) I need to be able to expand the grid object beyond the screen's edge if need 
be.

The data is truly dynamic.  One time the page will show 4 columns, the next 20. 
 Probably not, but I have to prepare for the worst.


Any and all ideas are appreciated.

Thanks,

Doug

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338217
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Parsing/Processing a SOAP package

2010-09-27 Thread Doug Ford

 Dave... you are feeling quite verbose for a Saturday. Can I assume your team
 is losing or it's cold and rainy?  :)

I've been out of the office for two weeks, so I have a lot of email to
catch up with!
___

Hi Guys - 

I want to thank you all for your help, assistance, ideas, and directions.

In the end, I decided to cheat a little bit / use some technology to give me 
what I wanted.

So I took my XML string with the soap:Envelope and soap:Body and stripped it 
out.
Took that string which was properly formatted XML (in a string format), did a 
xmlParse, and from there got the information I needed.

Sometimes it might not be the most technologically correct answer, but it's 
better than fighting with something for a long time!

Thanks again for all your help!

Doug






~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337579
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: WSDL / XML / String help

2010-09-24 Thread Doug Ford

Hi Dave - 

I haven't put it into any CFC code yet.  I usually work in a simple file to 
test the results, and make sure things work before adding additional overhead.

The only code on the page is this (and then attempts to print out the results): 
 

  cfinvoke webservice=myURL/my_api.cfc?wsdl 
 method=GetUserProfile
  returnvariable=temp1
      cfinvokeargument name=wsID value=1
      cfinvokeargument name=customerid value=1
      cfinvokeargument name=userid value=1
  /cfinvoke
 

Thanks,

Doug

___


 Can you post your CFC code?
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf 
Software

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337481
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: WSDL / XML / String help

2010-09-24 Thread Doug Ford

Hi folks - 

It looks like Leigh might be the winner in this contest...

When I did this:

cfset resultXML = xmlParse(trim(temp1)) 

I was able to do this:

cfdump var=#resultXML#

And actually see some XML code.

Thank you all for trying to help.

Dave as for the CFC of the SOAP service, I don't have direct access to it.

Thank you again for giving me ideas!

If I have problems, I will be back... as always!

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337493
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Parsing/Processing a SOAP package

2010-09-24 Thread Doug Ford

Hi Folks - 

Here's the situation:
I use a cfinvoke to call a SOAP web service, and it's stored in a variable.

I do the following to store the results into a variable:
cfset resultXML = xmlParse(trim(temp1))

When I cfdump it, it gives me a nice structure diagram - cfdump 
var=#resultXML#

But I am having problems accessing the nodes to the data.

http://www.flickr.com/photos/12436...@n00/5021117632/

Here is a pic of the dump.  Data is in the User nodes, but I just edited it 
out. ;-)

Any ideas on how to access is appreciated.

Thanks,

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337519
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


WSDL / XML / String help

2010-09-23 Thread Doug Ford

Hi folks - 

Hopefully somebody can point me in the right direction. ;-)

I am trying to use this WSDL/web service: (the following has been edited for 
security) ;-)

cfinvoke webservice=myURL/my_api.cfc?wsdl method=GetUserProfile 
returnvariable=temp1
 cfinvokeargument name=wsID value=1
 cfinvokeargument name=customerid value=1
 cfinvokeargument name=userid value=1
/cfinvoke




And when I do this:  cfdump var=#temp1#

I get this:

?xml version=1.0 encoding=utf-8? 
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 

soap:Body 
GetUserProfileResponse xmlns=http://tempuri.org/; 
GetUserProfileResult 
user 
UserID1/UserID 
firstNameA/firstName 
lastNameA/lastName 
emaila...@blah.com/email 
/user 
/GetUserProfileResult 
/GetUserProfileResponse 
/soap:Body 
/soap:Envelope


When it gets returned to me, it's a string.
Any attempts to loop over it like an array gives me errors messages.

When I just output it, I just get the info found in the user section.




Is there a process, method, or something that allows me to pull apart that 
text, and grab the pieces I need out of it?

Is there anyway to say cfset fn = temp1.GetUserProfileResult.user.firstname

When I try that it fails.

Anybody have any suggestions?

Thanks,

Doug 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: WSDL / XML / String help

2010-09-23 Thread Doug Ford

 Use xmlParse() to convert the string to an xml document. The results 
 will be under envelope.body 
 
 cfset resultXML = xmlParse(temp1)
 cfset baseXML = resultXML.Envelope.body
 cfoutput
 #baseXML.GetUserProfileResponse.GetUserProfileResult.user.firstname.
 xmlText#
 /cfoutput
 
 
 

Hi Leigh - 

Thanks for your suggestion, but that's what I thought also.

Since the info that I get back into temp1 is a string, most if not all XML 
functions don't work.

I cut and pasted your text and got this:

 An error occured while Parsing an XML document.
The processing instruction target matching [xX][mM][lL] is not allowed. 


Thanks,

Doug


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337434
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Dynamic SQL Column Names

2010-04-15 Thread Doug Ford

Hi Leigh - 

When I was saying System, I meant the CF Server/ web page was producing an 
error screen.

I don't think that having the [col name] will work since a field name might 
contain a # sign within it.  And that would again cause the CF page to fail.

Thanks.

Doug

 I am not really clear on your system... But to answer the part I do 
 understand, you can use array notation.
 
 #queryName[colName][rowNumber]#
 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332914
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Dynamic SQL Column Names

2010-04-15 Thread Doug Ford

Hi Jason - 

Thanks for the idea, but I also thought about evaluate, and when CF tries to 
evaluate the field of Vin #, the server produces an error page.
Invalid CFML construct

Thanks

Also, to address the first example you gave, if this is blowing up on 
Vin #:

#evaluate(columnName)#

Then try this:

#evaluate(de(columnName))#

(if I recall correctly) 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332915
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Dynamic SQL Column Names

2010-04-14 Thread Doug Ford

Hi Folks - 

I am wracking my brain trying to figure out how to get the results I am looking 
for.

Here's the background - 

I am dealing with dynamic environment allowing losers, I mean users, to enter 
in field names.  This is a business product so anything is possible.

When a user of the product creates the columns, they have no knowledge of 
coldfusion or sql, so if a person enters in VIN # as a piece of information 
they wish to capture, VIN # becomes a column header.  

Now then, on any given random form my system would be creating, I won't know 
how many fields or their names.

If a person creates 5 or 500 fields, I have no clue, and I won't know what 
column names they could ultimately create.

I have been toying with getColumnList() to display the column titles, but how 
would I get the actual data out of it?

I have tried using evaluate on the field names, but when it comes across VIN #, 
the system blows up.

Any and info is appreciated.

Thanks,

Doug



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332895
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF - jQuery - Javascript

2010-04-06 Thread Doug Ford

Hi folks - 

I have a question that could probably fall into multiple categories on HOF, but 
I thought I would start with my default list! ;-)

Anyway, here's my story:

I have a web page split in half.
Left half has different records being displayed.

Right half has a form, which populates a set of tables, and then that 
information appears on the left half.  This process is working.

The current challenge is this:

The Left side has different records appearing on it as mentioned, it's not an 
iFrame BTW - the records have an ID number.  The user would click on the ID 
number, and then form on the Right gets populated with that record's details.

What I am hoping to do is pass the ID number using jQuery to a CF form, that 
gets the data from a query, passes the data back, and then that data is told to 
go into the proper fields to be displayed. 

Here are my questions/statements:

I can send information to the CFM page with the ID on it.

1) When I perform the CFSTOREDPROC and assign it to a resulting variable.
What do I have to do to, or what commands are needed so that it can be taken 
back to the original calling page.

2) Once the data comes back, what format is the data in?


If anybody wants to provide any other details that I could be overlooking, I 
would appreciate it.

Thanks,

Doug 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332660
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF - jQuery - Javascript

2010-04-06 Thread Doug Ford

Hi folks - 

I have a question that could probably fall into multiple categories on HOF, but 
I thought I would start with my default list! ;-)

Anyway, here's my story:

I have a web page split in half.
Left half has different records being displayed.

Right half has a form, which populates a set of tables, and then that 
information appears on the left half.  This process is working.

The current challenge is this:

The Left side has different records appearing on it as mentioned, it's not an 
iFrame BTW - the records have an ID number.  The user would click on the ID 
number, and then form on the Right gets populated with that record's details.

What I am hoping to do is pass the ID number using jQuery to a CF form, that 
gets the data from a query, passes the data back, and then that data is told to 
go into the proper fields to be displayed. 

Here are my questions/statements:

I can send information to the CFM page with the ID on it.

1) When I perform the CFSTOREDPROC and assign it to a resulting variable.
What do I have to do to, or what commands are needed so that it can be taken 
back to the original calling page.

2) Once the data comes back, what format is the data in?


If anybody wants to provide any other details that I could be overlooking, I 
would appreciate it.

Thanks,

Doug 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332661
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Referencing column names in queries with special characters

2010-03-22 Thread Doug Ford

Hi folks - 

I am looking for help trying to access a column name within a query that has 
special characters in it: /, , \

Here's a simple example:

cfquery datasource=test name=temp
Select [BM], test
from test
/cfquery

cfoutput query=temp
#[BM]# br /

/cfoutput


I took out thejust for the site.

Now then, the problem I have is that the column names are going to be dynamic 
and actually part of a many-to-many set of tables.

Since a M2M construction can be truly dynamic environment, I am looking for 
help dealing with potentially an unknown column name and access the data 
associated with it.

Any and all help is appreciated.

Thanks,

Doug 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332026
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Referencing column names in queries with special characters

2010-03-22 Thread Doug Ford

Hi Brad - 

Thank you very much for the assistance.  I was trying something similar to 
that, but just didn't have the right use of it!

Thanks for your help!

Doug

You will probably need to use array notation:
temp[BM][currentRow]

or to show the dynamic-ness:

cfset columnName = BM
temp[columnName][currentRow]

Think of it is a two-dimensional array if you will.

~Brad

Hi folks - 

I am looking for help trying to access a column name within a query that
has special characters in it: /, , \

Here's a simple example:

cfquery datasource=test name=temp
Select [BM], test
from test
/cfquery

cfoutput query=temp
#[BM]# br /

/cfoutput 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332033
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFCHART - ScaleFrom ScaleTo - CF7

2008-03-06 Thread Doug Ford
Hi Folks - 

I am wondering if anybody is having problems with CFCHART and the ScaleFrom and 
ScaleTo options.

I am attempting to dynamically generate the upper and lower ranges to control 
the chart.  

My chart displays months along the X-axis, and money along the Y-axis.
I am selecting a line chart with Currency as it's display.

It seems like anytime I do it, it only uses the values that are from the chart 
series.

I am displaying my high and low values just to makes sure I am selecting the 
proper range, but it's just not working.  It still doesn't work when I hard 
code values into those fields.

The only time it does work are when values are between 0 and 100.

Also, why doesn't the generated Y-values (the dollars) display in whole numbers.
I know it's just doing some basic calculations to determine the value of each 
line, but isn't there a way to just have integers?


Any and all suggestions and comments are appreciated.

Thanks,

Doug







~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300644
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF 4.5 SOAP

2005-05-11 Thread Doug Ford
Hi Folks -

I am relatively new to this forum... Long time stalker, first-time poster!

I was wondering if anybody has any experience with CF 4.5 (yes, I know it's 
old) and SOAP.

The company who I process online ACH payments with has recently switched to 
using a SOAP webservice and I need to figure out a way to do this...ASAP.

If that means using a .dll file or a Java package, I am all up for it.
I just need to make sure I can pass the variables that I need to pass.

Any and all help is appreciated!!

Thanks,

Doug

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206427
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF 4.5 SOAP

2005-05-11 Thread Doug Ford
Keith thanks for the info.  I will look into that.

Ben - 

Thanks for the idea of suggesting, but unfortunately the company I am with 
doesn't want to invest the money into a new product at this time.  Plus, I 
would have to make sure that a home-grown store/enrollment program works with 
the new version. 

Having read a number of threads on 6.1 (I haven't seen much on 7 yet), the way 
6.1 calculated date differences is scary since the store needs to do that to 
accurately figure out the correct pricing.

I would rather create an my own XML sheets and parse it myself.  I don't need 
to pass a lot of information... maybe about 10-14 items, and receive back about 
5.

But do you think that an HTTP post would work? Or do you think the webservice 
server would not accept something that wasn't in a SOAP envelope?


Thanks.

Doug


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206446
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF 4.5 SOAP

2005-05-11 Thread Doug Ford
Here's a page from the manual that I have been sent.  This is what the server 
wants.  This is the sample they gave me.  What I would be doing have a few more 
fields in it, but not a lot more.



To post messages and parse responses programmatically, a program must be 
written to post and parse response messages. 


Example 1:  The following section provides examples of a SOAP Request and 
Response involved in posting messages and obtaining the response message.  

Example: Request
?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  soap:Body
GetBankInformation xmlns=http://webservice.icheck.net/;
  objAuthentication
UserNameUserName1/UserName
PasswordPassword1/Password
TransactionID12455/TransactionID
ClientID112233/ClientID
  /objAuthentication
  ABA021200012/ABA
/GetBankInformation
  /soap:Body
/soap:Envelope


Example: Response
?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  soap:Body
GetBankInformationResponse xmlns=http://webservice.icheck.net/;
  GetBankInformationResult
GeneralInformation
  Version6.3.1.0/Version
  TransactionID4564/TransactionID
  TimeStamp1/30/2003 12:18:02 PM/TimeStamp
/GeneralInformation
StatusInformation
  Statustrue/Status
/StatusInformation
ErrorInformation /
BankInformation
  ABA021200012/ABA
  AbbrNamePNC BANK, NATIONAL ASSOCIATION/AbbrName
  Street222 RIDGEWOOD AVE/Street
  CityGLEN RIDGE/City
  StateNJ/State
  PhoneNumber9732252424/PhoneNumber
  LastUpdate12:00:00 AM/LastUpdate
/BankInformation
  /GetBankInformationResult
/GetBankInformationResponse
  /soap:Body
/soap:Envelope



Thanks.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206448
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: JUST TEXT FROM HTML

2000-05-05 Thread Doug Ford

I found a nice tag in Allaire's Developer Gallery called RemoveHTML.
It's dated 3/2000... It's relatively newer...
Check it out!!

Doug

-Original Message-
From:   PC [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, May 05, 2000 4:16 PM
To: [EMAIL PROTECTED]
Subject:JUST TEXT FROM HTML

Are there any CF functions or mechanisms for extracting just browser 
visible
text from an HTML code block -- so all the HTML tags and such would be
pulled out and just the remaining text would be left in the resultant
string?

TIA

  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Forcing a query refresh

2000-05-03 Thread Doug Ford

Hi Folks, 

What's the best way of forcing a query to always
run instead of it being cached?

I am pulling a record from a DB and displaying it, 
but when I do a refresh/reload it doesn't
run the query again. 

What's the best way of doing that?

Thanks,

Doug
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Forcing a query refresh

2000-05-03 Thread Doug Ford

Olaf,

Thanks for the idea but the problem is that I want only this
one particular query not to be cached... other queries
can be to improve performance.  But not this one.

Thanks,

Doug

-Original Message-
From:   Olaf Gradin [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 03, 2000 9:53 AM
To: [EMAIL PROTECTED]
Subject:Re: Forcing a query refresh

One way is to turn the "Trusted Cache" setting off within the CF Server
settings.

- Original Message -----
From: "Doug Ford" [EMAIL PROTECTED]
Sent: Wednesday, May 03, 2000 12:33 PM
Subject: Forcing a query refresh


 What's the best way of forcing a query to always
 run instead of it being cached?

  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Forcing a query refresh

2000-05-03 Thread Doug Ford

Jennifer,

Thanks for the advice.  That's what I figured was the problem,
but I was hoping to find a way that would guarantee a reload of the query 
every
time without worrying about the browser and force it at the level of the 
query.

Thanks,

Doug

-Original Message-
From:   Jennifer [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 03, 2000 10:31 AM
To: [EMAIL PROTECTED]
Subject:RE: Forcing a query refresh

Then you should cache the queries with the CACHEDWITHIN attribute. Queries
are, by default, not cached. Cached templates are different than cached
queries. If you have not set up query caching for this problem query, it
may actually be your browser cache causing the problem that you are seeing.

At 10:02 AM 5/3/00 -0700, you wrote:
Olaf,

Thanks for the idea but the problem is that I want only this
one particular query not to be cached... other queries
can be to improve performance.  But not this one.

Thanks,

Doug

-Original Message-
From:   Olaf Gradin [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 03, 2000 9:53 AM
To: [EMAIL PROTECTED]
Subject:Re: Forcing a query refresh

One way is to turn the "Trusted Cache" setting off within the CF Server
settings.

- Original Message -----
From: "Doug Ford" [EMAIL PROTECTED]
Sent: Wednesday, May 03, 2000 12:33 PM
Subject: Forcing a query refresh


  What's the best way of forcing a query to always
  run instead of it being cached?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

---  
---
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Forcing a query refresh

2000-05-03 Thread Doug Ford

Katrina,

The reason I say it's not running the query again is because of the same 
information
that is being presented to me.

I am using a query to grab and pull a web banner for my Home page.
What I do is grab the top most banner from the list of banners,
store the info in a variable, put that banner to the bottom of the list
and then display the variable as the banner.

So if I hit refresh, a new banner should appear.  Since it doesn't
always work, I am trying to figure it out.

Thanks.

Doug


-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 03, 2000 9:42 AM
To: [EMAIL PROTECTED]
Subject:Re: Forcing a query refresh


How do you know that it's not running the query again?  What browser are
you using.  If you hold control while you click refresh that will force it
to make the call back to your server for the latest information.

--Katrina


Katrina Chapman
Consultant
Ameriquest Mortgage


 
   
dford@midrangecom 
   
puting.com (Doug To: 
"'[EMAIL PROTECTED]'" [EMAIL PROTECTED] 
Ford)cc: 
   
 Subject: Forcing a query 
refresh
05/03/00 09:33 AM 
   
Please respond to 
   
cf-talk 
   
 
   
 
   



Hi Folks,

What's the best way of forcing a query to always
run instead of it being cached?

I am pulling a record from a DB and displaying it,
but when I do a refresh/reload it doesn't
run the query again.

What's the best way of doing that?

Thanks,

Doug
  
--

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Forcing a query refresh

2000-05-03 Thread Doug Ford

Sharon, 

Just to answer your questions:

1) I don't think it's showing up in the debugging code.
2) The query is not cached anywhere else on the site.  
50% uses this code and it's all in one location.
3) I am not pulling a random record only because after watching
the random numbers being generated, it doesn't always produce
the best results.  So I created a database with the name of the banner,
a position number, and a begin date and end date.
Let's say that I have 20 banners. They are given a position number
of 100 through 120.
My query reads the DB, grabs the record at position 100, and also finds out the last 
record.
I then add 1 to the last position number (120 - making the new number 121) and resave 
the
record.
It does it pretty quickly.. sometimes there are a few glitches because of multiple 
reads at 
the same time but this way I can guarantee that all the banners will be evenly 
distributed.



Looking at your code, do you take any kind of performance hit when a lot of people
hit your site at one time and the information is held by the CFLOCK?

Thanks,

Doug



-Original Message-
From:   Sharon DiOrio [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 03, 2000 2:13 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:RE: Forcing a query refresh

A couple of questions.

1.  Is the query showing up in the debugging code?
2.  Is the query cached anywhere else on the site?
3.  Are you pulling a random record from the query, or does the query
change everytime?

Just an option, when we do randomized bannerads, we usually build an
APPLICATION scope array.  The code looks something like this:

!--- Initialize the array in the application.cfm ---
cfif NOT IsDefined("APPLICATION.BannerArray")
cfquery name="getBanners" datasource="#APPLICATION.dsn#"
SELECT *
FROM Banners
/cfquery
cfset BannerArray = ArrayNew(1)
cfloop query="getBanners"
cfset BannerArray[CurrentRow] = BannerPath
/cfloop
cflock name="#APPLICATION.ApplicationName#" timeout="10"
cfset APPLICATION.BannerArray= BannerArray
cfset APPLICATION.BannerNumber = getBanners.RecordCount
/cflock
/cfif

!---Display a random banner on any page ---
cfoutput
img src="#APPLICATION.BannerArray[RandRange(1,APPLICATION.BannerNumber)]#"
/cfoutput

Sharon

At 12:47 PM 5/3/2000 -0700, Doug Ford wrote:
Katrina,

The reason I say it's not running the query again is because of the same 
information
that is being presented to me.

I am using a query to grab and pull a web banner for my Home page.
What I do is grab the top most banner from the list of banners,
store the info in a variable, put that banner to the bottom of the list
and then display the variable as the banner.

So if I hit refresh, a new banner should appear.  Since it doesn't
always work, I am trying to figure it out.

Thanks.

Doug


-Original Message-
From:  [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:  Wednesday, May 03, 2000 9:42 AM
To:[EMAIL PROTECTED]
Subject:   Re: Forcing a query refresh


How do you know that it's not running the query again?  What browser are
you using.  If you hold control while you click refresh that will force it
to make the call back to your server for the latest information.

--Katrina


Katrina Chapman
Consultant
Ameriquest Mortgage


 
   
dford@midrangecom 
   
puting.com (Doug To: 
"'[EMAIL PROTECTED]'" [EMAIL PROTECTED] 
Ford)cc: 
   
 Subject: Forcing a query 
refresh
05/03/00 09:33 AM 
   
Please respond to 
   
cf-talk 
   
 
   
 
   



Hi Folks,

What's the best way of forcing a query to always
run instead of it being cached?

I am pulling a record from a DB and displaying it,
but when I do a refresh/reload it doesn't
run the query again.

What's the best way of doing that?

Thanks,

Doug
  
--

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

---
---
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lis

CF Clustering

2000-05-01 Thread Doug Ford

Hi Folks, 

My company is interested in doing CF Clustering, but
I am looking for some quick and dirty answers.

1) Is the "round-robin" process handled by CF or by a 
router?

2) How efficient is the clustering within CF?

3) Any other opinions, thoughts or suggestions
are always appreciated.

Thanks,

Doug
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: strip carriage returns

2000-04-28 Thread Doug Ford

Jason,

I am not sure if someone has responded to you, but I worked on a problem
like this a while ago.  To the list please correct me if I am wrong on
some ASC numbers.

When you strip carriage returns,  I think you are only removing
the ASC(13) code.. but what you really need to do is to remove
both ASC(13) and ASC(10).. which is your line feed.

If you do that then you should be ok.  It worked for me.
And it took me a while to figure out what the heck was going on!

HTH

Doug


-Original Message-
From:   Jason Zimmerman [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, April 27, 2000 5:10 PM
To: Cf-Talk (E-mail)
Subject:strip carriage returns

I am collecting data in a textarea and then trying to strip out carriage
returns. I have tried StripCR(String) and Trim(String) and neither of them
work. Any ideas why??
  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=list  
sbody=lists/cf_talk or send a message to [EMAIL PROTECTED] 
with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: What happened to this list?

2000-04-22 Thread Doug Ford

I hate to continue this thread... but after reading  this email
the first half disturbed me.  The person who backstabbed
the other should be beaten. What kind of petty ass sh*t
is going on around here if we screw over our community.
As all of the other peace keepers have been saying, we need
to help each other.  This is a community where we lend
our assistance if possible.  Or maybe it's gotten to a point
where a bunch of arrogant SOBs with egos the size of
Texas are ruining this community.  Or maybe it's a bunch
of greedy SOBs that want to screw everyone else.

I wonder how that person would feel if someone did it
to them when they were first starting out with CF?

Excuse my little rant... but those are my 2 cents.

Doug






-Original Message-
From:   Chris Lott [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, April 20, 2000 2:06 PM
To: [EMAIL PROTECTED]
Subject:Re: What happened to this list?


 Recently I posted a question I had to the list
 and no one responded. Not a big deal, everyone
 has a life. Today the owner of the company I
 work at brought me a copy of an email he
 recieved from someone on this list... it
 basically said that the programmer he had hired
 was unable to accomplish a minor task like the
 one I mentioned, and he had, out of the goodness
 of his heart, searched out the company to offer
 his skills

Wow, that's pretty harsh. I've been approached backchannel by people on
other lists who, having been lost in the sea of cf-talk, have written me
directly for advice since they associate me with CF evangelism :). In a
recent instance someone asked for help to do something in CF that a
developer had declared to be "impossible in CF" and then demanded that they
switch to ASP. I tried to be objective, explained how it could be done, and
indicated that their current developer needed to do a little more studying
about CF before dumping it. I even worried about saying THAT, since it 
could
have been misconstrued.

c
--
Chris Lott [EMAIL PROTECTED],  Technical Manager
p907.474.5122  |  f907.474.5402  |  PGP Key ID: 0x8687E87E



  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: domino and rs6000

2000-04-19 Thread Doug Ford

Jason,

If you want CF to talk to Domino, you are going to need the NotesSQL driver 
found on
the Lotus site.  That will give you an ODBC driver.

Hope this helps.

Doug

-Original Message-
From:   Jason Egan [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, April 19, 2000 7:24 AM
To: Cf-Talk
Subject:domino and rs6000

I have to write an application to work with domino - information is entered
via a text file from the rs6000 (isn't there a way for CF to talk to
this?) --

Any experience with CF working with domino and/or an rs6000?  If I can run
CF on the same server as domino, or even better... pull info directly from
the rs6000 --- I would be able to manipulate the data and pour it back into
the server as needed...

anyone?

Thank you,
je

  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Quiz

2000-04-05 Thread Doug Ford

Hi Folks, 

Not that long ago there was a URL being passed
around that had a location of some CF quizzes to test
your knowledge, and I was wondering if anybody
had the URL still around.

TIA,

Doug
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF Quiz

2000-04-05 Thread Doug Ford

Thanks John!!

-Original Message-
From:   Top-Link Tech (John Ceci) [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, April 05, 2000 6:03 PM
To: [EMAIL PROTECTED]
Subject:RE: CF Quiz

http://www.cfspot.com

-Original Message-
From: Doug Ford [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 05, 2000 6:33 PM
To: '[EMAIL PROTECTED]'
Subject: CF Quiz


Hi Folks,

Not that long ago there was a URL being passed
around that had a location of some CF quizzes to test
your knowledge, and I was wondering if anybody
had the URL still around.

TIA,

Doug
  

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: being lazy, looking for easy way out

2000-03-30 Thread Doug Ford



-Original Message-
From:   John N Westerlund [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, March 30, 2000 8:38 AM
To: [EMAIL PROTECTED]
Subject:Re: being lazy, looking for easy way out

Hey that would be a good tag. Send me one.

-Original Message-
From: Nick Call [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Thursday, March 30, 2000 11:28 AM
Subject: being lazy, looking for easy way out


I was wondering if anyone has written a custom tag that does remote server
monitoring.  What I am looking for is a setup that will work like What's Up
Gold, pinging a service or requesting a page at designated time intervals.
It would email a system admin if the ping fails or errors are returned.

If this doesn't exist, how many of you would be interested in the free tag?
I will take the time to write it if interest is high.

Feedback is wanted.

Nick Call
[EMAIL PROTECTED]
http://www.accessutah.com


  

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford

How does the new Netscape look??
And can you tell a speed increase?

Doug

-Original Message-
From:   KungFusion [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, March 30, 2000 12:45 PM
To: [EMAIL PROTECTED]
Subject:Netscape 6 preview release 1

hey guys,
someone on slashdot noticed
that netscape accidentally put it on their ftp servers, and then
mirrored it. netscape has pulled it now, but i have a copy

pretty interesting


Brian Silvers
[EMAIL PROTECTED]

X-Net Web Systems   ColdFusion, CGI's, Dynamic Content
http://www.x-net.com Flash, Database Integration,  and more!

  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford

What do you mean destroying every website??

-Original Message-
From:   KungFusion [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, March 30, 2000 1:11 PM
To: [EMAIL PROTECTED]
Subject:Re: Netscape 6 preview release 1

it's stable but it is destroying every website I go to

where do you want me to put this thing so you guys can get it?
Brian Silvers
[EMAIL PROTECTED]

X-Net Web Systems   ColdFusion, CGI's, Dynamic Content
http://www.x-net.com Flash, Database Integration,  and more!
- Original Message -
From: "Christian Labrecque" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 30, 2000 2:49 PM
Subject: RE: Netscape 6 preview release 1


 Is it stable?

 Can we have it?

  -Original Message-
  From: KungFusion [SMTP:[EMAIL PROTECTED]]
  Sent: Thursday, March 30, 2000 3:45 PM
  To: [EMAIL PROTECTED]
  Subject: Netscape 6 preview release 1
 
  hey guys,
  someone on slashdot noticed
  that netscape accidentally put it on their ftp servers, and then
  mirrored it. netscape has pulled it now, but i have a copy
 
  pretty interesting
 
 
  Brian Silvers
  [EMAIL PROTECTED]
 
  X-Net Web Systems   ColdFusion, CGI's, Dynamic Content
  http://www.x-net.com Flash, Database Integration,  and more!
 

 
--
  
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
  send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
  the body.
 
--

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


  
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



ASP Commands...

2000-03-27 Thread Doug Ford

Greetings, 

I was wondering if anybody knew of a command in ASP that's similiar to CFHTTP.
I am currently using one on my home page.. and I think it may be hanging
up my CF App server service... and I want to see if an ASP command might 
help.

If anybody knows of anything that might help, please let me know.

TIA

Doug
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.