Labels
I have a report created by the user for making labels.
In de masterdata I have 2 or 3 columns (depends).
I ned a solution to start print data from for example the 5th label position?
I look in news group for a Demo but I can't find it.
Thanks.
In de masterdata I have 2 or 3 columns (depends).
I ned a solution to start print data from for example the 5th label position?
I look in news group for a Demo but I can't find it.
Thanks.
Comments
I do this a lot. You will need to provide a filter routine for the table with the data that is attached to the Master Data band. For instance if you want a date range, say all last weeks records, you have a From and To field for which you calculate the dates. Then you filter the table with these date and then run the report.
If you want to start at No. 5 you make the filter routine with two fields. You then enter the 5 in the From field and have the routine lookup the last record number and automatically complete the To field. In this way you have a versitile selector routine that can allow various combinations such as Stat to any, Any to Any and Any to End.
Alternatively, if you only need to use 'from a record to the end' you could set the Dataset Range begin to rbCurrent and then select the record and print the report.
Hope that gives you the idea.
Regards Peter