Hi,
Can anyone provide a hint on the above?
A customer wants to record the delivery plan when entering a sales order.
We have created a new Tab on the Sales Order Header known as Location Plan. But we have inserted three lines for the Location Plan.
The customer wants to have a single Textbox with a scrollbar to note the delivery plan.
Please advise.
Regards,
Beatrice.
0
Comments
but try to leave the form as is and set MaxLength = [number you want] and autoenter = yes
(be sure to set the right nextcontrol)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
you can record everything and anything you want
Wouldn't that work?
http://www.BiloBeauty.com
http://www.autismspeaks.org
You may set "MultiLine" property of the text box to "YES". Along with this set "VertAlign" property to "Top".
Now increase the height of the text box equivalant to three or more lines.
Above will let you enter the long text upto 250 char in the text box and will let you view the value in multiple line however scroll bar will not be shown.
I hope this will help you....
Thanks,
NIDA Technologies (P) Ltd.
New Delhi, India
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
NIDA Technologies (P) Ltd.
New Delhi, India
Does that make sense? I don't see that it makes sense for the user but if that is what they want then it seems to work for me...
-awarn
then...look at this creative solution (it's a bit :shock: )
do the things i wrote in the quote, then put txtboxes one under the other with 0pt space between each others...then toggle the borders and draw a rectangle shape around the group of textboxes...you can also put another unfocusable txtbox in background to have a border similar to the one of the other textboxes...it's a pain to work with width, height, xpos and ypos...but i think it can work!
p.s.: never used, it's only the strangest solution i have thought....
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog