07-03-2006 10:26 AM
-14 | Value is invalid or out of range. |
07-03-2006 10:59 AM
The obvious questions for us is what values did you use for PanleHandle and stateIndex on each of your calls?
Were they in the same block of code for visibility purposes (or global)?
Show us how you used these, and it may be easier to help you.
07-04-2006 07:57 AM - edited 07-04-2006 07:57 AM
Message Edité par Dreamtea le 07-04-2006 07:59 AM
07-05-2006 08:17 AM
I put the same (or very similar) code into my project and it works just fine. So the error must be something local to your application.
My advice, then, would be to make sure that file_CfgAnaly gets created in the first place.
After that, I would run debugger and check the value of panelanaly after you load it but before you recall it.
Given none of those work, I would ask why you are discarding the panel and not just using the HidePanel command.
Sorry I can't be of more help than this.
07-12-2006 06:24 AM