Can anyone provide me with some basic information on when to use the On Format method, vs. when to use the On Print method when trying to do some formatting of fields in code?
I am trying to compare values in a record with values in the previous record (such as dates, to see if there was a gap between dates, etc.).
It appears that the On Format method gets called multiple times. But I'm not sure exactly how many times, and when.
I am trying to determine if a record is the "First" record in the report (vs. being the first record on this page). And I'm having a bit of difficulty telling that.
Is there a to a description of how the On Format method works vs. the On Print ???
I am trying to compare values in a record with values in the previous record (such as dates, to see if there was a gap between dates, etc.).
It appears that the On Format method gets called multiple times. But I'm not sure exactly how many times, and when.
I am trying to determine if a record is the "First" record in the report (vs. being the first record on this page). And I'm having a bit of difficulty telling that.
Is there a to a description of how the On Format method works vs. the On Print ???