Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing data in the report to a Text file

Status
Not open for further replies.

bgdeepak

Programmer
Mar 2, 2003
8
IN
Hi All,
How do you Write the data in the report to a Text file in which the columns are delimited by tab,comma,etc.How do i go about it?

thanks,
deepak
 
Hi Deepak:

You can write your output into a file and as well display the report in a go..

I think you are using Actuate Non-java Version...


Override the following methods:

a) Start method of the SQLQuerySource to open the File. Get the FileNumber using FreeFile method.
b) Override OnRead Method of the DataRow and use Input Statement to write into files..
You can use datarow variables as parameters to the input statements.

For the usage of Open, FreeFile and Input statement, refer the actuate basic reference manual


Thanks

Arun Kannan


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top