dbr.footersyle does not work after update 4.3.1?

(2 posts) (2 voices)

Tags:

No tags yet.

  1. spyhunter88, Member

    Hi,

    I updated from 4.3.0 to 4.3.1 (build 2520) and found the dbr.footerstyle does not work. I tried with direct:

    select 'dbr.footerstyle', 'Col', '[background-color: #F7F2E0;font-weight: normal;color:#0101DF;]';
    
    -- OR
    select 'dbr.footerstyle', 'Col', mydbr_style('footer_summary');

    With footer_summary is : [background-color: #F7F2E0;font-weight: normal;color:#0101DF;] or background-color: #F7F2E0;font-weight: normal;color:#0101DF;

    I check documents, it seems no change about this command.

    Thanks,

  2. myDBR Team, Key Master

    This has been fixed in the latest build.

    The command dbr.footerstyle has only one parameter, a CSS style as it affects the footer row. If you want to apply formatting for individual footer columns, use dbr.footer.colstyle-command.

    --
    myDBR Team


Reply

You must log in to post.