MI unsubscribe

2000-08-17 Thread Danny Irwin

unsubscribe mapinfo-l [EMAIL PROTECTED]



Transport For London - Street Management

The contents of the e-mail and any transmitted files are confidential and
intended solely for the use of the individual or entity to whom they 
are addressed. Transport for London hereby excludes any warranty and 
any liability as to the quality or accuracy of the contents of this e-mail 
and any attached transmitted files. If you are not the intended recipient, 
be advised that you have received this e-mail in error and that any use, 
dissemination, forwarding, printing or copying of this e-mail is 
strictly prohibited.

**
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI global variables

2000-08-11 Thread Danny Irwin

Dear users,

Could anyone provide any assistance regarding global variables and 
their interaction with Visual Basic.  We can't seem to pass a value 
in a global variable from MapBasic into a VB project, despite the 
user guide telling us that it's easy with DDE!

Does anyone know why we might be experiencing problems?

Thanks

Dan Irwin



Transport For London - Street Management

The contents of the e-mail and any transmitted files are confidential and
intended solely for the use of the individual or entity to whom they 
are addressed. Transport for London hereby excludes any warranty and 
any liability as to the quality or accuracy of the contents of this e-mail 
and any attached transmitted files. If you are not the intended recipient, 
be advised that you have received this e-mail in error and that any use, 
dissemination, forwarding, printing or copying of this e-mail is 
strictly prohibited.

**
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI ISO SQL3

2000-07-19 Thread Danny Irwin

Dear users,

I have been investigating the implementation of a spatial database 
within our organisation and keep coming across references to ISO SQL3 
(and conformity to said ISO).  Does anybody know if this ISO has a 
reference number, or what this reference is related to?

Any help on this would be appreciated.

Daniel Irwin
**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI :Create region using Custom Tool

2000-06-30 Thread Danny Irwin


Have a look at this code which we use to draw regions within a free 
graphics layer.

'This section allows the user to construct regions in the free  
graphics layer

sub region_1

Dim y as integer
dim layer_name as string
dim opline as object

y = 1 

do while y <=mapperinfo(frontwindow(),MAPPER_INFO_LAYERS)
layer_name = layerinfo(frontwindow(),y,layer_info_name)
if  layer_name = "freegraphic" then
set map
layer y
editable on
end if
y = y + 1
loop

opline = commandinfo(CMD_INFO_CUSTOM_OBJ)
insert into freegraphic (obj) values (opline)
Commit table freegraphic

end sub

If you have any questions just E-mail me


Date sent:  Fri, 30 Jun 2000 12:57:10 +0530
From:   Anish Kumar P <[EMAIL PROTECTED]>
To: MapInfo List <[EMAIL PROTECTED]>
Subject:MI :Create region using Custom Tool

> Hi List
> 
> I would like to create a buttonpad with a toolbutton using which user
> can create/draw region. Any help on this will be appreciated.
> 
> Thanks in advance
> 
> Kumar
> 
> 
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]


**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI updating objects

2000-06-16 Thread Danny Irwin

Jennifer,

Thanks for the advice, I've already had some other people working 
along the same lines.  My problem is that we have is that the user 
has to select the table they wish to import, so the table name, 
column numbers and names are variable.

I've constructed a table which shows each table and their column 
names, and am trying to reference this table in order to construct 
the list of columns to pull out into the SQL, but unfortunately it 
doesn't seem to like this idea.

Any suggestions would be appreciated.


**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI updating objects

2000-06-15 Thread Danny Irwin

Dear users,

I have a problem of some complexity that I am hoping somebody can 
shed some light on.

I have two tables, one a native mapinfo table and the other an 
imported access table.  Both tables have identical columns, except 
that the access table has had (a) changes made to some of the records 
and (b) do not contain any objects.

What I am trying to do is update the imported table by inserting the 
objects from the native mapinfo table.  My solution was to loop 
through each record in the native table and store the id and object 
as variables, then select the appropriate record from the imported 
table based on the id and update the object field with the object 
variable.  The problem I suffer at the moment is that the update 
command refuses to accept the object variable.

If anyone has any ideas or solutions I would be very grateful.


**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI REversing line direction

2000-06-05 Thread Danny Irwin

To all listers,

Thanks very much for your response regarding line direction reversal, 
it seems that there was an *.mbx already downloadable from the 
mapinfo-l ftp site.

Daniel Irwin
**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI reversing line direction

2000-06-02 Thread Danny Irwin

Hi,

I was wondering if anyone knew of a method by which lines could have 
their directions reversed? Help on this one would be much 
appreciated.


**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI Workspace Prob...

2000-05-19 Thread Danny Irwin

Andre,

I do not thinks that this is a problem with the virus, not affecting 
the workspace anyway.  If you can open your workspace in a text 
editor of some variety, goto the line represented by the number in 
the error message (36 in this case).  It sounds like it is trying to 
do something with one of your tables, using a column called ID.  
Dependant on what it is doing, either delete or modify this line and 
try running the workspace again.

Dan
**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI polylines

2000-02-25 Thread Danny Irwin

Hi there.

I am currently trying to create a custom polyline construction 
button which will only draw a specific style of line in a specific 
table.  However, I am having some problems with the drawing tool 
itself in that it requires me to draw a line once and only then will it 
execute the style and edit settings.

Does anyone have any experience with drawing user defined 
polylines and if so, how did you get around it.  Any help would be 
greatly appreciated.

Dan
**
Traffic Director for London

This email and any files transmitted with it are private and 
intended solely for the use of the individual or entity to whom they   
are addressed.

This email does not constitute a commitment by TDfL.
**
Traffic Director for London
College House, Great Peter Street, London SW1P 3LN
Tel: 0207 222 4545  FAX: 0207 976 8640
**
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]