Re: Przypisanie kontrahenta w IORec w ERP
Kod:
long idDok
IOrec sp
sp.SetField("typ_dokumentu", "FVS")
sp.SetField("seria", "sFVS")
sp.BeginSection("DaneKh")
sp.SetField("KhKod", "kodklienta")
sp.EndSection()
sp.BeginSection("Pozycja dokumentu")
sp.SetField("kod", stowar)
sp.SetField("cena",scena)
sp.SetField("ilosc", silosc)
sp.EndSection()
sp.ImportSP()