W raporcie "Dokument sprzedaży - ramki"
Znajdź:
Kod:
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
Zamień na:
Kod:
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
SetFont ( "tekst" )
print lf;" Bank: "
SetFont ( nb )
print "Nazwa drugiego banku"
SetFont ( "tekst" )
print " Konto: "
SetFont ( nb )
print "11 4444 4444 4444 4444 4444 4444 4444"
endif
W "Nazwa drugiego banku" i "11 4444 4444 4444 4444 4444 4444 4444" podstaw swoje dane.
Rozwiązanie może mało eleganckie, ale szybkie ;)