Forum Discussion
HKosova
Alumni
14 years agoHi Tanveer,
Try using the aqObject.GetPropertyValue method to get the property values whose names contain special characters:
Does it work this way?
Try using the aqObject.GetPropertyValue method to get the property values whose names contain special characters:
Set dataProvider = firefox.pageZapTraderAdvertisers.objectZaptrader.aptraderZaptrader0.mainbodyMainbody67.chart1.dividedboxHdividedbox967.bodypanelBodypanel1018.trendreportviewTrendReport.columnchartColumn.ColumnSeries("bar").FlexObject.dataProvider
value = aqObject.GetPropertyValue(dataProvider.item(0), "*%bids")
MsgBox value
Does it work this way?