Scripting : About EverythingInterface object

Since v13.7.4:

Many thanks for this!

A small test looks solid. Congrats.

A minor issue, the version property returns 0. I didn't try with v1.4, though. Maybe that's the reason.

Also, is there a way to use Everything_IncRunCountFromFileName to increase the runcount for an item?
I tried using it with SendCmd() but it doesn't work.
Thanks.

Messages that require string parameters won't work with SendCmd(), only those that take an integer value. We've added dedicated methods for the run count stuff in 13.7.5.

1 Like

Hi, when will this interface support for VBScript? I get an error while use this interface
对象不支持此属性或方法: 'DOpus.Create.EverythingInterface' (0x800a01b6)

my code is like this,

Set et = DOpus.Create.EverythingInterface()

got it, my version is too old.