I actually have all the UDT.OPTIONS OFF, so I am thinking that one of
them may be what is causing your problem.  If I can figure something
out, I will post again.

 
Michael Rajkowski
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Thursday, March 23, 2006 10:53 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] BASIC Footing statement

Mike:

Your program illustrates my problem.  Any other ideas?  When I direct
output
to a hold file it looks like:

< 1 > Top of "P_0000" in "PEQS", 561 lines, 1,438 characters.
*--:
547:
548: Page   9
549: Paul's Produce
550: ^012
551: TEST 10
552: LINE 1
553: LINE 2
554: LINE 3
555: LINE 4
556: LINE 5
557: LINE 6
558: LINE 7
559: LINE 8
560: LINE 9
561: LINE 10
Bottom.

All UDT.OPTIONS are OFF except the following:

1 Dtademo (0)-> UDT.OPTIONS
2  U_PSTYLEECL       ON
3  U_SHLNOPAGE       ON
7  U_NOMAKEPAGE      ON
15  U_DYNAMICNUL      ON
23  U_PK_READNEXT     ON
32  U_PI_PRINT_AT     ON
34  U_HEADING_DATE    ON
43  U_PRM_DETSUP       ON
46  U_UNFLUSHDATA     ON
48  U_UNBOUNDARY     ON
54  U_PROC_KPTSELECT     ON
56  U_CONV_BADRETURN     ON
64  U_BASIC_FINISH    ON
66  U_PICK_NUMERIC_FILES        ON
75  U_PROC_DELIMITER   ON
78  U_PICK_LOCK       ON
83  U_INPUT_ESC              ON
89  U_PICKSTYLE_MVSORT     ON
92  U_INSENSITIVE_MATCH     ON
104  U_TRAIL_FM_TLOAD ON
114  U_NOFORMFEED ON

1 Dtademo (0)-> SETPTR
Unit       0
Width      132
Length     60
Top margin 3
Bot margin 3
Mode       1

Options are:

1 Dtademo (0)-> LISTPTR
Printer...................
Port.......................Status..Comment.........
HPLJ2420                   IP_192.168.1.41            Running Dev
printer

1 Dtademo (0)-> U2INFO
Platform         : INTEL
Operating System : WIN32-2000 Service Pack 4
Porting Date     : Wed Jun 29 10:05:40 MDT 2005
UniData Release  : Version 7.1.0PE, Build 3146
Ported by        : srcman

...Current account logged onto...
E:\DataTrust\DtaDemo


Licensed(UDT+CP)/Effective UdtSqliPhtmPooledTotal

    (   2 + 0   ) / 2    10001

UDTNO USRNBR  UID   USRNAME  USRTYPE  TTY     IP-ADDRESS    TIME
DATE
    1  3096  197615 bill      udt     pts/1   192.168.1.101 08:34:06 Mar
23
2006
    2  2148  197615 bill      udt     pts/2   192.168.1.101 08:36:05 Mar
23
2006

Bill Haskett
Advantos Systems, Inc.
www.advantos.net 
(760)944-5570 (CA)
(360)923-4838 (WA)
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mike 
> Rajkowski
> Sent: Thursday, March 23, 2006 7:57 AM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] [UD] BASIC Footing statement
> 
> I did a quick test on the 7.1 PE, and it worked fine.  Try 
> the following
> on your system and see if it puts the last footer. 
> 
> Note that the footer I used was described in the online help.
> 
> 001: PRINTER ON
> 002: FOOTING  "Page 'PL'Paul''s Produce"
> 003: FOR A = 1 TO 10
> 004:    PRINT "TEST ":A
> 005:    FOR B = 1 TO 10
> 006:     PRINT "LINE ":B
> 007:    NEXT B
> 008:    IF A # 10 THEN
> 009:       PAGE
> 010:    END
> 011: NEXT A
> 012: PRINTER OFF
> 
> 
> 
> Michael Rajkowski
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
> Sent: Thursday, March 23, 2006 8:10 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] [UD] BASIC Footing statement
> 
> We're finalizing a conversion from D3 to UD and there are a few issues
> remaining.  Our client prints footings on all their reports.  The
> footing
> doesn't print on the last page of the reports.  We've set 
> UDT.OPTIONS 64
> ON
> and still no luck.
> 
> All their reports, both BASIC and UniQuery, are executed from a BASIC
> program.  We've also set UDT.OPTIONS 7 ON to make sure pages aren't
> filled
> on the screen.
> 
> Any suggestions would be appreciated.  Thanks.
> 
> Bill Haskett
> Advantos Systems, Inc.
> www.advantos.net 
> (760)944-5570 (CA)
> (360)923-4838 (WA)
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to