Print some records with diferent color

Hi How I can print some record of diferent color into my master data band

supose I have a field type And I have 3 direrent kind of type values so I want to print of diferent color every type

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:52AM
    In the onbeforeprint event of the band write code to test the value of the field then
    modify the properties of the object(s) you want to change, if you just want the bgcolor of the band to change add a blank memo to the band and size it to the size of the band and modify its fillcolor property.
    ;)

Leave a Comment