steven
08-08-2006, 06:27 AM
hello
I need some help, please :)
When i generate a TXT file, the file is generate always whit the same name, in this case MyFile.txt, what i would like to do is when i push the button that i can define the name of the file to save. Is it possible to create?
Text1a = Paragraph.GetText("Paragraph1");
Input1a = Input.GetText("Input1");
-- Table--
Result = {Text1a, Input1a}
-- create text File --
TextFile.WriteFromTable("C:\\MyFile.txt", Result, false);
-- how to make appear a save as window?? ---
tanks :yes
I need some help, please :)
When i generate a TXT file, the file is generate always whit the same name, in this case MyFile.txt, what i would like to do is when i push the button that i can define the name of the file to save. Is it possible to create?
Text1a = Paragraph.GetText("Paragraph1");
Input1a = Input.GetText("Input1");
-- Table--
Result = {Text1a, Input1a}
-- create text File --
TextFile.WriteFromTable("C:\\MyFile.txt", Result, false);
-- how to make appear a save as window?? ---
tanks :yes