Hi Richard and Walt,
The folder that I need to read contains files that contain logging information about processes that run in batch oriented applications - fetch records and send email. When the application starts up it creates a text file called "inprocess.txt". This is so that another process ...
Search found 16 matches
- Wed Aug 13, 2014 7:08 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to get date and time from a file
- Replies: 11
- Views: 15297
- Wed Aug 13, 2014 3:37 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to get date and time from a file
- Replies: 11
- Views: 15297
Re: How to get date and time from a file
Hi Richard,
On my Win7 computer, it takes 30 seconds just to process the script line "put the detailed files into tFiles".
Here's the script:
command StartProcess pFolder, pFilename
put the defaultFolder into defFolder
set the defaultFolder to pFolder
put the detailed files into tFiles ...
On my Win7 computer, it takes 30 seconds just to process the script line "put the detailed files into tFiles".
Here's the script:
command StartProcess pFolder, pFilename
put the defaultFolder into defFolder
set the defaultFolder to pFolder
put the detailed files into tFiles ...
- Wed Aug 13, 2014 3:22 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to get date and time from a file
- Replies: 11
- Views: 15297
Re: How to get date and time from a file
Hi Craig,
I'm not sure how to get the modified date and time of the file from your suggestion of using "read from file".
Can you please elaborate?
Thanx,
Mark Stuart
I'm not sure how to get the modified date and time of the file from your suggestion of using "read from file".
Can you please elaborate?
Thanx,
Mark Stuart
- Tue Aug 12, 2014 11:10 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to get date and time from a file
- Replies: 11
- Views: 15297
How to get date and time from a file
Hi all,
I need to get the modified date and time from a file that resides in a folder with thousands of files.
Using the "detailed files" is way too slow as it has to get all the files.
So is there a direct way, with the path and file name, to get the information from the file?
Thanx,
Mark Stuart
I need to get the modified date and time from a file that resides in a folder with thousands of files.
Using the "detailed files" is way too slow as it has to get all the files.
So is there a direct way, with the path and file name, to get the information from the file?
Thanx,
Mark Stuart
- Mon Apr 21, 2014 4:48 pm
- Forum: Off-Topic
- Topic: listserv integration in forum
- Replies: 6
- Views: 8648
Re: listserv integration in forum
I failed in posting the application ZIP file, because the attachment max file size is 256KB on this forum, and I don't have a web site for you to download it from.
You can email me offline and I can email the ZIP file that way.
I have both WIN and OSX Intel versions available. Let me know which ...
You can email me offline and I can email the ZIP file that way.
I have both WIN and OSX Intel versions available. Let me know which ...
- Mon Apr 21, 2014 3:46 pm
- Forum: Off-Topic
- Topic: listserv integration in forum
- Replies: 6
- Views: 8648
Re: listserv integration in forum
How about something like this that I put together a few years ago, and I use it daily. But it only reads the mail list.
Mark
Mark
- Thu Aug 20, 2009 9:10 pm
- Forum: Databases
- Topic: Coding a dynamic database
- Replies: 3
- Views: 5351
re: Coding a dynamic database
Hi Michael,
If you need a tool to manage a SQLITE database, and if you have FireFox, check FireFox's Add in manager and search for SQLite Manager, it's free.
This is what I've been using recently.
After using the manager interface, it displays the CREATE DATABASE, CREATE TABLE, and CREATE INDEX ...
If you need a tool to manage a SQLITE database, and if you have FireFox, check FireFox's Add in manager and search for SQLite Manager, it's free.
This is what I've been using recently.
After using the manager interface, it displays the CREATE DATABASE, CREATE TABLE, and CREATE INDEX ...
- Thu Jul 31, 2008 10:04 pm
- Forum: Multimedia
- Topic: setting the brushColor to transparent color
- Replies: 9
- Views: 12581
- Wed Jul 30, 2008 2:27 am
- Forum: Multimedia
- Topic: setting the brushColor to transparent color
- Replies: 9
- Views: 12581
- Tue Jul 29, 2008 10:42 pm
- Forum: Multimedia
- Topic: setting the brushColor to transparent color
- Replies: 9
- Views: 12581
- Tue Jul 29, 2008 5:59 pm
- Forum: Multimedia
- Topic: setting the brushColor to transparent color
- Replies: 9
- Views: 12581
re: setting the brushColor to transparent color
Ouch!
Danke Klaus.
I'll submit an enhancement request.
Danke Klaus.
I'll submit an enhancement request.
- Tue Jul 29, 2008 4:25 pm
- Forum: Multimedia
- Topic: setting the brushColor to transparent color
- Replies: 9
- Views: 12581
setting the brushColor to transparent color
Hi all,
I posted this question on the rev-list and got no answer as yet. So here goes.
Can the brushColor have a transparency to it?
eg: in my application, the user can import a snapshot and then with a click of a button, set the tool to a brush and then pick a color (yellow) to hilite part of the ...
I posted this question on the rev-list and got no answer as yet. So here goes.
Can the brushColor have a transparency to it?
eg: in my application, the user can import a snapshot and then with a click of a button, set the tool to a brush and then pick a color (yellow) to hilite part of the ...
- Sat Oct 27, 2007 4:59 am
- Forum: Feature Proposals
- Topic: More conveniant label editing
- Replies: 2
- Views: 4411
Editing the text property of a Text Control
How about if you just hit the Enter key (while the control is selected) and the control goes into edit mode to edit the Contents of the control. Once you are done editing the control, just press Enter again, and you're done.
Now if you need to add a new line while in edit mode, hit Shift+Enter keys ...
Now if you need to add a new line while in edit mode, hit Shift+Enter keys ...
- Mon May 15, 2006 9:09 pm
- Forum: Databases
- Topic: Importing Text, Excel style
- Replies: 3
- Views: 8284
- Mon May 15, 2006 3:52 pm
- Forum: Databases
- Topic: Importing Text, Excel style
- Replies: 3
- Views: 8284
Importing Text, Excel style
Hi all,
I have a columnar formatted text file that I'd like to "import" into a SQL
database, using RunRev on WinXP.
I'd like the RunRev program to have features similar to Excel's Text Import
Wizard:
- open file dialog
- raw display of first 100 or so lines of chosen text file
- allow user to ...
I have a columnar formatted text file that I'd like to "import" into a SQL
database, using RunRev on WinXP.
I'd like the RunRev program to have features similar to Excel's Text Import
Wizard:
- open file dialog
- raw display of first 100 or so lines of chosen text file
- allow user to ...