I have a 8.5 report with unbound fields on it. my report obviously has no data source in the RDC. I connect to an Oracle 8 database and set the report.SQLQueryString with a valid sql statement. i attempt to set the unbound field with: .UnboundString1.SetUnboundFieldSource "{equipment.manufactur}",
where equipment.manufactur is a column that will be returned by my sql statement. When attempting to launch the report viewer i get the message "this field name is not known".
where equipment.manufactur is a column that will be returned by my sql statement. When attempting to launch the report viewer i get the message "this field name is not known".