shona any update my problem?
ah sorry, i haven’t seen your reply. I’ll check this one, thank you.
I have imported your FOB file but whenever I click on the design button my navision restarts. what’s your navision version? does it have any service pack?
mine is NAV 2009 sp1
ah, that’s why it shows errors. i used navision 5.0
oh! kay i will giv the snapshot of the section n deginer. do frm tat ten
(2.25 MB)3821.sections.bmp (2.25 MB)
mmm i hav indicated the modification i hav done in red! use transfooter and keep shape (hort) with 40 as height. rest you have to code.
where will i code and what will my code do?
you should code in the data item triggers, you code shold tell the report to stop when the last record is retrived from table.
i already told how you can code, thats just the idea i dont know the correct code, but it should come something like this:)
All the best:)
Shona I have another favor to ask. Regarding this report, I already have a copy loop where the user enters how many copies he/she want to be printed. but aside from this i also want to add a title loop where in every copy i want to print it three times with different titles. example if the user enters 1 copy it will print 3 copies with different titles.
use integer that you make increment every copy loop; example copyno += 1, where copyno = integer.
then put textbox in the section, where the sourcecode is 'Copy - '+format(copyno)
done.
hi pamela:)
please try what joe said:)
All the best:)
ok thank you…
