Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BUG Report please relocate where need be.
#1
LPRINT On A Microsoft PDF Printer driver in Wndows 11 Does not issue a page break when one should be issued. I Have a 21 records in a USER TYPE construct, if i LPRINT that to the print]]]] PDF file it only prints the first 10 records and nothing else. is there an instruction i'm missing or something to eject the page in the pdf file?

Code: (Select All)
            IF CurrentAlbum.IsActive = 1 THEN
                IF RTRIM$(CurrentAlbum.Title) <> "" AND CurrentAlbum.AlbumID > 0 THEN
                    LPRINT ""
                    LPRINT "Album ID:"; CurrentAlbum.AlbumID
                    LPRINT "Title...: "; CurrentAlbum.Title
                    LPRINT "Artist..: "; CurrentAlbum.Artist
                    LPRINT USING Template1$; CurrentAlbum.Label; CurrentAlbum.Country; CurrentAlbum.Language;
                    LPRINT USING Template2$; CurrentAlbum.Year; CurrentAlbum.Style; CurrentAlbum.Medium;
                    LPRINT ""
                END IF
            END IF
only one space is present not two as shown here, and yes, afte 10 records it's all i can see. there is no page 2 or whatever.

Help Smile
Reply


Messages In This Thread
BUG Report please relocate where need be. - by MystikShadows - 10-28-2023, 03:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is this a bug with Round or is it just me BarrySWTP 10 1,244 07-07-2025, 08:40 PM
Last Post: BarrySWTP
  Exiting FOR NEXT, maybe a bug? Version 4.1.0 on Linux Circlotron 4 842 05-09-2025, 02:22 AM
Last Post: Circlotron
  I have fallen in a bug or weird behaviour TempodiBasic 2 667 10-08-2024, 06:09 PM
Last Post: TempodiBasic
  3.13.1 bug report - keyboard characters swapped Circlotron 3 996 06-03-2024, 05:16 AM
Last Post: Circlotron
  I need input on a possible bug in v3.5.0 TerryRitchie 50 8,386 05-22-2024, 07:03 PM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)