need help..

sk_manu

New Member
Hi all, Can any one tell How to printing at specified lines. For example i want to print at line 1 then next at line 20 , next 40 etc. Pls its very urgent.ThanksManohar
 
why are you asking the question in the chit chat list ? if you want to talk,
for example, about beer and girls this would be the place.

you can use LINE-COUNTER to tell on what line you're on, remember to use
PUT CONTROL for escape codes so it woud not effect the line counter.

maybe you could be more specific on what it is you're trying to accomplish,
in the development list.
 
Hi,

Hi Manu,

My name is Jesu Mathews. I am working in Proteans Software, Bangalore. I am expected to upgrade myself to OpenEdge RDBMS.
Will you be able to help me?

warm regards,
Jesu Mathews
 
Can you please tell us more about your situation and relevant experience.

Upgrading your app from V8 or whatever to R10, or modernizing the app ?
 
Thank U

joey.jeremiah said:
why are you asking the question in the chit chat list ? if you want to talk,
for example, about beer and girls this would be the place.

you can use LINE-COUNTER to tell on what line you're on, remember to use
PUT CONTROL for escape codes so it woud not effect the line counter.

maybe you could be more specific on what it is you're trying to accomplish,
in the development list.
hi joey.jeremiah, First i want to thank u for u r replay. Iam new to this family, thats why this happens. Can u tell me where to post these type of issues.ThanksManohar Sk
 
jesumathews said:
Hi Manu,

My name is Jesu Mathews. I am working in Proteans Software, Bangalore. I am expected to upgrade myself to OpenEdge RDBMS.
Will you be able to help me?

warm regards,
Jesu Mathews
Hi Jesu Mathews, Sorry friend i am new to this platform. Iam working in Wep Pheripherals Mysore. I want to in which platform u r working . And wat u want to upgrade, u r knowledge or u r working software ?. Iam working on Progress Character mode i.e. unix platform.With Regards, Manu
 
joey.jeremiah said:
why are you asking the question in the chit chat list ? if you want to talk,
for example, about beer and girls this would be the place.

you can use LINE-COUNTER to tell on what line you're on, remember to use
PUT CONTROL for escape codes so it woud not effect the line counter.

maybe you could be more specific on what it is you're trying to accomplish,
in the development list.
Hi joey, Can u tell me how to set line-counter to specified line. Iam not able to set the values, only i can read it.With regards, Manu
 
joey.jeremiah said:
Can you please tell us more about your situation and relevant experience.

Upgrading your app from V8 or whatever to R10, or modernizing the app ?
Hi joey, I joined this company 3 months before. Now iam trying to understand wat is Progress all about. At the same time iam getting assignments from senior. This printing is also part of the assignment. Can u tell me abt u r self.Regards ,Manohar
 
sk_manu said:
Hi joey, Can u tell me how to set line-counter to specified line. Iam not able to set the values, only i can read it.With regards, Manu

like the name implies, it counts every line outputed, until it gets to the
page-size, starts a new page and resets the counter.

you cannot go backwards or travel around, which i suspect is what
you're trying to do.

i don't exactly know what you're trying to write, but if that's the case
here are some work arounds.


if you're printng a letter, you can define a frame that specifies where
everything goes.

you can buffer the result by line in a temp-table, or create a document
like pdf, office open xml, opendocument etc. HTH
 
sk_manu said:
hi joey.jeremiah, First i want to thank u for u r replay. Iam new to this family, thats why this happens. Can u tell me where to post these type of issues.ThanksManohar Sk

i think the development list
 
sk_manu said:
Hi joey, I joined this company 3 months before. Now iam trying to understand wat is Progress all about. At the same time iam getting assignments from senior. This printing is also part of the assignment. Can u tell me abt u r self.Regards ,Manohar

my mistake, it was in response to Jesu Mathews question.
 
Back
Top