Subject Re: Direct copy instead of ftp
From Mervyn Bick <invalid@invalid.invalid>
Date Thu, 29 Sep 2016 07:16:49 +0200
Newsgroups dbase.getting-started

On 28-Sep-16 11:26 PM, Ken Mayer wrote:

> Hmm. When you drop a fresh version of the control on a form, compare these:
>
> this.FTPCONTROL = new ACTIVEX(this)
>    with (this.FTPCONTROL)
>       height = 28.0
>       left = 751.0
>       top = 2.0
>       width = 28.0
>       state = "BBBLBBBBPGBDBBBBPGBDBBBB"
>       classId = "{55DB287E-3C1E-45AE-8244-9D4A8E264407}"
>    endwith
>
> Maybe the state or classID don't match ...?
>
> Ken
>


On a new form (and in the example form) state and class match these values.

I wonder if I need some sort of entry in plus.ini?

Mervyn.