Default Avatar

mike

mike

About

Username
mike
Joined
Visits
0
Last Active
Roles
Members

Comments

  • [IIF(field1 > field2, 'OK', IIF(field1 < field2, 'NO', ''))]
  • I have the same problem, can anybody help?
  • thank you for your quick reply, i experimented with the code and i didn't figure out why you added a new variable "Canceled". is it possible to use native variable Terminated instead? See following code: procedure TForm2.Button1Click(Sender: TOb…
  • hi gord, it doesn't matter if the report is double pass or not. i posted a sample source code to binaries news group with topic "for gordk - terminate report from code"... please have a look at it. thank you in advance
  • thank you gordon, but it still doesn't solve my problem. i try describe it in detail: i want to print labels using "onmanualbuild" event in report. each label has particular count to print, but some of them have set unlimited count (999999). so w…