Hi,
I'm building a Desktop application that needs to list the Triggers for a document (qlikview v9 SR6) using the OCX. I've succefully listed all the triggers bound to fields. But when I get to list the documents triggers, the lists are always empty. I'm using the properties doc.GetProperties().OnOpenActionItems and doc.GetProperties().OnSelectionActionItems.
I'm assuming that OnOpenActionItems corresponds with the OnOpen option in the client and OnSelectionActionItems corresponds to OnAnySelect. I'm pretty sure the document I'm using have actions bound to those triggers.
Has anyone run into a similar issue?, Or am I using the wrong properties?
Thanks
-Arnulfo