Hello everyone,
I'm trying to unpack a Tab control reference from a Typedef, but I get the following message when I put the probe after the unbundle:
Not A Refnum
Refnum (in hex): 0x00000000
The direct reference gives the following value on the probe and it works:
Class name: TabControl
Control label: Tab
Refnum (in hex): 0xED0007DE
Owning VI: Untitled 5
The procedure I follow to create the typedef is the following:
- Create the reference from the tab control
- Create the TabInfo cluster and instert the reference created to the cluster
- Insert the cluster in de Data cluster
I don't know what is happening, my Labview version is 2021 SP1. Could anyone help me, please??