Good afternoon: Working with eXtreme 9.5 64-bit.
I have a report with a variable named VGFW_AUTONUM. The variable is initialized to "0". As the report is generated, the VGFW_AUTONUM variable gets incremented by 1 for each record that is printed. It is defined as: (IFEQ(.VGFW_AUTONUM,0,1,(.VGFW_AUTONUM + 1))) The problem I'm having is that the variable is skipping a number as a new page prints. For example, at the bottom of page 1 VGFW_AUTONUM prints "18" but when it prints the next record on page 2 VGFW_AUTONUM displays "20" instead of "19". The detail band has a sub-report in it. I have found that if the height is set to static the variable works as intended. If the height is set to dynamic then the variable number skips. Suggestions? Perhaps a different approach? Thank you. Mike Ramsour AK Steel Coshocton Works Quality Department Phone: 740-829-4340 Cell: 740-502-1659 Confidentiality Notice This message is intended exclusively for the individual or entity to which it is addressed and may contain privileged, proprietary, or otherwise private information. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.

