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

Program not copied properly

Former Member
0 Likes
544

Hi all.

I am working on a program....I made some changes the program it..but when we ran that program after first selection screen where we made some selection it is suppoesd to go to the other selection screen and in that selection there are few selection fields which are supposed to be filled by default as soon as we came to that screen but after modification we are not getting that. Although if I run the old program with the same variant I can see what is required.,,,Also when I just copied the old program into a new program and with ho changes i am having the same issue.

So can you please suggest what may be wrong.

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

did u copy all includes along with ur program.

3 REPLIES 3
Read only

Former Member
0 Likes
525

did u copy all includes along with ur program.

Read only

0 Likes
524

yes I did....

Read only

0 Likes
524

debug ur old program and new program both, step by step and if at any point program flow differs check for the values of variables at that point and coditions around that code, u probably can spot the error.

Actually its difficult to answer ur question in exact terms so u can probably try the above approach to get to ur solution

Edited by: kartik tarla on Jan 12, 2009 1:12 AM