01-10-2006 02:34 AM
01-10-2006 02:39 AM
Crystal, this kind of error is likely to happen when the control passed to the function is of incorrect type (e.g. you use SetCtrlVal (panel, control, "string") on a numeric control instead of a string control).
The most probable cause is that the panel handle is incorrect and points to a different panel from which you expect to. To fix this error check control ID and panel handle values.
01-10-2006 03:05 AM
01-10-2006 03:17 AM
Yes, I saw the message you are referring to but I cannot help you in this matter: I occasionally had this warning in my applications especially on array of structures, but after checking that each element of the array holds the correct values and that my program runs without problems in debug mode I gave no more importance to this and didn't look for an explanation.
Have you checked all the elements of the array? Do they contain valid values?
01-10-2006 04:03 AM
01-10-2006 04:46 AM
01-10-2006 04:55 AM
01-10-2006 05:19 AM
01-10-2006 05:33 AM