group list of bills
I want to make a listing in a table of bills.
in the listing the numbers of bills appear me, but want at the end of the
listing for it to appear me in I number of the first bill of the listing and
the number of the last bill.
example:
000001
000002
000003
I want for it to go out like this: 000001/000003
As can I make it?
in the listing the numbers of bills appear me, but want at the end of the
listing for it to appear me in I number of the first bill of the listing and
the number of the last bill.
example:
000001
000002
000003
I want for it to go out like this: 000001/000003
As can I make it?
This discussion has been closed.
Comments
Take a look at my last post to you. This shows the method you will need to
use do this. The difference is that you will need to format the count
variable to match the field format using the DisplayFormat property.
The only other way to do this would be to create another dataset that only
returns the last record, and simply insert that value next to the traversed
records.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com