Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error in data declaration

Former Member
0 Likes
795

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.

4 REPLIES 4
Read only

Former Member
0 Likes
669

Can you show your code?

Regards,

Atish

Read only

Former Member
0 Likes
669

Hi,

Please post the code what u have writen?

Regards,

Chandru

Read only

vinod_vemuru2
Active Contributor
0 Likes
669

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.

Read only

Former Member
0 Likes
669

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