Re: [MI-L] concurrent licensing for MIPro

2005-12-28 Thread David Baker
On 29 Dec 2005 at 11:47, Alistair Hart <[EMAIL PROTECTED]> wrote: > Has anyone ever heard of a concurrent licensing deal being struck between an > organisation and MI before?? We were just looking for a cheaper way to implement a large (for us) system and asked about Runtimes &/or some sort of

[MI-L] concurrent licensing for MIPro

2005-12-28 Thread Alistair Hart
Hi Folks, Has anyone ever heard of a concurrent licensing deal being struck between an organisation and MI before?? As an interim step between adhoc use of MapInfo and a full blown enterprise solution, I'd like to negotiate with MI a concurrent license where we may install MI locally on more

RE: [MI-L] MapBasic Label Clause - Problems using variables as Positionand Offset

2005-12-28 Thread Peter Horsbøll Møller
"Mange tak", seems as more people than expected can speak Danish ;-) You are most welcome, Peter Horsbøll Møller GIS Developer, MTM Geographical Information & IT COWI A/S Odensevej 95 DK-5260 Odense S. Denmark Tel +45 6311 4900 Direct +45 6311 4908 Mob +45 5156 1045 Fax

RE: [MI-L] MapBasic Label Clause - Problems using variables as Positionand Offset

2005-12-28 Thread Mike Jenne
Peter, I tried your solution, and it worked well. Mange tak! Mike Jenne -Original Message- From: Peter Horsbøll Møller [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 3:29 PM To: Mike Jenne; MapInfo-L@lists.directionsmag.com Subject: RE: [MI-L] MapBasic Label Cl

RE: [MI-L] MapBasic Label Clause - Problems using variables as Positionand Offset

2005-12-28 Thread Peter Horsbøll Møller
Mike, I would recommend that you built your Set Map command using a command string: sCommand = "Set Map Window " & MAP1 & " Layer " & S_OPEN_NAME & " Display Graphic"

[MI-L] MapBasic Label Clause - Problems using variables as Position and Offset

2005-12-28 Thread Mike Jenne
Afternoon (here in the States, anyway) all! I've run into a slight problem writing MapBasic code. In Set Map, I'm trying to use variables for the Position and Offset portions of the Label clause. A sample of this code is below. The intent of this piece of code is to extract values (pertainin

RE: [MI-L] new printer

2005-12-28 Thread Peter Horsbøll Møller
Bob, No, it surely is no bug. It's exactly the way MapInfo works. Every window is assigned a certain printer, and if you have set MapInfo to store this information in workspaces, MapInfo does so. You can change this setting under Settings > Preferencens > Startup. To change these settings, and

RE: [MI-L] Help with Object Functions

2005-12-28 Thread Peter Horsbøll Møller
I think this would be the prober way: Include "MapBasic.def" '...Declare Sub etc Dim sTab As String, aObj As Alias, fMinX, fMinY, fMaxX, fMaxY As Float oCur As Object sTab = "ANYTABLENAME" aObj = sTab + ".OBJ" Set CoordSys Table sTab Fetch First From sTab Do Until

Re: [MI-L] new printer

2005-12-28 Thread Robert DeRubeis
That is the case, there are 6 map windows and 1 layout window. If I do a replace all "old printer name" with "new printer name" for every workspace, I remove all the old printer references. However, it does not take into account the margin settings for the different printers, so I would still ha

RE: [MI-L] Wandering Text Problem

2005-12-28 Thread Tim.Nuteson
In case anyone is interested in why, technically speaking, this 'wandering text' problem occurs, Eric Blasenheim explained it a few years ago. See below. Tim Nuteson Target [From Eric Blasenheim]: It is not entirely clear to me that all the recent questions on label plotting all relate to the s

[MI-L] new printer

2005-12-28 Thread Robert DeRubeis
List, We just got a new printer (HP 2800) to replace an old one that died (HP 2500). When I opened one workspace in notepad, I noticed it referenced the printer 7 times(see below), even though there is only one layout in the workspace. Is this a bug in MI Pro, that it keeps appending the follow

Re: [MI-L] Help with Object Functions

2005-12-28 Thread Mahtab Alam
I did this also though this doesn't give any compile error , it gives error at run time as argument is of invalid type. Actually I am trying to visit all the objects ( which in my case are all regions) of a perticular layer...so i am storing that layer's name in variable tabname and than trying to