473,382 Members | 1,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Combining text from different text boxes

Not having much luck with this one.... I have multiple
textboxes that I want to concntenate, but with a "Tab" so
things are equally spaced. I have an app with two tabs,
one is an input form with multiple textboxes, the other is
a preview with a richtext box to show how it will look
before saving it, I need to put the textbox values and
some other predetermined values in and would like to make
it uniform...Any suggestions would be greatly appreciated.

e.g.
text1 text3 standard variable
text4 text5 standard variable
and so on....

Nov 20 '05 #1
2 1969
Cor
Hi Nitewolf,

Send some code as far as you are now?
Maybe we can help you than,

Cor
Not having much luck with this one.... I have multiple
textboxes that I want to concntenate, but with a "Tab" so
things are equally spaced. I have an app with two tabs,
one is an input form with multiple textboxes, the other is
a preview with a richtext box to show how it will look
before saving it, I need to put the textbox values and
some other predetermined values in and would like to make
it uniform...Any suggestions would be greatly appreciated.

e.g.
text1 text3 standard variable
text4 text5 standard variable
and so on....

Nov 20 '05 #2
* "the nitewolf" <th*********@cox.net> scripsit:
Not having much luck with this one.... I have multiple
textboxes that I want to concntenate, but with a "Tab" so
things are equally spaced. I have an app with two tabs,
one is an input form with multiple textboxes, the other is
a preview with a richtext box to show how it will look
before saving it, I need to put the textbox values and
some other predetermined values in and would like to make
it uniform...Any suggestions would be greatly appreciated.

e.g.
text1 text3 standard variable
text4 text5 standard variable


Use the '&' operator to concatenate strings. If you are performing a
lot of concatenations, consider using a 'StringBuilder' instead. You
can use 'vbTab' or 'ControlChars.Tab' to insert a tab character into the
string.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Andreas Prilop | last post by:
In plain text, the letter "a" followed by combining mark U+0300 should be displayed as "à", letter "a" with grave accent. Two or more Arabic letters in succession should join. What should happen...
4
by: Dan | last post by:
Can anyone offer suggestions on how to do this or if it is possible? I have a form that uses a drop down box and 2 text fields. What I am trying to do is have the value of each text box set by...
7
by: Gertjan van Heijst | last post by:
Hi, I really hope someone can help me because I've already spend 2 days on this problem and I'm not getting anywhere. I think the problem is that I don't really understand how text boxes store...
3
by: duncan | last post by:
I have a text box on a web form here is the HTML for it :- <asp:textbox id="winPts" style="LEFT: 170px; POSITION: absolute; TOP: 80px" runat="server" Width="24px" maxlength="2"></asp:textbox> ...
7
by: Andrew McKendrick | last post by:
Hi, I've noticed a bug in VB.NET (latest .NET Framework)... - I have a TabControl on a form with several tabs. - Each tab contains text boxes that are bound to fields in a data source...
2
by: hp3k | last post by:
Hi, I'm a newbie to VB .Net and am unable to locate an example of combine two different font types (Arial and Wingdings 3) in a display (text) string. Does anyone have an example of combining...
11
by: DP | last post by:
hi, i have a films table and form. i have a txt field in teh form called txtSearch , and i;ve created a query with all the film table fields in it. how can i get the query to load up, wth the...
1
by: brad.goldberg | last post by:
2 Part question for you all, seems kinda tricky to me, but many of you are access gods compared to myself. Here's the deal... I have a label on my form called Run Number: Next to it I have a...
5
by: girays | last post by:
I want to make a good design about combining information. Suppose you have different data types, and each may have semantically same data. I want to merge these different data types into a single...
2
by: learnPHP | last post by:
Hi, I am trying to get a couple of text field entered in the text boxes and am then wanting to concatenate the data into one PHP variable. Finally i want to send the php variable in the action...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.