pradeep Posted July 13, 2001 Posted July 13, 2001 I have a Problem in which I have to Print a repeation field each which is a combination of many other fields,so its a big field,it will come to an entire page,so even if I enter one of the rep fields and remaining blank it will go and print all the blank fileds.Hope my problem is clear.I want not to print the fields which are empty but only the one which have data in a repeation field.Please help.Thanx [ July 13, 2001: Message edited by: Jacob ]
LiveOak Posted July 14, 2001 Posted July 14, 2001 Huh? I will answer what I think you asked! Repeating fields and be formated (in layout mode) as Sliding. This will eliminate the vertical space taken up by blank repeats. You could also generate a text field that combined the text from all the repetitions of the repeating field (call it RepeatField) separated by carriage returns, as follows: RepeatDisplay (calculation, text) = GetRepetition (RepeatField, 1) & If ( not IsEmpty (GetRepetition (RepeatField, 1)), "
Recommended Posts
This topic is 8538 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now