Dear Micheal
Change
Create Point (East,North)
To
Update B14_EXPORT_ASSAY set obj = CreatePoint (East,North)
It is done
Create Point (East,North) statement is used to create a point into current editable layer/layout
Or into a variable.
You need to create a point for each record in databese so you should use createpoint function.
Best regards
--
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
---
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Michael,
Just before the update statement you can set the style:
Set Style Symbol MakeFontSymbol (37,255,12,"MapInfo Real Estate",256,0) ' if you want a truetype font
Set Style Symbol MakeSymbol (33,255,12) ' if you want a symbol from the MapInfo 3.0 symbol set
You can experiment with the values in the symbol clause if you open the mb window and alter the display of a symbol style in one of your open layers. The values are displayed in the mb window.
Venligst / regards
Søren
Thanks ozancik