Re: Własne makra w HF 2012
Dziękuję za szybką odpowiedź.
Czyli analogicznie aby dodać makro do HTML, to edytuje : Dokumenty->Sprzedaż-> Engine do dokumentów HTML
Znalazłem linijki:
Kod:
if find regular at "@Lp" then myReplace( "@Lp", using "%d",xPoz.item(i).lp) : found=1 //i ) : found=1
if find regular at "@SWW" then myReplace( "@SWW", RS(xPoz.item(i).PKWiU) ) : found=1
if find regular at "@Nazwa" then myReplace( "@Nazwa", RS(xPoz.item(i).Opis)) : found=1 //: nTotalPos+=1
if find regular at "@PCN" then myReplace( "@PCN", RS(DajPCN(i))) : found=1
if find regular at "@Notatka" then sNtTemp = RS(xPoz.item(i).Opis) : myReplace( "@Notatka", sNtTemp ) : found=1
if find regular at "@PaskowyKod" then sNtTemp = RS(KodPaskowy_pozycji(i)) : myReplace( "@PaskowyKod", sNtTemp ) : found=1
Czyli dodając linijkę :
if find regular at "@
IDkontrahenta" then myReplace( "@
IDkontrahenta", RS(xPoz.item(i).
kh.id) ) : found=1
Czy dobrze kombinuję? Wynikiem ma być FK ID kontrahenta w dokumencie HTML.