Thank you Michael, howevre I still get the same problem - my plp steps do
not execute althouh the steps themselves have been created by plp_create.cfm
(the file I sent last time)...I think this is because I do not have a
run.cfm file or similar...should I have another file can run.cfm?
So far I have: plp_create (plpcreate.cfm)
step1 (NumberofPaths.cfm)
step2 (DefiningVar.cfm)
If I have a run.cfm to actually execute the thing, what should I put in it?
It seems Spectra uses a run file with the just a cfa_plp tag inside it:
<CFA_PLP
PLPID="blah..." <!---whatever plp was created--->
Datasource="#request.cfa.objectstore.dsn#"
UserName="admin"
r_bPLPIsComplete="PLPComplete"
r_stOutput="stDDO"
bforcenewinstance="0">
However, I do not know the plpid of the plp my plpcreate.cfm created, SO
don't know what to put into plpid unless i just store the plpid from
plpcreate.cfm in the DDO...
Is this correct?
If you have successfully created a running PLP in Cold Fusion alone (not
using the webtop to do it) would you mind showing me the code you used?
Thank you Michael. You've been really helpful.
Karling.
-----Original Message-----
From: Michael Corbridge [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 5 April 2001 23:00
To: Spectra-Talk
Subject: RE: Probs with PLP step execution
Karling,
I have noticed one problem. When you create your PLP step, you are doubling
up on the 'cfm' suffix (i.e. NumberPossiblePaths.cfm.cfm)
Other than that, make sure that your paths are correct. I note also that you
include the attribute 'handlerRelativePath' which the tag does not
specifically ask for.
Hint: Just create a simple plp step. For example step one just kicks back
some text, so you know the mechanism is working at least.
I built a plp based on your (slightly modified code) and it works - but my
paths will be different. Initially, you might also let the webtop do the
work for you so you can see how it works.
Hope this helps.
Michael Corbridge
Macromedia
Spectra QA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.