Thank you, it is working
Namita

--- Peter_Horsbøll_Møller <[EMAIL PROTECTED]> wrote:

> You have too many Create Map statement now.
> 
> Try this one:
> 
> *********************
> Register Table "E:\SHT_KEVIN\Tampa_plots.txt"
>       Type ASCII
>       Delimiter 9
>       Titles
>       Charset "WindowsLatin1"
>       Into "E:\SHT_KEVIN\Tampa_plots.TAB"
> Open Table "E:\SHT_KEVIN\Tampa_plots.TAB"
> Interactive
> Browse * From Tampa_plots
> Create Map For Tampa_plots
>       CoordSys Earth Projection 1, 0
> Commit Table Tampa_plots As
> "E:\SHT_KEVIN\Tampa_plots1.TAB"
>       Type NATIVE
>       Charset "WindowsLatin1"
> Open Table "E:\SHT_KEVIN\Tampa_plots1.TAB"
> Interactive
> Alter Table "Tampa_plots1"
>       ( modify ycoord Float, xcoord Float ) Interactive
> Create Map For Tampa_plots1
>       CoordSys Earth Projection 1, 0
> Update Tampa_plots1 Set obj =
> CreatePoint(xcoord,ycoord)
> Commit Table Tampa_plots1
> Map From Tampa_plots1
> *********************
> 
> 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/gis
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 14, 2004 7:57 PM
> To: MapInfo-L (E-mail)
> Subject: RE: MI-L Create points
> 
> 
> I tried to what u all said, it opens a map window
> and
> it says that it cannot find any obj
> thanks for all the help
> 
> My code is
> 
> Register Table "E:\SHT_KEVIN\Tampa_plots.txt"  TYPE
> ASCII Delimiter 9 Titles Charset "WindowsLatin1"
> Into "E:\SHT_KEVIN\Tampa_plots.TAB" Open Table
> "E:\SHT_KEVIN\Tampa_plots.TAB" Interactive Browse *
> From Tampa_plots Create Map For Tampa_plots CoordSys
> Earth Projection 1, 0 Commit Table Tampa_plots As
> "E:\SHT_KEVIN\Tampa_plots1.TAB" TYPE NATIVE Charset
> "WindowsLatin1" Open Table
> "E:\SHT_KEVIN\Tampa_plots1.TAB" Interactive Browse *
> From Tampa_plots1 Alter Table "Tampa_plots1" (
> modify ycoord Float,xcoord Float ) Interactive
> Create Map For Tampa_plots1 CoordSys Earth
> Projection 1, 0 Commit Table Tampa_plots1 Open Table
> "Tampa_plots1" Update Tampa_plots1 Set obj =
> CreatePoint(xcoord,ycoord) Create Map For
> Tampa_plots1 
> Map From Tampa_plots1
> --- Peter_Horsbøll_Møller <[EMAIL PROTECTED]> wrote:
> 
> 
> =====
> 
> 
> 
>               
> __________________________________
> Do you Yahoo!?
> Y! Messenger - Communicate in real time. Download
> now. 
> http://messenger.yahoo.com
> 
>
---------------------------------------------------------------------
> List hosting provided by Directions Magazine |
> www.directionsmag.com | To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> Message number: 13304
> 
> 
> 
>
---------------------------------------------------------------------
> List hosting provided by Directions Magazine |
> www.directionsmag.com |
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> Message number: 13306
> 
> 
> 


=====



                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13307

Reply via email to