Re: MI Mapbasic Create table statement

2000-09-21 Thread steph Morel
Hi Dan you can also use "run command mycommand" where mycommand is a string like that : Dim mycommand as String mycommand = "Create Table"+chr$(34)+ "mynewtablename"+chr$(34)+"(field1 Char(10)) file"+chr$(34)+ "c:\temp\mynewtablename.TAB"+chr$(34)+" TYPE NATIVE Charset+chr$(34)+ "WindowsLatin1"+c

MI Re:

2000-09-13 Thread steph Morel
Hi Alex It seems to me that it comes from the bounds clause of your coord sys. If the boudaries of map are to small and if you want to store locations outside those boundaries,the points you want to create are store at the same place (Heap of points). There is two ways to solve your problem :

Re: MI Graticlues

2000-09-12 Thread steph Morel
Hi you can download a small mapbasic program on this site : http://www.total.net/~rparis/gisprogsys.htm#layout It work fine regards stephane > [EMAIL PROTECTED] a écrit : > > Dear List, > Is it possible to generate graticule 'tic points' to include in a > MapInfo layout? > I have tried many o

Re: MI Updating columns in Mapbasic

2000-09-08 Thread steph Morel
Hi Jim I think you can try this : select * from mytable where mycriteria > 15 into anothertable update anothertable set myfield2 = myfield1*myfield3 Those lines will append the column _col2 in my table Hope it could help you stephane > Jim Wilson a écrit : > > Hi all, > > I'm (slowly) learn

Re: MI Run application

2000-09-07 Thread steph Morel
Hi Milo look at this I hope it will help you stephane Purpose Runs a MapBasic application or adds a MapInfo workspace. Syntax Run Application file file is the name of an application file or a workspace file Description The Run Application statement runs a MapBasic application or lo

Re: MI limit on file size

2000-09-07 Thread steph Morel
hi Amanda I saw this in the thread above: "The limitation to the size of a table in MapInfo is 2 billion rows and a 4096 byte record length in each row." I hope it could help you regards stephane > [EMAIL PROTECTED] a écrit : > > Hi > > Does anyone know if there is a file size limit on MI tabl

MI ole and menu bar

2000-08-22 Thread steph Morel
Hi I'm trying to set up an application using delphi 4 and OLE. I would like to have a mapinfo menu bar in my application but I don't know exactly what I must do. I have looked in the discussion group but I can't find anything that can help me If someone can help me with !! Excuse me for my french