02-13-2007 10:06 AM
02-13-2007 10:45 AM
Oopp, I am wrote in-corrected, the error was
02-13-2007 11:07 AM
02-13-2007 11:08 AM - edited 02-13-2007 11:08 AM
This error happens when the data type that you pass to GetCtrlVal doesn't match the data type of the control.
In your case, I can tell that you are trying to get the value of the string, and passing a character array makes complete sense. But I also noticed that you are creating the string control in i_Panel, yet when you try to get the value, you are using i_NewPanel. So you are inadvertently referencing a different control, in a different panel, which is probably not a string.
Luis
Ah, well, it looks like you figured it out. Never mind
Message Edited by LuisG on 02-13-2007 11:09 AM