Dear EveryBody
I'm sorry, my english is not very good.
When I create one report Purchase Order, problem in here I can't insert field Address form table Purchase Header. I know it relation table Vendor.
Everybody can help code to obtain field Vendor.Address insert in report.
Thanks so much.
0
Comments
txtVendname := '';
if recVendor.GET("Buy-from Vendor No.") then
txtVendname:=recvendor.name;
Where recVendor is record type variable of Vendor table
txtVendname is text type variable of length 50
Add txtVendname in SourceExpr property of the text box in report
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks mohana_cse06 very much.