Dear all ,
In my project I have used two panels .
Now when I am in the second Panel having a key press Event and getting its ASCII value I have called a user-defined function there I called
SetCtrlAAttribute(panel,....,.....,....) ; . Where panel is second Panel .Now during run time I see NON FATAL ERROR "panel ,pop-up or menu bar handle is invalid ".
But if I replace panel by panelHandle that is Panel one then in run time there is no such error .But I need to use second panel in my application . Plz reply what to do now ?
subrata