Yesterday I upgraded to 3.5.3 from 3.1.7 and I have been having all kinds of bugs and issues with my solution.
The most immediate one that I have today is the ability to print from one layout while I am in another layout. If I have my preference set to use system dialog print, my script will run but it prints out a blank page. When I show the layout and then execute a print command, it will print correctly. It will also print correctly if I view it in print preview.
When I set my preferences to system dialog print unchecked, it does not print at all. Instead in the bottom status bar on the right side the letters ‘Cre’ shows up. I assume there is more there that can’t be seem. I can’t click on it or try to highlight it to read more.
Anyone else experienced this? Any thoughts or suggestions?
I’m sorry. I am using Mac OS 10.4.
But I have also tried it on my PC running XP. It did the same thing.
The problem appears to be OS independent.
I asked about the OS because I saw something similar with Mac OS (blank pages - but only when not using system print dialog).
I tried the script below on Windows XP (while form b is displayed), but it works for me. Used 3.5.3, both use system print dialog checked and unchecked.
forms.a.controller.print(true, true);
Can you make a simple 2-form sample solution that shows this issue on Windows XP? Meanwhile I will try this on MAC too.
The problem may be that something is corrupt in my form. I have a couple of other forms that do the same thing and they have been working correctly. I will first try to create a new form and set it up the same way and try printing.
I will report back as to my findings.