02-22-2006 06:36 AM
"""Begin Sequence : MainSequence
(C:\Documents and Settings\157257\Desktop\Sequence1.seq)""""
comes in the body of the report. I want to put the same in my header file. How to do that.
I am getting the path of the report file but not the path of sequence file. I tried using "RunState.SequenceFile" activex, but it is showing me the path of reportgen_txt.seq.
Please help!!
02-22-2006 07:32 AM
02-24-2006 04:27 AM
Hi Ray,
Thanks a lot, it is working but with some problems. While executing the original seq, a run-time error popup is coming, even if I say ignore, I am getting the original sequence path getting printed on the report header.
I want to know why is that Run time error coming.
The error reads:
The post-expression for the step 'Add_Sequence_Path' could not be evaluated.
Unknown variable or property name 'Parameters.MainSequenceResults.TS.SequenceCall'.
My function step looks something like this in the report header sequence:
Locals.Header += Str(ResStr("MODEL", "RPT_FS_SEQUENCE"), "%-30s") + Parameters.MainSequenceResults.TS.SequenceCall.SequenceFile + "\n"
Thanks a lot.
Sreedhar.
02-24-2006 06:12 AM
Hi,
I am getting the path in :
< RunState . ProcessModelClient . Path >
Although I am not getting this path while seq is stopped, I can however see the same on the run time. I implemented in the header file and is running successfully.
Is it because I am using evaluation version ?
02-26-2006 02:19 PM
02-26-2006 11:04 PM
02-27-2006 07:35 AM