Re: Ustawienie rodzaju dokumentu sprzedaży HM ERP
Kod:
long idDok
IOrec sp
sp.SetField("typDk", "FVS")
sp.SetField("seria", "sFVS")
sp.BeginSection("Rodzaj")
sp.SetField("kod","nazwa_rodzaju")
sp.EndSection()
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()