‎2009 May 19 5:44 AM
Hi All,
I have a problem in interactive report, I copied a interactive list report program and I pasted in the new program. when I double click on first list display, it is not taking to the second list display whereas it is working fine in the old program which I copied.
Can anyone help me...
‎2009 May 19 5:46 AM
Hi Selva ,
Put a breakpoint on the AT line selection event and see how the program behaves.
Regards
Arun
‎2009 May 19 5:46 AM
Hi Selva ,
Put a breakpoint on the AT line selection event and see how the program behaves.
Regards
Arun
‎2009 May 19 5:57 AM
Hi, Selva
Before Double Click Switch On Debugger and try to Check in Both program where is difference, Hope you will be able to find problem, also check the copied problem that all the components are Active ?
Please Reply in case of any Issue,
Best Regards,
Faisal
‎2009 May 19 5:59 AM
Hello Selva,
When you copy a report from 1 to other, make sure that the PF-Status is re-declared in your copied program. When you copy a report, everything is copied except some like PF-STATUS, TEXT-SYMBOLS, etc.
Just check it out, hope you get solution.
Regards,
Zahack
‎2009 May 19 6:07 AM
Hi,
Check whether you have created the PF-STATUS or not. If you manually copy and paste the code then PF-STATUS will not be copied in to your program. You need to create the PF-STATUS by double clicking on it and maintain all the Fcodes releated to your program.
TO overcome form this you the copy functionality(Ctrl+F5) provided by system
‎2009 May 19 6:17 AM
Hi.
Please paste ur code of the old program.Have u copied all include and structures also with that program.
Please check it also. and also paste ur code.