AndrewMozley
Programmer
I am producing a report from a table tDetail, which has (among others) two fields : tDesc C(40) and tFormat N(1).
The tFormat field determines the way in which the tDesc field should be displayed; for example a value of 0 might be left aligned, 10 pt Arial, and a value of 1 might be 12 pt Arial bold, centered. There might be perhaps 5 or 6 formats, at the user’s discretion. The .frx file will then print the field in the format selected.
One way of handling this in the .frx file is to make use of the ‘Print When’ option on a field in the .frx file.
However since the various options would be alternatives for the same space in the final report, the layout of the form during the design is rather cluttered, with the fields overlapping. Is there a way of organising the design so that you can see each of the options, without having to drag them and then having to reposition them?
Thank you.
The tFormat field determines the way in which the tDesc field should be displayed; for example a value of 0 might be left aligned, 10 pt Arial, and a value of 1 might be 12 pt Arial bold, centered. There might be perhaps 5 or 6 formats, at the user’s discretion. The .frx file will then print the field in the format selected.
One way of handling this in the .frx file is to make use of the ‘Print When’ option on a field in the .frx file.
However since the various options would be alternatives for the same space in the final report, the layout of the form during the design is rather cluttered, with the fields overlapping. Is there a way of organising the design so that you can see each of the options, without having to drag them and then having to reposition them?
Thank you.