Scroll feature?

Discussion in 'Free Source Codes' started by VipulM, Aug 10, 2023.

    
  1. VipulM

    VipulM New Member


    Hi..

    Currently I have made a dashboard report where all bank balances (of a group) are visible on a single dashboard. However since there are many ledgers its all getting cramped into one page. (see screenshot)

    Is there any code where there can be a scroll feature (like how when you go into Display>TB) it says "22 more ..." at the bottom right so that its not cramped up

    Also wanted to know if the amount is negative is there a way to show it as minus in red?

    Currently the amount is just showing with a Dr/Cr at the end

    Code:
    [Line:VInv03]
        Field    : EBDBAmount Field
        Local    : Field    : Default        : Full Width    : Yes
        Local    : Field    : EBDBAmount Field    : Set as    : @@VInvHDFC
        Local    : Field    : EBDBAmount Field    : Format    : "DrCr"
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    At PART level use Attribute -------- Scroll : Vertical

    As for Negative in Red --- refer to Developer and learn about $$IfDr function ---
    Learn to use the same to give conditional colors to the Amount.
     


Share This Page