I think only solition is using access or another database. Sorry..
Baro
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 9:40 PM
To: [EMAIL PROTECTED]
Subject: MI-L Record length limit
I'm trying to add a new field using the modif
How do i convert a MapInfo Tab file into a GDF file?
is there a utility or a converter available?
thanks
baris
try this link : http://astronomy.swin.edu.au/~pbourke/geometry/
Baris
sage-
From: Jacques Paris [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 11, 2003 5:14 PM
To: Baris Engin; MIL
Subject: RE: MI-L Disabling the DEL key to delete objects from the map
Your suggestion gives me the test for more info on the subject. Fist,
are you sure that EnableDelKey should call
This two procedures can help you.
procedure EnableDELKey;
begin
UnRegisterHotKey(Form1.Handle, $1);
end;
procedure DisableDELKey;
begin
RegisterHotKey(Form1.Handle, $1, 0, $2e);
end;
-Original Message-
From: Javier Espaqol [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 11, 2003 12:49
this command dosn't work:
add column yolorta (MyRowId) from yolorta set to RowId
any alternative way??