Hello,
I’ve got a problem to get the Type of a rapid data:
This line is working:
_varTypeUser = _controller.Rapid.GetRapidData(“BRI_Basic”, “BRI_UserTypeSetup”, “DS_Edit_Loadpos”);
but this not (is every time null):
_typeTypeUser = _controller.Rapid.GetRapidDataType(“BRI_Basic”, “BRI_UserTypeSetup”, “DS_Edit_Loadpos”);
Declaration in RAPID:
PERS num DS_Edit_Loadpos;
What is the fault? Please help!
I use RW 5.13.0225 + VS2008
granale