hide control on report?

Hi,

we are on NAV 5.0, how do i change the label control property (Visible - True/False) at runtime of report on some condition of table?

Please suggest.

Thanks

Jai

Hi Jai,

I am not sure you can do such things at runtime, but you can use the request form to achieve this…!!!

Kindly use some boolean variable also, to assign the label to your required text…!!!

I suggest you use Text Box instead of Label in this case and write code for this. For example in NAV5 report 204 (Sales Quote)

VATNoText

SalesPersonText

ReferenceText

are used for Labels but these are text boxes and there is a piece of code written on Sales Header - OnAfterGetRecord() Trigger