DonChild
(Fresh Scripter)
2021-06-18 04:14 AM
What does this BTT error mean?

Hi,

When trying to get an instance of the Forms object in VBScript,

 Code:
Set oKix = CreateObject("Kixforms.System")




, I'm getting an error

Activex component can't create object
'Kixforms.System'

This operation is not supported with BTT enabled.

There are some references to 'BTT' around the web. But I can't find anything that seems relevant to this operation.


Arend_
(MM club member)
2021-06-20 04:52 PM
Re: What does this BTT error mean?

It seems the original error code is STATUS_NOT_SUPPORTED_WITH_BTT or 0xC00004B5L
Coming from ntstatus.h

Might have something to do with this


Arend_
(MM club member)
2021-06-20 04:59 PM
Re: What does this BTT error mean?

Seems to be some kind of deprication of VBScript in the latets builds of Windows 10

DonChild
(Fresh Scripter)
2021-07-08 08:11 PM
Re: What does this BTT error mean?

Thanks, Arend. It looks like there's nothing we can do about it.

Maybe we can try using JScript instead.
 Originally Posted By: Arend_
Seems to be some kind of deprication of VBScript in the latets builds of Windows 10


AllenAdministrator
(KiX Supporter)
2021-07-09 01:19 AM
Re: What does this BTT error mean?

Kixtart and VBScript are very similar, but in my humble opinion, Kixtart is way better and easier to use. I'd certainly consider it over jscript.

AllenAdministrator
(KiX Supporter)
2021-07-09 01:20 AM
Re: What does this BTT error mean?

I can't say he will respond or not, but I did send an email to the author of Kixforms to see if he could take a look at your problem.

DonChild
(Fresh Scripter)
2021-07-19 04:01 AM
Re: What does this BTT error mean?

Thanks, Allen.

I meant, using JScript to to access the KixForms object, instead of VBSCript. But now that you mention it, I haven't actually tried using Kixtart to do it.

But it would be nice if KixForms could be used to get past VBSCript's limitations of not having any native form objects, aside from Input boxes and File dialogs.