MI-L Date Stamp

2002-01-30 Thread Morrier, Steve
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. Hi all, Is there a way to put a modification date stamp on a row after it has been editted? I work with large street files and would like to have an automatic

MI-L date stamp

2002-11-07 Thread Windeler, David
I was wondering if it is possible to retrieve the date portion of the file's date stamp? I wish to do this within a MapBasic application which reads a bunch of information from a table. To complete my program I need to find a way to read the time stamp that is created when the file is first made. H

Re: MI-L Date Stamp

2002-01-30 Thread Patrick Palmier
/PDU/index.htm - Original Message - From: "Morrier, Steve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 3:17 PM Subject: MI-L Date Stamp > This message is in MIME format. Since your mail reader does not understand > this format,

RE: MI-L date stamp

2002-11-08 Thread BVT
Print "The file was modified on " + str$(thetime.wMonth) + "-" + str$(thetime.wDay)+ "-" + str$(thetime.wYear) ' Close the file to free up resources. retval = CloseHandle(hFile) end sub ********* It's modified f

RE: Re: MI-L Date Stamp

2002-01-30 Thread PEM
Til:"MapInfo-L" <[EMAIL PROTECTED]> Sendt af:cc: [EMAIL PROTECTED]Vedr.: Re: MI-L Date Stamp