I took one new command button in sales order header form. i.e. form no. 42 & I want the description of sales-detail table when i press that command button.
Any solution if anyone have , pl. let me know.
yes, but what is that code i have to write in sales line or header form.
Basically i want the quantity of item from sales line table when i press that new command button.
Since you may have more than 1 record in the sales line, you could create a new field (Flow Field) on the sales Header that Sums up the Quantity filed on the correcponding sales lines the same way you have the Amount filed on the sales header summing up the amount on the sales line.
Then you call the Calcfields Function when you press you button to get the sum of the Quantity.
Comments
What do you want to do with the information one you have got it from the lines?
:?:
http://www.BiloBeauty.com
http://www.autismspeaks.org
Basically i want the quantity of item from sales line table when i press that new command button.
Then you call the Calcfields Function when you press you button to get the sum of the Quantity.