Not Printing Data

Hi

I need to print one record at a time (a contract of a company). The contract must be setup that if a certain value appears in a data field it must be printed else not.

I am not using bands for this. Only shapes with data fields on the shapes.

I need to know how to disable a data field if it is equel to a certain value or even disable a complete shape with data if a specific field contains a certain value.

They change the contracts and I need to make it user defined.

Regards

Petrus

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 1:01PM
    typically in obpevent of page or prior object
    use if then else block of code and control visible property of the objects
    ie
    if [tblname."fldname"] = somevalue then objectname.visible := true elses objectname.visible := false;

    ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.