4.3 PDF formatting issue
Well, in the process doing extensive testing of PDF output in 4.3 we came upon an issue that we think we need to deal with. It’s not a new issue but does cause some problems. The problem is that the LABEL and RAWTEXT widget types are being treated the same. If you have an alpha or text field defined as a RAWTEXT widget it will act as a LABEL. Vertically centering, doing html formatting, etc. Actually even if you have no widget defined you still get the html formatted instead of raw.
We feel the solution to this is to have No widget and RAWTEXT widgets act similar and that they should not do HTML formatting, should not default to vertically center, etc. By default they should print their content from upper left to lower right in raw format.
Obviously this will change the behavior of reports you already have written. We think this can be easily fixed by having APPX search your applications on upgrade for PDF reports that have RAWTEXT widgets define switching them to LABEL widgets. That way they will continue to function as they do today but we gain the ability to print raw unformatted data.
Let us know what you think about this if you have an opinion.
April 21st, 2008 at 1:44 pm
i suspect that 4.3 will be a major improvement over what is currently available in 4.2.a…cannot expect all good news! really looking forward to having more control over forms creation…any chance of getting some specific details on what additional functionality we are going to receive?
April 21st, 2008 at 3:20 pm
I think having Appx change the RAWTEXT to LABEL widgets is a good compromise.
April 21st, 2008 at 3:21 pm
Actually, it’s not a compromise, it’s a solution.