PDA

View Full Version : Form TxtBox



Emoncada
06-25-2008, 01:14 PM
I have a From with a Big TxtBox that I would like to know how I can have it for when the Txtbox is active for it so if someone hits enter it will go to the next line? Is this possible. It could fit about 4 lines. Tab to go to the next txtbox.

Any help would be great.

Bob Phillips
06-25-2008, 01:55 PM
Why not four texboxes?

Emoncada
06-25-2008, 01:56 PM
I was also thinking of that. Do you think it's the easiest way. Is it possible to do it with just one?

lucas
06-25-2008, 02:19 PM
I would say it depends on what you are going to do with the data but you can set the multiline property to true and the enterkey behavior to true and have a mulitline textbox that moves to the next line with enter.

Bob Phillips
06-25-2008, 03:43 PM
It's much simpler to parse the data in multiple text boxes.

Emoncada
06-26-2008, 06:26 AM
Thanks I will use the Enterkey - Enable and Multiline - Enable that lucas suggested.

lucas
06-26-2008, 07:24 AM
Ok em but if you come back in a day or two and want to seperate the data so you can do something with it we will remind you of what Bob said in post #5.......