Options

Access a report control at run time ?

kenlkenl Member Posts: 182
Hello,

Is there anyway we can access a report control at run time ?

Something like:
controlName.ControlProperty(Value)

For example, I have a report of sales invoice. I would like to "Bold" all sales invoice which over $1000 amount.

I would like to change the bold property at run time.

Thank you.

Comments

  • Options
    HalMdyHalMdy Member Posts: 429
    You have to define two sections, one normal and one with the field in bold. At Run Time you can choose to display one or other section depending on your condition. There unfortunately no other way to change layout dynamically...
Sign In or Register to comment.