We are upgrading to slx v8.1
We have several report where we are setting data on the report from saleslogix using the following method
oCr.RDC.Sections("RH").ReportObjects(1).SetText vendorInfo
oCr.RDC.Sections("RH").ReportObjects(13).SetText neededDt
oCr.RDC.Sections("RH").ReportObjects(14).SetText shipVia
oCr.RDC.Sections("RH").ReportObjects(15).SetText oppNumb
oCr.RDC.Sections("RH").ReportObjects(16).SetText accountManager
oCr.RDC.Sections("RFb").ReportObjects(2).SetText comments
the data we are setting on these fields are not saved in the database and we don't want to set them.
In v8.1 we no longer have access tot he RDC.Sections. how can i do the same thing in 8.1? |