Studio 6.x - setting field width
Andrew Stolarz
stolarz at gmail.com
Tue Jan 9 13:46:22 EST 2018
After some messing around, In order to set the field width correctly on the
report, you need to include the the report class name as well. (strange as
it is not required for things like setting visibility etc)
So it will look like this:
Calculate $cinst.r_test.$objs.r_test_1225.$width as 4.833
Andrew
On Tue, Jan 9, 2018 at 10:06 AM, Andrew Stolarz <stolarz at gmail.com> wrote:
> I have a report class. In the $construct I have this line:
>
> Calculate $cinst.$objs.r_test_1225.$width as 4.833
>
> In developer it does what it should, however in runtime it does not set
> the field width.
>
>
> Am I missing something here or possible bug?
>
>
>
> Andrew
>
More information about the omnisdev-en
mailing list