Print number of pages, specified in a text file [message #119317] |
Wed, 11 May 2005 15:24 |
jimmylin
Messages: 2 Registered: May 2005
|
Junior Member |
|
|
Hello there, I have a textfile which contains a list of component names.
So I read throught that list, when my component name is equal to one of the component names in that text-file, I grab that component name along with the number of pages I should print out. so the textfile's format is,
component~num pages~
I put all these code in a program unit, and called this program unit in the "after form parameter" trigger
after i ran the report, it is telling me that i can not refer my "component" column in the "after form parameter" trigger.
===========
is there any other ways to do it?
|
|
|