here's one I use all the time
be sure to set the "position" for center of the object
under the field to use select expression and copy/paste the below
and set the style to be "boxed"
I like a light yellow background with red/blue/black letters


minimum(fromleft,toleft) + "-" + maximum(fromleft,toleft) + chr$(10) + Street 
+ chr$(10) + minimum(fromright,toright) + "-" + maximum(fromright,toright)


this produces a look the below where --- street---  is the line [- is line]

     100 - 198
-----E MAIN ST -------
     101 -  199

another is

minimum(fromleft,fromright) + " - " + Street + " - " + maximum(toleft,toright)

which looks like with = being the the actual street line

========== 100 - E MAIN ST - 199 ============


On Wed 13 Sep 2006 19:15, Kenneth Hickey wrote:
> Hey
>
> Can anyone tell me how to make labels with multiple lines each with data
> from different fields?
>
> Thanks
> Ken

-- 
Trey Pattillo

Failure is not an option....
It comes standard with all Microsoft products.
_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to