ddreese Posted March 9, 2005 Posted March 9, 2005 Well, this is sort of a printing issue, but it has more to do with portals. I'm going to be printing a short portal on a form, should be no more than 10 rows. In each row I need it to print the current # and the total number of records. For instance, the form is printing a child's information and I need it to print "Child x of xx" for each one. I'm sure this is possible, but I haven't done enough with pritning related records through portals to know how. I know it's frowned upon printing through portals because it's not the least bit reliable, but I'm being forced to make and EXACT copy of a printed form, so I can't have seperate pages for different printed layouts. Any help would be appreciated!
ddreese Posted March 9, 2005 Author Posted March 9, 2005 Well, this is sort of a printing issue, but it has more to do with portals. I'm going to be printing a short portal on a form, should be no more than 10 rows. In each row I need it to print the current # and the total number of records. For instance, the form is printing a child's information and I need it to print "Child x of xx" for each one. I'm sure this is possible, but I haven't done enough with pritning related records through portals to know how. I know it's frowned upon printing through portals because it's not the least bit reliable, but I'm being forced to make and EXACT copy of a printed form, so I can't have seperate pages for different printed layouts. Any help would be appreciated!
ddreese Posted March 9, 2005 Author Posted March 9, 2005 Well, this is sort of a printing issue, but it has more to do with portals. I'm going to be printing a short portal on a form, should be no more than 10 rows. In each row I need it to print the current # and the total number of records. For instance, the form is printing a child's information and I need it to print "Child x of xx" for each one. I'm sure this is possible, but I haven't done enough with pritning related records through portals to know how. I know it's frowned upon printing through portals because it's not the least bit reliable, but I'm being forced to make and EXACT copy of a printed form, so I can't have seperate pages for different printed layouts. Any help would be appreciated!
mr_vodka Posted March 9, 2005 Posted March 9, 2005 Can't you can use @@ to give you the portal record Number, and for the total number of of records use a Calc field with a count function of the total related records?
mr_vodka Posted March 9, 2005 Posted March 9, 2005 Can't you can use @@ to give you the portal record Number, and for the total number of of records use a Calc field with a count function of the total related records?
mr_vodka Posted March 9, 2005 Posted March 9, 2005 Can't you can use @@ to give you the portal record Number, and for the total number of of records use a Calc field with a count function of the total related records?
ddreese Posted March 9, 2005 Author Posted March 9, 2005 Ahhhh yes, that will do the trick. I was not aware of the @@ Thanks!
ddreese Posted March 9, 2005 Author Posted March 9, 2005 Ahhhh yes, that will do the trick. I was not aware of the @@ Thanks!
ddreese Posted March 9, 2005 Author Posted March 9, 2005 Ahhhh yes, that will do the trick. I was not aware of the @@ Thanks!
Recommended Posts
This topic is 7537 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