One more note was well - remember that
> > r_bStructureWasCreated="bcreated"
will only return true if the folder for the PLP was created. Since you said,
> > bCreateStructure="False"
bcreated will never equal anything but false. (So it's kind of a waste of
time to output it.)
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: Michael Corbridge [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 8:43 PM
> To: Spectra-Talk
> Subject: RE: Probs with PLP CREATE
>
>
> Karling,
>
> you're doing everything right - up until:
>
> stOutput: #stoutput#<br>
>
> instead try:
>
> stOutput: <cfa_dump var="#stoutput#"><br>
>
> and then look at the PLP section of the webtop and you will see
> that indeed
> the PLP was created
>
> hope this helps
>
> Michael
>
>
> >From: "Lum, Karling" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: Spectra-Talk <[EMAIL PROTECTED]>
> >Subject: RE: Probs with PLP CREATE
> >Date: Tue, 03 Apr 2001 09:37:54 +1000
> >
> >Thanks for helping! IT did actually get rid of the problem (I
> had to remove
> >it elsewhere) however it gives me other errors, I think it
> thinks thta I am
> >trying to store simple values as a struct for some reason. Here is the
> >fragment of code again and the resulting error:
> >
> >
> >
> ><CFSCRIPT>
> >stDDO = StructNew();
> >stDDO.numberofpaths = "";
> >stDDO.variablename = "";
> >stDDO.variablevalue = "";
> ></cfscript>
> ><cfoutput>here</cfoutput>
> ><cfa_PLPCREATE
> > name="testplp_tmp"
> > stDDO="#stDDO#"
> > handlerRoot="/plps/myobplp/"
> > handlerRelativePath="/plps/"
> > iTimeout="15"
> > bCreateStructure="False"
> > dataSource="#request.cfa.objectstore.dsn#"
> > r_bStructureWasCreated="bcreated"
> > r_objectID="plpid"
> > r_stOutput="stoutput" plpid="#CreateUUID()#">
> >
> ><cfoutput>PLP Is created: #bcreated#<br>
> >stOutput: #stoutput#<br>
> >PLP ID: #plpid#</cfoutput>
> >
> >**
> >The resulting output I get is:
> >here PLP Is created: 0
> >stOutput:
> >**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.