> 1) Where the "Named View" data actually stored at, I mean I just want to
> copy the "Named View" setting from one computer to another. The user guide
> stated that "Nviews.mbx" is for storing the things I want, however, it
> actually is just a MapBasic executable program. I tried to copy it
> though
> I know that's should not work) from one to another.
> Nothing changed. Any idea ?
It's in your "Home" directory. On Windows this is the \windows
directory and it's called "nviews.txt". Here's the relevant part
of the source code:
---
view_file = HomeDirectory$( )
If SystemInfo(SYS_INFO_PLATFORM) = PLATFORM_MAC Then
view_file = view_file + "Preferences:MapInfo Named Views"
shift_ok = 45
shift_cancel = 0
Else
view_file = view_file + "NVIEWS.TXT"
shift_ok = 0
shift_cancel = 45
End If
---
> 2) I found the MapBasic program for changing "Labels" to "Text" object from
> MapInfo-L ftp site, I just want to know is there any one for changing
> "Text" object to "Labels", the field contents ?
Nope, sorry. Once these graphics objects are separated from the
original file where they were labels, they become an independent
table. About the best you could do is try to line them up by
rowid--assuning you still have a one-to-one match.
- Bill Thoen
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]