You can make variance like in the following exemple to add a description of the fields in quotes:
"Parcel Number="+Pid+Chr$(13)+"ZONING="+ZONING+Chr$(13)+"AREA="+LOT_SIZE_acre+Chr$(13)+"Numbers of Dwellings="+DWELLING_UNITS GH -----Original Message----- From: Gilbert Hach� [mailto:[EMAIL PROTECTED] Sent: July 12, 2004 15:38 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: MI-L Another Newbie Question - Displays You can have more then one field at a time displayed. In the labels, choose functions and add col1 + col2 +... Since you want to see the text with a separator, you should use a blank space like col1 + " " +col2 + " "+... You can even put them on separate line using chr$(13) to use as carriage return between lines: Here's an example : col1+Chr$(13)+col2+Chr$(13)+col3+Chr$(13)+... Hope this help GH -----Original Message----- From: Peter Horsb�ll M�ller [mailto:[EMAIL PROTECTED] Sent: July 12, 2004 15:20 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: MI-L Another Newbie Question - Displays I guess you are talking about the tooltip that showns when you hold your mouse over a object in the map. What you see here is what you have told MapInfo to use as label expression, so you can just change the label expression to contain the entire list of columns, and then you'll see every little information from your record. Just remember that the label expression is limited to approx. 254 charaters. Peter Horsb�ll M�ller GIS Developer Geographical Information & IT COWI A/S Odensevej 95 DK-5260 Odense S. Denmark Tel +45 6311 4900 Direct +45 6311 4908 Mob +45 5156 1045 Fax +45 6311 4949 E-mail [EMAIL PROTECTED] http://www.cowi.dk -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 9:13 PM To: [EMAIL PROTECTED] Subject: MI-L Another Newbie Question - Displays I'm almost embarassed to ask, but I'm on a short timeline. I have created my tables, geocoded them, and can display them on a map. If I highlight an item that was mapped, I see the first field that came from the table. Is there a way to display the whole record, or other parts of it? Thanks. Sheri L. Koomen Emergency Services Manager South Gate Police Department 8620 California Ave South Gate, CA 90280 323/563-5483 323/563-5433 fax [EMAIL PROTECTED] --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12565 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12566 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12568 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12569
