Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

VB API guide

I can't locate up to date API guide for VB script. I have old:

http://ftp.qliktech.com/Archive/Files/QlikView/Older%20unsupported%20versions/5.04.27.05%2B/Eng/Documentation/AutomationRef5.pdf

Which was old but only pdf version I could locate. It is quite good, but not up to date and missing example that BG setting for text box.

And newer QlikView document type API guide. But in those, I can't find out how to set background to text box, + some commands do not exist:

prop.Layout.TextAdjustHorisontal = 1

Example don't function in 9.0, I get:

"Object doesn't support this property or method: 'propT.Layout.TextAdjustHorisontal'"

Even this was mentioned in API Guide v9.00 (QlikView verions).

Is there more recent version from API guide?

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

I did locate some improvements to this.

Example correct text alignment was in Java Api guide:

textAdjustHorizontal

(first letter T was t in adjust example, with this change got VB example working from this part)

So seems Java guide is much more usable also with VB 🙂

I don't know why this is wrong in VB api guide. Maybe Java guide can be copied also to VB guide.

Thanks!

View solution in original post

1 Reply
Not applicable
Author

I did locate some improvements to this.

Example correct text alignment was in Java Api guide:

textAdjustHorizontal

(first letter T was t in adjust example, with this change got VB example working from this part)

So seems Java guide is much more usable also with VB 🙂

I don't know why this is wrong in VB api guide. Maybe Java guide can be copied also to VB guide.

Thanks!