[comp.databases] Oracle Sqlreportwriter Problem

vtl@ncst.ernet.in (VT Lokhande) (01/06/91)

	I am using ORACLE Version 6 on Ultrix(VAX8600).
	We have sqlreportwriter 1.0.12.
	I have a problem in developing a report.
	I want to put on every page a page-header 
	"Report for the month of (a database field value)"

	When I put &database_field in the page_header under Text,the report
	gave an error while generating that "The frequency of field ... in text
	PAGE_Header is inconsistent".

	Does Anybody know a way out of this? Is Oracle Corp. listening?

	My e-mail address is : vtl@ncst.ernet.in

mdeltoro@druco.ATT.COM (DeltoroMA) (01/07/91)

in article <1233@shakti.ncst.ernet.in>, vtl@ncst.ernet.in (VT Lokhande) says:
> 
> 
> 	I want to put on every page a page-header 
> 	"Report for the month of (a database field value)"
> 
> 	When I put &database_field in the page_header under Text,the report
> 	gave an error while generating that "The frequency of field ... in text
> 	PAGE_Header is inconsistent".

When are you obtaining this value ??  You must have some type of query
to get this value OR create a user exit that updates a parameter value.

Also, make sure that you have the variable defined within the 
right group.


--
**********************************************************************
Michael 'DT' Del Toro, Consultant                         303-538-1764
Analysts International Corporation
AT+T Bell Labs, 120th + Huron, Denver, CO

mdeltoro@druco.ATT.COM (DeltoroMA) (01/11/91)

in article <1233@shakti.ncst.ernet.in>, vtl@ncst.ernet.in (VT Lokhande) says:
>
>
>       I want to put on every page a page-header
>       "Report for the month of (a database field value)"
>
>       When I put &database_field in the page_header under Text,the report
>       gave an error while generating that "The frequency of field ... in text
>       PAGE_Header is inconsistent".

When are you obtaining this value ??  You must have some type of query
to get this value OR create a user exit that updates a parameter value.

Also, make sure that you have the variable defined within the
right group.


--
**********************************************************************
Michael 'DT' Del Toro                        303-538-1764
AT+T Bell Labs, 120th + Huron, Denver, CO
mdeltoro@druco.ATT.COM