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

Script sub window not displaying for particular invoice

Former Member
0 Likes
496

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

2 REPLIES 2
Read only

Former Member
0 Likes
409

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

Read only

0 Likes
409

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..