Indigo Rose Software
  #1  
Old 11-29-2007
DaSoulRed's Avatar
DaSoulRed DaSoulRed is offline
Forum Member
 
Join Date: Aug 2007
Posts: 234
Grin it is calling a txt file or it is creating a new one

Hi u all well i wose wondering if any one can tellme what exactly do this code.

it is calling a txt file or it is creating one

the question is where the path

can i add the txt file to the compilation

tCalPrint = SQLite.QueryToTable(db,"SELECT * FROM Cal");
for nRow = 1,tCalPrint.Rows do
sDate = tCalPrint.Data[nRow]["Date"]
sEvent = tCalPrint.Data[nRow]["Event"]
TextFile.WriteFromString(_TempFolder.."\\cal.txt", ""..sDate.."\r\n"..sEvent.."\r\n\r\n", true);
end
File.Print(_TempFolder.."\\cal.txt");
Application.Sleep(100);
File.Delete(_TempFolder.."\\cal.txt", false, false, false, nil);

thanks for the feedback
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to share custom buttons with the group? mwreyf1 AutoPlay Media Studio 6.0 10 09-03-2009 05:01 AM
http://yourfilelink.com - 50MB max upload, free! Intrigued General Chat 14 09-26-2006 09:44 AM
Error 3038: Could not seek in compressed file Rikard Setup Factory 7.0 Discussion 2 05-25-2006 12:55 PM
Can search allow manual browse even if file is found? RichardShaw Setup Factory 5.0 2 08-28-2000 07:08 PM
Install only into one of several directories with specific existing file? RichardShaw Setup Factory 5.0 0 08-17-2000 03:29 PM


All times are GMT -6. The time now is 06:54 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software