Subject Re: Direct copy instead of ftp
From Mervyn Bick <invalid@invalid.invalid>
Date Wed, 28 Sep 2016 21:55:54 +0200
Newsgroups dbase.getting-started

On 28-Sep-16 9:17 PM, Ken Mayer wrote:

> I don't have multiple drives to test on, but try adding this into the
> form's onOpen event handler (around line 1188):
>
>       // see about localFolderControl's local drive issues:
>       oLocalFolder = form.localFolderControl.nativeObject
>       oLocalFolder.directory = set("dire")
>
> Does that solve that particular issue? Just wondering. I don't get an
> error when I do it ...

I tried doing just that and it didn't work for me.  I've now created
test forms in two different folders and each time the control has picked
up the working directory.  I have been able to change the control's
directory property without a problem.

I have no idea where the c:\ came from as it doesn't appear when I place
the control on a new form.

All it needs now is to persuade the socket control that I am licensed to
use it to FTP. :-)

Mervyn.