U u2005k Member Licensed User Longtime User Jun 4, 2015 #1 Hi, I am getting compilation error as shown in the attached file. Error Description (Current Declaration Does not match previous one). I have declared Cursor type variable in process global and trying to use it in another activity. Thanks a lot. Attachments Compilation Error.PNG 10.8 KB · Views: 317
Hi, I am getting compilation error as shown in the attached file. Error Description (Current Declaration Does not match previous one). I have declared Cursor type variable in process global and trying to use it in another activity. Thanks a lot.
DonManfred Expert Licensed User Longtime User Jun 4, 2015 #2 You are using the name for a collagelist and now you are using the same name for a cursor. Upvote 0
U u2005k Member Licensed User Longtime User Jun 4, 2015 #3 Hi Don, Thanks a lot, there was no other variable with same name but I had same name given to activity. I changed it and it worked. Regards... Uday Upvote 0
Hi Don, Thanks a lot, there was no other variable with same name but I had same name given to activity. I changed it and it worked. Regards... Uday