Oracle Reports (MOSC)

MOSC Banner

Duplicate record

edited Sep 10, 2009 4:52AM in Oracle Reports (MOSC) 6 commentsAnswered
Hi,

I create a simple report .
It has 4 columns.
I can export to excel.

I go the property of the repeating frame -> format Trigger:
   if :EXCEL = 'S' then
       Write_MyText(:NrCol1||';'||:NrCol2||';'||:NrCol3||';'||:NrCol4);
  end if;

Creates the file and data export.

But when I open the excel file I find duplicate records
that occur when changing pages in reports.

How i can resolve this case?

Regards.

Jomar


Reports 6i
DB XE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center