darpan
25th May 2005, 08:46
Dear All

Please clarify my point in the session "Generate Sales Order" it asks whethe to copy contract text or not....

How that works ... is there any AFS Working behind b'coz thru table updation i have done similar sort of things but could'nt update the form field which shows the presence of the Text in the last form.

Regards & Thanks
Darpan Bhansali
91-9312491353
darpan13@gmail.com

csecgn
25th May 2005, 11:28
Hi darpan,

the texts are copied by a 4GL command (text.copy(...), look i.e. at the wiki for more details) inside the program script. The formfield is only a dipslay field and depends from the variable tdsls040.txt?. If there is a text attached to the order, the tablefield tdsls040.txt? is filled with the textnumber and > 0. In this case the variable is set to tcyesno.yes, if not it is set to tcyesno.no. All vars that displays if there is a text in the order, orderline,... I know are working the same way.

Regards
csecgn