Options

Report Original, Duplicate, Triplicate

Hey guys,

when i print my report i want that on the header show Original, Duplicate and Triplicate but i dont have idea how do i can make that.
I tried on DataItem put Integer and then make a code that Set´s the range of number of 1 to 3 and then write the following code on the onaftergetrecords:

IF Number = 1 Then
CopyText := 'Original'

But it keeps showing the numbers instead of the Original text .
Thank you all !

Best Answer

Answers

Sign In or Register to comment.