RE: MI-L Load MapInfo from a browser

2002-12-11 Thread HENROTAY PIERRE
Rob, I presume that this question is in the context of Integrated Mapping. If so, hereby some hints for VC++; there are probably other ways as well. For point... 2. use GetActiveObject on clsid "MapInfo.Application", then AttachDispatch (instance was already started) if not successfull, use Cre

RE: MI-L DLLs and MapBasic: calling convention ? (2)

2002-12-04 Thread HENROTAY PIERRE
c > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 1:47 PM > To: HENROTAY PIERRE > Cc: [EMAIL PROTECTED] > Subject: SV: MI-L DLLs and MapBasic: calling convention ? (2) > > Pierre - > >

MI-L DLLs and MapBasic: calling convention ? (2)

2002-12-04 Thread HENROTAY PIERRE
I was asking recently the following question (thanks to Warren Vick and Bo Thomsen for their input !) "I am creating DLLs in VC++, to be called from MB. By default, the argument uses the __cdecl argument passing convention (caller pops the stack). Is this OK or should I use __stdcall (the Pasca

MI-L DLLs and MapBasic: calling convention ?

2002-12-03 Thread HENROTAY PIERRE
I am creating DLLs in VC++, to be called from MB. By default, the argument uses the __cdecl argument passing convention (caller pops the stack). Is this OK or should I use __stdcall (the Pascal convention, called function pops the stack). I have examples for both but am not certain of the result.

MI-L Problem determining the bounding rectangle with TableInfo

2001-07-16 Thread HENROTAY PIERRE
I am using MI 6.0 and experiencing a problem in determining the bounding rectangle for a file. My file is a raster image: it is a TIFF file, 6.49x8.27 in, 300 dpi, 1948x2480 pixels; its TAB file is displayed hereunder: !table !version 300 !charset WindowsLatin1 Definition Table File "075.tif"

MI-L Cylindrical Equal Distant projection

2001-06-29 Thread HENROTAY PIERRE
Does someone know about the "Cylindrical Equal Distant" projection ? Is it supported in MapInfo ? I found this refered to in German publications and I am wondering what is behind this denomination. The parameters are supposed to be central meridian, latitude of true scale and parallel of origin

MI-L MI - seamless tables in batch mode ?

2001-04-27 Thread HENROTAY PIERRE
I have several hundreds of files that I would like to assemble into different seamless tables. I am looking for a non-interactive way (that is, not using the seamless manager tool) to do this. The customer has no access to MapBasic either. I looked for a MID/MIF file approach but I miss the last

RE: MI-L Snap mode

2001-04-27 Thread HENROTAY PIERRE
English version uses the S key French version uses the F key Pierre > -Original Message- > From: Trinh Anh Duc [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 10:26 AM > To: [EMAIL PROTECTED] > Subject: MI-L Snap mode > > Dear all, > > I just get used to MapInfo. My probl

RE: MI-L

2001-04-16 Thread HENROTAY PIERRE
Neal, The MapBasic help file provides a simple example: Dim s_filename As String s_filename = FileOpenDlg("","","TAB","Open Table") Your code is - I suspect - overriding the MB built-in function with a no-operation function Pierre > -Original Message- > From: Niemiec, Neal [SMTP:[EMA

RE: MI-L DBMS linked tables/ Do they refresh automatically when they are opened or do you have to manually do it by the menu or toolbar commands?

2001-04-04 Thread HENROTAY PIERRE
Seems normal to me for linked tables; or did you mean live tables (without cache) ? Pierre > -Original Message- > From: Jerry Sloan [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 9:37 PM > To: '[EMAIL PROTECTED]' > Subject: MI-L DBMS linked tables/ Do they refresh autom

MI-L FW: MI 6, live ODBC tables and dynamic joins (2)

2001-03-14 Thread HENROTAY PIERRE
> I experience problems using MI 6.0 and accessing Oracle 8i tables via ODBC. It >appears that modifications made on the Oracle side are not taken into account for >Dynamic Table Update in MapInfo. > > The situation can be reproduced with the following: > - a STATES.TAB has one column STATE (

MI-L Error when uploading a table to Oracle database

2001-03-14 Thread HENROTAY PIERRE
I just installed the patch for MI 6.0.0.32 and try to upload a table to an Oracle database. I run MIUPLOAD.MBX (the new version, corresponding to 6.0.0.32) with a mappable table. The only checkbox is "Upload Recno" (I do not need map data, just alphanumerics). The result is: miupload.mb: 905 Vari

MI-L MI 6, live ODBC tables and dynamic joins

2001-03-03 Thread HENROTAY PIERRE
I experience problems using MI 6.0 and accessing Oracle 8i tables via ODBC. It appears that modifications made on the Oracle side are not taken into account for Dynamic Table Update in MapInfo. The situation can be reproduced with the following: - a STATES.TAB has one column STATE (indexed) an

MI-L MI- how to access the mapXtreme Java discussion area ?

2000-11-07 Thread HENROTAY PIERRE
Obviously, MapInfo redesigned their web site these last days. Anyone being able to access the MapXtreme Java Edition Discussion Area since the changes ? Of course, I have the Passport. Pierre Henrotay Project Manager Siemens Business Services Major Projects Tel. ++ 32 81 559 687 Mob. ++ 32 477

RE: MI-L Creating MapInfo Map Catalog

2000-10-07 Thread HENROTAY PIERRE
The following should work for Oracle: create user MAPINFO, granted RESOURCE,CONNECT then CREATE TABLE MAPINFO.MAPINFO_MAPCATALOG ( SPATIALTYPE NUMBER, TABLENAME VARCHAR2(32), OWNERNAME VARCHAR2(32), SPATIALCOLUMN VARCHAR2(32), DB_X_LL NUMBER, DB_Y_LL NUMBER,