here is my $0.0175us MBWin solution

1) Open MapBasic Window
2) copy and paste the 2 line below into the window [using CTRL+V]
    [ note line 1 starts with select and line 2 starts with update -- no
word wrapping]

select * from Table1 where instr( 1, Col1, " ")>0 into work browse * from
work

update work set Col1=mid$( Col1,instr( 1, Col1, " " ) + 1, len( Col1 ) )

3) replace Table1 with your table name
4) replace Col1 with your column name
    [ note both lines are quote-space-quote ]
5) put cursor on line 1 and hit enter -- just for visual as table work is
emply when finished
6) put cursor on line 2 and keep hitting enter [ will take more than once]
    ie: State Hwy 286 > Hwy 286 > 286 ----- 2 runs
7) do #5 to see what is left and #6 again if needed


Trey Pattillo
[EMAIL PROTECTED]
www.wap3.com
-97.665333W 27.799121N


----- Original Message -----
From: "Nancy Cope" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 05 June, 2002 09:30
Subject: MI-L MapBasic Save Window As problem


>
> I am having a problem with the results of saving a Layout to a JPG file.
> The jpeg file is created, however one of the map layers is missing on some
> maps. It is just a polygon layer
> with just an outline - no shading. When the workspace is opened I can view
> the layout and the missing
> layer from the jpeg is on the layout. I can then manually select Save
Window
> As and the new file is saved
> correctly.
> I create several maps through code this way. The layer that is missing on
> some maps has the same style
> as layers on other maps, where the jpeg is ok.  There are 31 maps and 13
of
> them have the problem with the
> missing layer in the jpeg. The problem is I now have to open each jpeg to
> see which ones I need to open
> the workspace for and manually save the jpeg.
>
> Does anybody know what causes this problem?
>
> Nancy
>
>
> ---------------------------------------------------------------------
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to