I have taken it back to "com.ablecommerce.ac5.order.Order" since I'm not running ablecommerce current (old stuff), you will need to dump the object for more information. 
----- Original Message -----
Sent: Thursday, May 18, 2006 4:49 PM
Subject: RE: [ACFUG Discuss] Reverse Engineer Code HELP!

Did the dump and found other variables with less variables.

 

Will be doing <cfdump> with those variables to identify these tables.

 

Thanks for all the help guys, you all are Johnny on the spot with the help. Thanks.

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com


From: Teddy Payne [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 18, 2006 4:14 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Reverse Engineer Code HELP!

 

Shawn is quite right to point this out.  Dumping functions and objects for debugging should be used on a development box, local development environment or someplace not in production.  Secured information could be displayed that you do not want the wrong people to see.

Teddy

On 5/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:


Shouldn't it be "contains"?

I didn't realize this was going on a PROD site...


Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449


"Preesh" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

05/18/2006 03:53 PM

Please respond to
discussion@acfug.org

To

<discussion@acfug.org>

cc

 

Subject

Re: [ACFUG Discuss] Reverse Engineer Code HELP!

 

 

 




If you must place the cfdump on your live site   egads...this may help
 
<cfif cgi.REMOTE_ADDR does not contain "172.21.70.333">  <!---Your IP Address should replace my fake one--->
   <cfdump var="#tempNote#">
</cfif>

----- Original Message -----
From: [EMAIL PROTECTED]
To: discussion@acfug.org
Sent: Thursday, May 18, 2006 3:14 PM
Subject: Re: [ACFUG Discuss] Reverse Engineer Code HELP!


>From the syntax that doesn't appear to be the result of a query, but is calling a method against an object that may or may not return a query.


Do a <cfdump var="#tempNote#"> and take a look at what the object contains.



Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449

Robert Reil <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

05/18/2006 02:56 PM

Please respond to
discussion@acfug.org

 

To

discussion@acfug.org

cc

 

Subject

[ACFUG Discuss] Reverse Engineer Code HELP!

 

 

 





As some of you know I am new to CF.

 
I have a situation where I need to know what column and table data is being pulled from on a cfm file.

 
Tell me what you need to know in order to figure this out. All I see is:
 
<cfoutput>#tempNote.getNoteData()#</cfoutput>

 
But it does not make sence to me where this data is being generated.

What is "Note.NoteData"? There is no "Note" table.

There is a note field somewhere but in what table?

 
Guidance please?

 
Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------




--
<cf_payne />
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

Reply via email to