|
|
|
| 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
| |
| JonWat 2006-09-26, 6:55 pm |
| 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).
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
| |
|
|
JonWat 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
| |
| Ron Sullinger 2006-09-28, 6:55 pm |
| Look 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
>
| |
|
|
Ron Sullinger wrote:
> Look at Filedialog in the help file. This will allow the user to browse the
> 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
| |
| arnold.latumanuwy@gmail.com 2006-10-12, 6:55 pm |
| try 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
|
|
|
|