MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Manual pagination in Eazytrieve

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
jayachadnran
Beginner


Joined: 19 Feb 2005
Posts: 2
Topics: 1

PostPosted: Sat Feb 19, 2005 5:55 am    Post subject: Manual pagination in Eazytrieve Reply with quote

Hi,
I need the page number to be printed manually along with the Title, or I need the page-cnt to be changed (in the starting it self)
Say it needs to be started with 2 instead of 1

Please help me in this
_________________
Jaya Chadran,
Application developer
iNautix Techanologies
India
Back to top
View user's profile Send private message Yahoo Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Feb 21, 2005 8:51 am    Post subject: Reply with quote

jayachadnran,

Try this

Code:


DEFINE MY-PAGE  W 08 N 0 VALUE 2

JOB
   
   PRINT REPORT1
   MY-PAGE  = MY-PAGE + 1
 
REPORT REPORT1 NOADJUST NODATE NOPAGE
       TITLE 01 COL 20 'MY MANUAL REPORT '   MY-PAGE


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jayachadnran
Beginner


Joined: 19 Feb 2005
Posts: 2
Topics: 1

PostPosted: Mon Feb 21, 2005 11:42 pm    Post subject: it is not working Reply with quote

Hi, it is not working sinnce the page number is taken as static variable

DEFINE MY-PAGE W 08 N 0 VALUE 2

JOB

PRINT REPORT1
MY-PAGE = MY-PAGE + 1

REPORT REPORT1 NOADJUST NODATE NOPAGE
TITLE 01 COL 20 'MY MANUAL REPORT ' MY-PAGE

the pages never cahanged from '2'..... (one more thing the count should be increased only when new page is tobe printed


Is there is any PROC that can be called at NEW PAGE ? so that i can print the title manually !!!
_________________
Jaya Chadran,
Application developer
iNautix Techanologies
India
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group