change properties of a textbox with code

nt
nt Member Posts: 160
hi all, how i can change de properties of a textbox with code?

thanks

Comments

  • DenSter
    DenSter Member Posts: 8,307
    That depends on what property you want to access, because they are not all visible. Go into the object browser (F5) to the CurrForm section, and see what controls are available. Then you can click on the right/left arrows to deeper into the object model.

    You may have to give the text box a name first, so you know which textbox you're working with.