Anders Björk Posted January 21, 2009 Report Share Posted January 21, 2009 Hi I have an activex variant that gives this type of data (which I have get by a calling IProjectData): A pointer to IProjectData in which the data matrix contains: First dimension of the variant = number of observations in the model Second dimension of the variant = number of components in the model+1 (the 0 component). I have tried different ways to get the data out from the variant, making an array of cluster among other tested approaches. Have any of you some suggestions what to do? Some of the objects that I can get through IProjectdata are matrixes (with numerics) no problem with them only with those mentioned above. Quote Link to comment
torekp Posted January 22, 2009 Report Share Posted January 22, 2009 QUOTE (Anders Björk @ Jan 20 2009, 05:40 PM) I have an activex variant that gives this type of data (which I have get by a calling IProjectData):A pointer to IProjectData in which the data matrix contains: First dimension of the variant = number of observations in the model Second dimension of the variant = number of components in the model+1 (the 0 component). [...] A fix seems to be do not wire the type in Variant to data... I don't get it. If you still need a better fix, could you post a custom control, or something, which shows the data structure you're talking about? Maybe show us a variant where you've "made current value default", too? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.