|
|
label with address format
I have a label in a formview and when it fills with data from the db it
should be in the format of an address. As in;
Name
address
city, state, zipcode
phone
You can see what I am getting at. Currently the info goes in and just
wraps. How do I go about getting the proper format? Would it be better to
use a textbox for this? How would the address structure be done for txtbox?
Thanks
John
|
|
0
|
|
|
|
Reply
|
Utf
|
6/28/2010 2:29:06 AM |
|
JohnE wrote:
> I have a label in a formview and when it fills with data from the db it
> should be in the format of an address. As in;
>
> Name
> address
> city, state, zipcode
> phone
>
> You can see what I am getting at. Currently the info goes in and just
> wraps. How do I go about getting the proper format? Would it be better to
> use a textbox for this? How would the address structure be done for txtbox?
>
> Thanks
> John
You can use a multiple line textbox I think. You would use a string
variable and take each piece of information above, concatenate it into
the string variable. You would at the end of each word concatenated into
the string variable, you can concatenate a CRLF (Carriage Return Line
Feed) at the end of the word so that it does a CRLF in the multiline
textbox after each line of words. It should work, when you take the
string varable and set the Textbox.Text with it.
You can disable the Keypress Event for the HTML textbox so that the user
cannot enter data in the textbox or set the textbox Enable/Disable
property to 'Disable' after the textbox has been loaded.
You can do that or use a Listbox control loading each line of string
data into the Listbox collection, ignoring any line selection by the
user in the Listbox.
Myself, I would look into the Listbox control.
|
|
0
|
|
|
|
Reply
|
Mr
|
6/28/2010 3:42:52 AM
|
|
|
1 Replies
293 Views
(page loaded in 0.035 seconds)
Similiar Articles: label with address format - microsoft.public.dotnet.framework ...I have a label in a formview and when it fills with data from the db it should be in the format of an address. As in; Name address city, state... Format Data Labels - microsoft.public.excel.worksheet.functions ...I have a label in a formview and when it fills with data from the db it should be in the format of an address. As in; Name address city, state... Format Address - microsoft.public.access.reportsHow to Format Address Labels in Word | eHow.com In addition to allowing you to create basic word processing documents and things like brochures and pamphlets, Microsoft ... Single Label - microsoft.public.word.newusers... select a specific label size and choose to type a single label in a specific row and column. When I type that information in the address box, how can I format the ... Avery Labels 8195 - microsoft.public.posAvery Labels 8195 - microsoft.public.pos If it similar layout to avery label formats included in RMS (ie 5160), then ... Easy Peel White Return Address Labels Avery® Easy ... Changing report format with VBA - microsoft.public.access.reports ...I have a report which prints out address labels for a journal distribution. The label layout isn't always the same. If the addressee's subscription ... Address bar codes on Mailing Labels - microsoft.public.access ...Address bar codes on Mailing Labels - microsoft.public.access ... Name c/o Company Street Address City, State ZIP/postal code label with address format I ... print them on ... Label Formatting Question - microsoft.public.access.formscoding ...Pivot Chart Data Label Format Question - Hi All Im running Excel 2K on Win ... I should have added that I'm creating the label using the name and address contained in a ... Label - Mail Merge - Word 2007 - microsoft.public.word ...My word document - label format - contains 4 rows each page. When I do the mail ... You can use mail merge when you want to create a set of address labels. The following ... deleting labels in Word - microsoft.public.word.docmanagement ...I have an old list of address labels, so I have deleted some of them ... However, if you keep your info in a format that you merge into the label template, you'll find ... How to Format & Print Address Labels Using Microsoft Word | eHow.comMicrosoft Word is the most commonly used vehicle for printing address labels because is simple to use, yet effective. Word takes a no-frills approach to formatting ... Amazon.com: address label formatPrintworks Elementree White Matte Return Address Labels for Inkjet or Laser Printers or Copiers, 100% Recycled, 12 Sheets/Pack,.5 inch x 1.75 inch, 00488 by ... How to Format Address Labels in Word | eHow.comIn addition to allowing you to create basic word processing documents and things like brochures and pamphlets, Microsoft Word also allows you to create standard ... Label template, Microsoft office templates for Word... Free in Word .doc, PDF, EPS and other formats. Easily download free 8.5" x 11" label templates for laser ... Address. Download. WL-100. 5162 ® 4" x 1.33" 14 per sheet. Address ... 7/18/2012 8:32:13 PM
|
|
|
|
|
|
|
|
|