Migrating apps from CF MX 6.1 Windows to CF MX 7 Unix

2008-01-24 Thread john mcdonald
Hi All,

I've been doing some searching and I found some information regarding migrating 
applications from CF5 to MX. I also found a code compatibility analyzer which 
appears to be geared towards migrating applications from CF5 to MX. But I don't 
find anything related to migrating applications from CF windows to CF unix, nor 
do I find anything related to migrating applications from MX6.1 to MX7.

Does anyone know of any resources/documentation that would be useful in this 
situation?

Thanks in advance
I appreciate your help
John



~|
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:297343
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


URLEncodedFormat question

2007-10-26 Thread john mcdonald
Hi Everyone,

I've been trying to solve this for a couple hours, and am getting nowhere fast. 
If anyone here as an idea that could point me in the right direction I would be 
very grateful.

I have this HTML table which is being output to the users browser, and its got 
data from several queries in it. (see below for the table) and it works fine to 
output normally, but what I need to do is URL encode the entire table (After 
its been rendered with the data from the queries) and stuff the whole thing 
into a form variable that I can pass into Lotus Notes using a cfhttp 
method=Post

The table (with query data) will then be unencoded by Lotus Notes and displayed 
as part of an email that will be sent to whoever. The whole passing into Lotus 
Notes part works fine. I have a rendered, hard coded, URL Encoded string as 
part of a cfhttp method=Post that I used for testing and works fine. I just 
don't know how to URL encode the table with the query values on the fly in my 
code so I can stuff it into the form field value.


table width=664 border=1 cellpadding=5 cellspacing=0 
bordercolor=#CC
 tbody
   tr 
 td width=462 bgcolor=#CC h2 align=center 
class=style1Question/h2/td
 td width=196 bgcolor=#CC h2 align=center 
class=style1Answer/h2/td
   /tr
   tr 
 tdProduct Market Segment/td
 tdstrongcfif 
isDefined(pnums.MARKETSEGMENTS)cfoutput#pnums.MARKETSEGMENTS#/cfoutput/cfif/strong/td
   /tr
   tr 
 tdQuarterly Forecasted Revenue/td

 tdstrongcfif 
isDefined(totalEC)cfoutput#dollarformat(totalEC)#/cfoutput/cfif/strong/td
   /tr
   tr 
 tdQuarterly Forecasted Quantity/td
 td width=196strongcfif 
isDefined(getParts.qtrlyFcstQty)cfoutput#getParts.qtrlyFcstQty#/cfoutput/cfif/strong/td
   /tr
   tr 
 tdQuarterly Forecasted G Margin/td
 td strongcfif 
isDefined(metaFinance.SH_FIN_GROSSMARGIN)cfoutput#metaFinance.SH_FIN_GROSSMARGIN#/cfoutput/cfif/strong/td
   /tr
   tr 

 tdMinimum Pull Quantity/td
 td width=196 strongcfif 
isDefined(metaHubMgt.SH_JHM_MINPULLQTY)cfoutput#metaHubMgt.SH_JHM_MINPULLQTY#/cfoutput/cfif/strong/td
   /tr
   tr 
 tdCost Per Unit for __ pulls/td
 td width=196 

 pstrongMin Pull QTY:/strong cfif 
isDefined(metaHubMgt.SH_JHM_minPullQty)cfoutput#metaHubMgt.SH_JHM_minPullQty#/cfoutput/cfif
 /p
 pstrongCost Per Pallet:/strong cfif 
isDefined(metaHubMgt.SH_JHM_costPerUnitPallPull)cfoutput#metaHubMgt.SH_JHM_costPerUnitPallPull#/cfoutput/cfif/p
 pstrongCost Per Carton:/strong cfif 
isDefined(metaHubMgt.SH_JHM_costPerUnitCartPull)cfoutput#metaHubMgt.SH_JHM_costPerUnitCartPull#/cfoutput/cfif/p
 pstrongCost Per Layer:/strong cfif 
isDefined(metaHubMgt.SH_JHM_costPerUnitLayPull)cfoutput#metaHubMgt.SH_JHM_costPerUnitLayPull#/cfoutput/cfif/p

 /td
   /tr
   tr 
 tdAdder/td

 td width=196 strongcfif 
isDefined(metapricing.SH_PRI_ADDER)cfoutput#metapricing.SH_PRI_ADDER#/cfoutput/cfif/strong/td
   /tr
   tr 
 tdp class=style2Stakeholder - Does Not Qualify  Comments/p

   /td
 td width=196 cfinclude template=Q-doesNotQualify.cfm/td
   /tr
   tr 
 tdHub Justification/td

 td width=196strongcfif 
isDefined(metaRequest.REQ_HUBJUST)cfoutput#metaRequest.REQ_HUBJUST#/cfoutput/cfif/strong/td
   /tr
 /tbody
/table

Any ideas would be greatly appreciated.
Thanks
John 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Spent the last few hours monkeying with this and I'm getting nowhere...

2007-03-28 Thread john mcdonald
If anybody has an idea on this I'd sure be apprecieate your input.

I am displaying a form that the user has filled out before, and I am restoring 
his answers to questions in the form from a previous session.

I've got this form generator CFC where I pull the form name and all the 
questions that go on the form from a table in the database. I cfoutput the 
query results for that information. lets call that query1

The user's input from the form is stored in another table. and I have an 
additional query that grabs the user's input. this is query2

Now query1 knows the column name of the data I need from query2.

I get all kinds of invalid construct errors and invalid nested errors when I 
try to use the two together..  any ideas?

Many Thanks!
John

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: How to deal with email based commands - Any ideas?

2006-08-09 Thread john mcdonald
Here is what happened. Lotus Notes is what we use for an email client. We're 
creating a lotus notes form that they'll fill out from their email. then we'll 
poke their answeres directly into my oracle database (just as if they had 
filled out my CF form) solves my problem. And I don't have to worry about the 
notes part anymore. :o)

Thanks for your replies. 
John

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


How to deal with email based commands - Any ideas?

2006-08-08 Thread john mcdonald
Hi Everyone,

My Boss came into my cube and asked me to add a feature to a web application I 
am working on. Some of the management people that have to interact with tihs 
program are uncomfortable interacting with a website via browser.

But, they are comfortable issuing commands via email. So I set it up with links 
in the email that allowed them to execute boolean and multiple choice commands 
by supplying various links for them to click on in their emails.

This has kept them away from using their browser to actually interact with the 
system until today. My boss now wants them to be able to enter free form text 
response to questions. my program should pick up their comments and store them 
in the database - (basically parse their email response and weed out their 
answers and store them)

I have no idea where to begin.. Do I need to build some kind of pop3 or smtp 
functionality into my program? Anybody got any ideas?

Thanks in advance!
John McDonald

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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