Search found 1 match

by harald.hogestol
Mon Feb 12, 2018 9:50 am
Forum: ActiveX
Topic: How to access tool properties with Powerbuilder
Replies: 1
Views: 10446

How to access tool properties with Powerbuilder

Hi! I am having trouble accessing propperties for SeriesBandTool from Powerbuilder. This code works fine: integer li_tool li_tool = this.object.tools.add(23) this.object.tools.items(li_tool).active = true But when I try to access the series property: this.object.tools.items(li_tool).series = this.ob...