If this really is jBASE 3.3.8 then I think you will find that it is not a
problem on the later releases. I can't say exactly when it was patched (at
what release level) so it would be best to just make the jump to light speed
and go right to (at least) 3.4.10, which is the latest jBASE 3 release.

Dan

 Thu, Oct 20, 2011 at 12:29 PM, David Grenfell <d.grenf...@hotmail.com>wrote:

>  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
>

-- 
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