Hot to use report control at runtime

jaiverma2k2jaiverma2k2 Member Posts: 112
We are using NAV 5.0,
We need to set a data in control used in report at runtime.
as we use in request form.
e.g.
If ........ Begin..
RequestoptionForm.controlname.property:=
End;

pleae suggest

Regards,
Jai Verma
Regards,
Jai Verma

Comments

  • RaniShouraRaniShoura Member Posts: 34
    Are you talking about the Request Options Form???

    If so you just need to assign a source expression to the control and code in the onValidate trigger

    If you are looking to hide / change the editable values of a field you can check report 25 for an example :roll:
    Rani Shoura
Sign In or Register to comment.