Re: Wydruk dwóch kont bankowych na fakturze
Dzięki za podpowiedź :)
Znalazłem w dokumencie "Dokument sprzedaży - ramki" potrzebny fragment, ale nie wiem jak dopisać kolejny numer banku.
W dwóch miejscach mam to samo:
Cytuj:
#ifdef ZAMOBCEWLASNE
endif
#endif
SetFont ( "tekst" )
if bPrzelew then
if bOdbiorca then
print lf;" Bank: "
else
print " Bank: "
endif
SetFont ( nb )
print sNazwaBanku
SetFont ( "tekst" )
if bOdbiorca then
print lf;" Konto: "
else
print " Konto: "
endif
SetFont ( nb )
print sKonto
endif
endif
i później
Cytuj:
#ifdef ZAMOBCEWLASNE
endif
#endif
SetFont ( "tekst" )
if bPrzelew then
if bOdbiorcaWyst then
print lf;" Bank: "
else
print " Bank: "
endif
SetFont ( nb )
print sNazwaBanku
SetFont ( "tekst" )
if bOdbiorcaWyst then
print lf;" Konto: "
else
print " Konto: "
endif
SetFont ( nb )
print sKonto
endif
endif
Domyślam się, że pierwszy numer to będzie "sNazwaBanku" i "sKonto", a jak zdefiniować drugi numer?