Code Comments
Programming Forum and web based access to our favorite programming groups.Friends, I using C5 in my application. I want my tps file was backup in any place/folder that we can choose.How to make a simple program to save that ? I want the directory to save is variable. It means, the user can save it in where he wants. Like save to C: D: or F:\backup Thanks in advance Erwin
Post Follow-up to this messageYou're probably best off saving the information in an INI file. Look at PUTINI and GETINI. Either use a global variable as the NAME() attribute of your backup files and make sure that variable is "primed" (from the ini information) before any OPEN, or use PROP:Name to set it (again before you open it). Erwin wrote: > Friends, > > I using C5 in my application. I want my tps file was backup in any > place/folder that we can choose.How to make a simple program to save > that ? > I want the directory to save is variable. It means, the user can save > it in where he wants. > Like save to C: D: or F:\backup > > Thanks in advance > Erwin
Post Follow-up to this messageJonWat wrote: > You're probably best off saving the information in an INI file. Look at > PUTINI and GETINI. Either use a global variable as the NAME() attribute > of your backup files and make sure that variable is "primed" (from the > ini information) before any OPEN, or use PROP:Name to set it (again > before you open it). > Jon, I still new in Clarion. And I usually using standalone exe application. so I am really not understand to using INI file this time. Maybe you have simple methode, like Click a button of backup, then we can choice where to save. Thank You Erwin
Post Follow-up to this messageLook at Filedialog in the help file. This will allow the user to browse the directory tree and select a subdirectory. Ron "Erwin" <surat2@gmail.com> wrote in message news:1159420605.583340.65510@b28g2000cwb.googlegroups.com... > > JonWat wrote: > > Jon, > > I still new in Clarion. And I usually using standalone exe application. > so I am really not understand to using INI file this time. > Maybe you have simple methode, like Click a button of backup, then we > can choice where to save. > > Thank You > Erwin >
Post Follow-up to this messageRon Sullinger wrote: > Look at Filedialog in the help file. This will allow the user to browse t he > directory tree and select a subdirectory. > I will try to understand it. You have DasSecurity for C5 ? I look for this FREE version, but did not found it Thank you Erwin
Post Follow-up to this messagetry using other methods such as using formula. I usually created temporary file using a formula btw where are you located anyway ? Erwin wrote: > Ron Sullinger wrote: > > I will try to understand it. > You have DasSecurity for C5 ? > I look for this FREE version, but did not found it > > > Thank you > Erwin
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.