Newbie question on variables
I have a report that on every record I populate five variables based on data from the table.
Should I populate those variables in the MasterData1OnBeforePrint event (with the assumption that I'm printing every record the query returns) or is there another place I should do this?
Should I populate those variables in the MasterData1OnBeforePrint event (with the assumption that I'm printing every record the query returns) or is there another place I should do this?
Comments
or if you have created variables in catagorized variable list you can set their expression to the dataset."datafieldname".