How to create an object dynamically?

sasidharmv
sasidharmv Member Posts: 28
edited 2009-07-30 in NAV Three Tier
Hi all,

Please tell me is there any provision to create an object dynmaically? It means while execution i want to create a text box on the screen and fill the data.

Regards.
Sasidhar.

Comments

  • garak
    garak Member Posts: 3,263
    it'S not possible. You can only handle controls, that are defined in the design mode.
    Don't forget, C/AL is not Java or C#. It's an ERP with a simple Development Enviroment
    Do you make it right, it works too!
  • matttrax
    matttrax Member Posts: 2,309
    Yes, the correct way to do this in NAV is to create the text box in design mode and set the box's VISIBLE property depending on the situation.