Pass Page Break from crystal to Text 
Author Message
 Pass Page Break from crystal to Text

Does anyone know how to pass a page break from Crystal to a text file when
using the export function within Crystal that allow the user to create a
text file out of a Crystal Report?

Any insight would be appreciated.

Thanks,
Mark



Tue, 14 Mar 2000 03:00:00 GMT  
 Pass Page Break from crystal to Text

You could try a variable which is incremented by one for each detail
line.  When it reaches the number of lines you want per page, e.g.,
60, then use another formula to insert chr(12) for a form feed
character to print (otherwise suppressed) and reset the variable to
0.

I have not tried this myself.

Marvin Bergeleen



Quote:
> Does anyone know how to pass a page break from Crystal to a text
file when
> using the export function within Crystal that allow the user to
create a
> text file out of a Crystal report?

> Any insight would be appreciated.

> Thanks,
> Mark



Tue, 14 Mar 2000 03:00:00 GMT  
 Pass Page Break from crystal to Text

If you export as "Paginated Text" it is supposed to paginate
to the number of lines set by the user (in design) or at runtime
(via the OCX).

--
Les Schmalzbach
(remove nospam- to reply).



Quote:
> Does anyone know how to pass a page break from Crystal to a text file
when
> using the export function within Crystal that allow the user to create a
> text file out of a Crystal report?

> Any insight would be appreciated.

> Thanks,
> Mark



Tue, 14 Mar 2000 03:00:00 GMT  
 Pass Page Break from crystal to Text

Does anyone know how to pass a page break from Crystal to a text file when
using the export function within Crystal that allow the user to create a
text file out of a Crystal report?

Any insight would be appreciated.

Thanks,
Mark



Tue, 14 Mar 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Urgent: Passing Page break from Crystal to Text file

2. page break in crystal reports

3. Crystal Reports Page Breaking?

4. Page breaks in Crystal Reports

5. Crystal Report- Page Breaks

6. Page Breaks within Crystal Reports?

7. Adding a page break in Crystal Report

8. Page breaks in Crystal Reports

9. PAGE BREAK IN CRYSTAL REPORTS

10. Crystal Reports and Page Breaking

11. Crystal Report {Page Break}

12. Page Break in Crystal 7.0

 

 
Powered by phpBB® Forum Software