04-15-2009 04:02 PM
Hi,
After updating UIR panel controls originally created in CVI 5.5 from 'classic style' to the new UIR styles offered in CVI 7.1, function calls that modify the contents of text boxes now cause a non-fatal error (-74 - control passed is not a textbox). The controls are on tabs created with EasyTab and the panel handles created by EasyTab are used in the function calls to modify the text boxes. The source code hasn't been changed - just the UIR file (and its header file). In particluar, I routinely use the ResetTextBox function to overwrite text with a new string. Other than reverting to the 'classic style' for UIR text boxes, are there any other solutions?
Many thanks,
John.
04-15-2009 04:53 PM
04-15-2009 04:59 PM
Thanks Roberto,
I will give this a try.
John.