‎2008 Mar 05 3:03 PM
hi experts,
I declared some variables for container if u try to check for syntax errror it's giving variable already declared,
if we delete that varible it's saying variable unkown.
please give some solution for this,
thanks,
nag.
‎2008 Mar 05 3:04 PM
‎2008 Mar 05 5:11 PM
‎2008 Mar 06 6:10 AM
Hi,
Try to check the where used list of that variable with in your program. U will come to know where it was declared. That error might be because of inactive version of ur program.
Thanks,
Vinod.
‎2008 Mar 06 6:15 AM
Hi,
Yes that error is coming only becoz of inactive version of your program. Use the Where-Use list for this declared variable and check where it is used.
If not, try to use some other variable..this will solve all the problems.
Thanks,
Shamim