Printing Issue when migrating from Paradox 8 to 11

|
|
|
SteveM
|
Greetings,
We used a pushbutton method on a form to print a report in Paradox 8 and Windows 7. Upon upgrading to Paradox 11 the report began failing with a "#Bitmap7 is too big to fit in report." error.
- #Bitmap7 is a full-page 8.5x11 image
- The error is printer independent, and fails even with a PDF printer
- The report still works fine on any printer if you open the report and print directly from that
- Shrinking the image and placing it in the middle of the page solved the problem too
- Recucing the file size dramatically didn't help if left at 8.5x11
It must be that Paradox 11 is trapping an error based on image size that Paradox 8 didn't. Is there any way to prevent it from doing this, or to tell the method to ignore the error and print anyhow?
Might there be anything else obvious that I am missing?
Thanks!
|
|
Posted 6 years ago (Thread Starter)
|
|
| About SteveM |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18267, 11 replies
Thread Started 11/29/2020 7:29:16 PM
View Counter=775
Last Reply Posted 3/11/2026 3:22:31 PM)
|
|
|
|
Location=San Diego, -- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
the question is whether you can trap for that error, in that context, to at least find out if it'll let you "pass go and collect $200".. I honestly don't know
if you can just shrink and center the image, and move on, that would seem to be the easiest path, if you can just shrink it a little bit
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18268 (Level 2)
and Parent is 18267
Reply Posted 11/30/2020 6:23:05 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
| |
|
|
|
SteveM
|
Hi Steven,
Thanks for the prompt reply. I was afraid that was the answer, but as you say at least I can move on. It will be very tedious to shrink the images, but not as tedious as finding the error in the haystack, particularly because I don't know what I am doing.
Thanks again for your help! I am so glad to see people still using Paradox.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About SteveM |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18269 (Level 3)
and Parent is 18267
Reply Posted 11/30/2020 3:53:06 PM
|
|
|
|
Location=San Diego, -- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
it could be your margins, your printer drivers, win10 itself, an error that you can't trap and/or bypass, etc..
even if it's 50 reports, it's a simple change you already know you CAN do, and it works.. I'd do that :-)
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18270 (Level 4)
and Parent is 18267
Reply Posted 12/1/2020 6:24:12 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
 |
|
|
|
SteveM
|
Thanks again for your insight.
I went about changing the templates as you suggested. It did indeed seem a clear path to victory. Unfortunately as I expanded the image past the 1"x1" size I shrank it to for troubleshooting purposes it quickly began to fail again. I need to leave 1.25" top and bottom margin or it won't work. This crops off critical data, so I will have to keep digging a bit.
One clue might be that 11-2.5=8.5 Maybe I am shooting a portrait report at a landscape page? I'm not sure where or why Paradox would suddenly think my format is landscape, but it is something to look for at least.
I'll report back if I solve the problem in case it helps anyone with a similar issue.
It also started printing a blank page after the correct one just to spite me. Probably the same issue.
Steve
|
|
Posted 6 years ago (Thread Starter)
|
|
| About SteveM |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18272 (Level 1.1)
Reply to 18270
and Parent is 18267
Thread Started 12/1/2020 5:00:17 PM
|
|
|
|
Location=San Diego, -- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
the "blank page" comment triggered a memory of a similar issue.. here's how we dealt with it.. the essential snippets.. this made the blank page go away, and that report also had a huge insert, but we weren't having the pic issue you were
var
repinfo reportprintinfo
endvar
repinfo.name = "SUBASSEMBLYREPORT.RSL" repInfo.PanelOptions = PrintClipToWidth ; <[;_--]-
if not REP.print(repinfo) then
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18273 (Level 5)
and Parent is 18267
Reply Posted 12/2/2020 6:42:33 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
| |
|
|
|
SteveM
|
Thanks! I'll try that. The image issue also seems to be a result of some change in repInfo. In Paradox 8 we explicitly declared a prnopinfo.PaperLength but had to rem out because of another migration error. That might have been more necessary than I thought...
|
|
Posted 6 years ago (Thread Starter)
|
|
| About SteveM |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18274 (Level 6)
and Parent is 18267
Reply Posted 12/2/2020 7:40:57 AM
|
|
|
|
Location=San Diego, -- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
I don't have p8 loaded right now.. not finding anything specific in the bug list.. report issues can be tricky, and annoying
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18277 (Level 7)
and Parent is 18267
Reply Posted 12/3/2020 6:20:02 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
| |
|
|
|
SteveM
|
Progress!
The offending code was:
repinfo.orient = PrintPortrait
Go figure? It is a portrait-format report!
This thread on another site suggests that the ReportPrintInfo syntax changed between P9 and P10, and that P10 and beyond uses a DynArray syntax. I haven‘t looked into that yet.
Also, once it was printing, your repInfo.PanelOptions = PrintClipToWidth hint prevented the printing of the blank page. Thanks for that!
I‘ll post if I learn anyting more.
Steve
|
|
Posted 6 years ago (Thread Starter)
|
|
| About SteveM |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18280 (Level 8)
and Parent is 18267
Reply Posted 12/4/2020 5:21:12 PM
|
|
|
|
Location=San Diego, -- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
that link didn't work, but yes, there are a handful of tweaks in p10 that aren't in the help files.. p10 was a work inprogress when the end came
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18285 (Level 9)
and Parent is 18267
Reply Posted 12/7/2020 6:07:09 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
| |
|
|
|
SteveM
|
Sorry about the link. It may require login. Anyhow, the key bit was:
What version of Paradox are you using? If 10 or greater, ISTR I had some problems doing this with 10 quite a while back, and with Bertil's help worked out to set the paper size (A4) using the old syntax, and then set clip-to-width, orientation etc using the new, dynarray syntax.
This seems to match with my finding that setting the orientation was my problem in the old syntax.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About SteveM |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18289 (Level 10)
and Parent is 18267
Reply Posted 12/7/2020 10:49:22 AM
|
|
|
|
Location=San Diego, -- --
|
|
| |
Most Recent Post
|
|
|
PS_5337
|
Printing issue with migrating the document are the error of driver software of printer that will not give it a right command to printer for print a document.
Available here https://garagedoorinsulationpros.com/ Garage Door Insulation Installation Company in The Villages
|
|
Posted 7 hours ago
|
|
| About PS_5337 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #20444 (Level 11)
and Parent is 18267
Reply Posted 3/11/2026 3:21:03 PM
|
|
|
|
Location=-- USA
|
|
| Thread #18267 Counter |
| 775 |
|
Since 11/29/2020
|
|
|