How do you have a fixed length text box?

Is there a way to have a fixed-length text box so I can put the ST and Zip Code on one line?

Thanks again and trying to learn this again.

Use

That's not going to stop it the user from entering more than 2 characters, neither will it actually be called, since you can't know when the TextBox's text changes.

Instead, OP should use the Taifun Textbox extension, and set up a textbox listener. The .aix download link(s) and documentation for the extension can be found here.

1 Like

Depends on what you mean by fixed-length


. You can use the TextBoxes inside a Horizontal layouts and set the Width of the TextBox something like this.

This is actually what I want to do.

Thanks!

This along with the other recommendation looks like it is what I want.

Do as @NishyanthKumar suggested using Taifun's text extension and then do the following

1 Like

Please mark the post as solution if it solved your problem.
And @Wes_Savage his question is already solved

Your welcome. Please mark as solved?

You are denying yourself the chance to use list pickers for the state and zip code.
There are downloadable tables of states and their zip codes you could load from Media files.
Once the state has been chosen, that can be used to restrict the choices of zip code to those that are in that state.
If the zip code is chosen first, that could set the state by lookup in such a table.

3 Likes

I think you misunderstood your post did not solve his problem, @SteveJG 's post did.

That is for @jray8242 to decide I think, @Aarush_Kumar . In any event it appears it is solved. He did say "along with other suggestions"? A text box of fixed width is not the whole answer to me. My solution was to actually make it fixed length as he asked.

In any event it should be marked as solved and that marking is @jray8242 decision

1 Like

His question clearly said he wanted a fixed length text box not a fixed length text in textbox and now i think we are going off-topic

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.