I am using PB6.5 with PFC.

I have a sheet inherited from w_sheet with a datawindow control 'dw_report'.
Assigned to the control is a composite report data window.
 On the compost report is a report object 'spf100_fy1'. based upon user
input when requesting the report I am assigning different report data
windows. The assignment seem to be working. The problem is the nested
arguments. There are a different set for each report datawindow. I am using
the following script in trying to accomplish this, but on the line to set
the nest_arguments I am getting and error "Error accessing external object
property nest_arguments. This code is out of the on-line help file. I have
tried several different combination of ~ and " and ' but nothing seem to
work. I have also tried SetTransObject in between but has the same results.

The nest_arguments are the ones that are assigned in the compost report
datawindow and is in the sequence that the assigned report data window is
looking for them.


Can anyone see what I am doing wrong?? or am I way off base.




        dw_report.object.spf100_fy1.DataObject =
"r_spf_100_workforce_forecast_shop_tot"

        dw_report.Object.spf100_fy1.nest_arguments = &
        
"((~"adt_startdate~"),(~"adt_enddate~"),(~"as_shop~"))"


Thanks

joez


joe r zehrung
ph: 925-246-5982
dsn: 350-5982
e-mail: [EMAIL PROTECTED]

> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to