RE: MI-L Update command and alias variables in mapbasic

2004-05-12 Thread Cummings, Mike
is "being seen" as a number instead of a string? -Original Message- From: Benjamin Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 12:43 AM To: [EMAIL PROTECTED] Subject: MI-L Update command and alias variables in mapbasic Hi all, I am having problems with the us

Re: MI-L Update command and alias variables in mapbasic

2004-05-12 Thread David Baker
On 12 May 2004 at 17:43, Benjamin Scott <[EMAIL PROTECTED]> wrote: > j = 6 > Temp1column = "COL(j)" > Update temp1 Set Temp1column = 9 Here's a snippet of how I use the COL info: For cownt = 1 to TableInfo(Targets, TAB_INFO_NCOLS) If UCase$(ColumnInfo(Targets, "Col" & Ltrim$(RTrim$(Str$(

MI-L Update command and alias variables in mapbasic

2004-05-12 Thread Benjamin Scott
Hi all, I am having problems with the use of variables to store column numbers when using the "update" command in a mapbasic script. I want to use a variable to provide the column number (so I can use a for loop to loop through columns). The code (as shown below in a very simplified format)

Re: MI-L Update Command

2004-01-21 Thread P. Srinivasan
vasan CertainTech, Inc. Sterling, Virginia, USA Web: http://www.certaintech.com Email: [EMAIL PROTECTED] - Original Message - From: "Lathrop, Travis C [SCS]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: January 21, 2004 1:26 PM Subject: MI-L Update Command How w

MI-L Update Command

2004-01-21 Thread Lathrop, Travis C [SCS]
How would I auto update a column numerically? Travis Lathrop Intercarrier Services 913-762-8064

MI-L Update Command

2001-09-28 Thread Ben Crane
Hi, I am creating a point feature on a map, and once I've done that I am prompting the user to enter info about that point. problem is, when the user enters the data and clicks ok, nothing happens, the update command doesn't enter the data. But wait...there's more...when the user clicks to add an

RE: MI-L Update command

2001-07-26 Thread Søren Breddam
ere's only one NOT OBJ record! regards Venlig hilsen Søren Breddam Teknisk Forvaltning Stevns Kommune Tlf. +45 5656 1891 > -Original Message- > From: Mark Lindberg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 9:20 PM > To: [EMAIL PROTECTED] > Subject:

Vedr.: MI-L Update command

2001-07-25 Thread PEM
Hi Mark, Well, if your last line looks as below (Northing=centroidy(obj)) and you are using the MapBasic window inside MapInfo Pro, then you will get an error. If this isn't the case, then try updating only one of the columns at a time. Maybe the spelling isn't correct ? Or maybe you have a si

MI-L Update command

2001-07-25 Thread Mark Lindberg
Hi there, I'm a neophyte at mapbasic and having a few problems. What I want to do is to update two columns "Easting" and "Northing". (I've created these fields in a table called "Soil_points_2001"). Here is a copy of the mapbasic code that I'm trying to run. Everything seems to work out okay