I am curious.  here is some code that I have inside a basic program.
 
COMMAND = \SORT MEMBERS \
095       COMMAND = COMMAND : \"\ : MEMBER : \"\
096       COMMAND = COMMAND : " WITH OFFERING.DATE GE "
097       COMMAND = COMMAND : \"\ : OCONV(THIS.DATE,'D2-') : \"\
098       COMMAND = COMMAND : \ BY-EXP OFFERING.DATE GE "\ : THIS.DATE: \"\
099 * COMMAND = COMMAND : \ AND LE "\ : LAST.DATE : \"\
100       COMMAND = COMMAND : " OFFERING.CODE OFFERING.DATE"
101       COMMAND = COMMAND : " BREAK-ON YEAR TOTAL OFFERING.AMOUNT"

This is used in conjuction with a HEADING COMMAND to display a simple report on 
the screen.
 
If the screen happens to split with a HEADING,  the report will be missing one 
line of the MEMBER'S report.
Here is a screen scrape:
 
SEIM ROB       2        09-25-2011      10.00    (last line from previous page)

PAGE    5                                            12:21:02  20 Oct 2011 (3 
lines of heading)
MEMBERS....... OFFERING OFFERING.. OFFERING..
                     CODE     DATE       AMOUNT
 
SEIM ROB       2        10-16-2011      10.00 (first line on this page)
 
this page is missing   1  10-16-2011     30.00 which should be above the line 
above.
 
I'm not sure if the line is dropped on the first page or the second page.
 
Are there any bus that you know of to cause this.  This makes it tough to find 
a posting error.
 
Dave Grenfell
 
 
                                          

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to