AsciiIO myFile; ---> ตัวแปร
myFile=new AsciiIO("c:\\sql.txt","w"); ----> ที่เก็บไฟล์ และชนิดของการเขียน W คือเขียนทับ
myfile.write("ข้อมูลที่ต้องการบันทึก"); ------> เช่น myfile.write(strfmt("%1%2",sqlInsert,sqlValue));
ตัวอย่าง ใน From :: LedgerJournalTransDaily ใน Button :: Send_To_S2
No comments:
Post a Comment