Re: [U2] Turn pagination back on

2013-02-07 Thread David A. Green
BPIOCP

David A. Green
(480) 813-1725
DAG Consulting

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Thursday, February 07, 2013 1:21 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Turn pagination back on

Someone remind me, how to do this.

If pagination has been turned off, and for my embedded routine, I want to
turn it back on again.
How do I do this?

I've tried HEADING, and PAGE, and CRT @(0,0) I know there's a trick but I
can't quite recall what it is

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Turn pagination back on

2013-02-07 Thread larryh
BPIOCP (UD)
CALL !BPIOCP (UV)

Larry Hiscock
Western Computer Services


> Someone remind me, how to do this.
>
> If pagination has been turned off, and for my embedded routine, I want to
> turn it back on again.
> How do I do this?
>
> I've tried HEADING, and PAGE, and CRT @(0,0)
> I know there's a trick but I can't quite recall what it is
>
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Turn pagination back on

2013-02-07 Thread Chris Austin

For pagination we setup an I-Descriptor for a CLIENT table as follows:

ROW_NUMBER I  @1+1 ; INT(@1)MD0  Row Number  5R 
S

The trick is the "@1+1 ; INT(@1)" bit.

Chris

   

> From: dgr...@dagconsulting.com
> To: u2-users@listserver.u2ug.org
> Date: Thu, 7 Feb 2013 13:28:23 -0700
> Subject: Re: [U2] Turn pagination back on
> 
> BPIOCP
> 
> David A. Green
> (480) 813-1725
> DAG Consulting
> 
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
> Sent: Thursday, February 07, 2013 1:21 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Turn pagination back on
> 
> Someone remind me, how to do this.
> 
> If pagination has been turned off, and for my embedded routine, I want to
> turn it back on again.
> How do I do this?
> 
> I've tried HEADING, and PAGE, and CRT @(0,0) I know there's a trick but I
> can't quite recall what it is
> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Turn pagination back on

2013-02-07 Thread Gregor Scott
For a modern though totally undocumented alternative to !BPIOCP thy this...

The code "ASSIGN 1 TO SYSTEM(1005)" will enable pagination.
The code "ASSIGN 0 TO SYSTEM(1005)" will disable it.

I think this is documented on the U2UG.org wiki.

This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users