Creating command buttons at runtime....

ombacke
ombacke Member Posts: 44
Hi,
I was just wondering if it was possible to create command buttons at runtime.. Let's say when the form is loading...
This is with C/SIDE, navision 3.7

Comments

  • Monsta
    Monsta Member Posts: 38
    No, you cant. But you can create buttons prior and set their visible property at runtime.
  • DenSter
    DenSter Member Posts: 8,307
    It is not possible to create any form object at runtime in C/AL. You can change size, position, color, etcetera, but you have to put the actual object on the form and bind them at design time.