Rave Reports 5.0
Hmm well it shouldn't hang, but let's put that down to a bug in rave. First I don't think your code is right, ' Circle1.FillColor:=clgreen;' compiles just fine in my Rave, but it didn't like the rest.
I am trying to create a quick report with Rave reports just so I can learn how to use it. Rave Reports -->RvCustomConnection. Aug 15, 2017 Rave Reports 10.0. It allows the development of powerful and flexible database reporting. 2.5 (15 votes) 1. 11.0 1 award. Review Comments (2).
Clemex Vision Software. It also didn't like any of these: if DataBand1.DataView = Name1 if DataBand1.DataView.Name = Name1 if DataBand1.DataView.Name = 'Name1' if DataBand1.DataView = 'Name1'.etc Isn't there a way you can change your condition, to something like: If Text1.Text = 'Hello World' then Circle1. Logware Logistics Software. FillColor:= clGreen; endif; If Text1.Text 'Hello World' then Circle1.FillColor:= clRed; endif.