problems with stretched field

Hi

i have fields in masters data, when i set streched property contents of first field are writing on content fields down ,
it work good only if last field on the bottom master data is stretched
What i am doing wrong?

Best regards
jacek

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 3:54PM
    Hi
    you cannot place stretched memos one above the other in a band!
    But you can attach a child band abd set memos to stretched in that band.
    regards ;)
  • edited 3:54PM
    That's useful.

    How would I suppress the child band on a per record basis? I don't want it to pad out my report when it contains no data.

    NB: I populate my report using OnGetValue, if that has a bearing on the above.

    Thanks

    David
  • gordkgordk St.Catherines On. Canada.
    edited 3:54PM
    you can retrieve and test value in obp of master, test the value of var and set visible property of child band.
    regards ;)
  • edited 3:54PM
    >>d test value in obp of master

    obp? = OnBeforePrint?

    I use OnGetValue for all my data, can this still be used in OnBeforePrint? e.g.

    if ( [extranotes] ??? .IsEmpty() )
    bandChild.Visible = false;
  • gordkgordk St.Catherines On. Canada.
    edited 3:54PM
    Yes
    When fr encounters a variable it checks to see what it must do
    see notes in docs on programming.
    if <condition exprssion> true then child1.visible := false else child1,visible := true;
    or in obp event of child
    visible := [expression that equates to true or false];
    regards ;)

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.