Options

change properties of a textbox with code

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

thanks

Comments

  • Options
    DenSterDenSter Member Posts: 8,304
    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.
Sign In or Register to comment.