I'm trying to write some MapBasic code to allow
a user to open multiple tables.
I'd like to get a list of the ones they
choose and then rename them.
For instance, it they choose roads06037.TAB,
I'd like it to show up in the layer control
as "Streets". If they also choose water06037,
I'd like it to show up as "Hydro".
It seems simple enough to do it with
one table,
Dim x as string
x = FileOpenDlg("", "", "TAB", "Select table")
Open table x as Streets
Map from Streets
but how would you do it with a multiple selection?
I would appreciate any suggestions!
Thank You,
Frank
[EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]