‎2006 Jun 06 6:20 AM
Hi Experts,
I am facing problem in my invoice script.That is for some invoice the Script Write form Rstxc-Tdclose = X so it is directly coming out from the window after opening.
For two invoices only i am facing this problem.
Here that particular window is not displaying for some invoices.main window other windows are working fine.
Please,Give me some suggestions where the rstxc structure updated in write_form.
Regards,
Nandha
‎2006 Jun 06 6:58 AM
Hi Experts,
I am facing problem in my invoice script.That is for some invoice the Script Write form Rstxc-Tdclose = X so it is directly coming out from the window after opening.
For two invoices only i am facing this problem.
Here that particular window is not displaying for some invoices.main window other windows are working fine.
Please,Give me some suggestions where the rstxc structure updated in write_form.
Regards,
Nandha
‎2006 Jun 06 8:04 AM
Hi Nandha,
u can follow the below procedure to track down the issue..
put a breakpoint in the write_form that is getting affected. chk out the parameter within the write_form that u are passing...n if there is any variable that is passing this 'X' to ur write_form, then go to the program, do a search for this variable...u ll get to c the places where all this variable is being used. now track down where this variable is getting populated with "X" and why...
gotto work around...
hope it helps..