Invoice Repeat Line how to remove space

Discussion in 'Free Source Codes' started by Jenny, Feb 15, 2024.

    
  1. Jenny

    Jenny Active Member


    Code:
    [Part: TaxInvItem Desc205]
    Lines :TaxInvItem Desc205
    Repeat : TaxInvItem Desc205 :Myudfs5
    Scroll: Vertical
    
    [Line: TaxInvItem Desc205]
        lines:TaxInvInsurItem Desc1,TaxInvInsurItem Desc2
    
    [Line:TaxInvInsurItem Desc1]
    Field:TaxInvInsurItem Desc1
    
    [Field:TaxInvInsurItem Desc1]
    Use    : Name Field
    Style   : Normal
    FullWidth   : Yes
    Set as:$$String:"Name :"+ $$String:$BasicUserDescription405
    indent:5
    Set Always:Yes
    
    [Line:TaxInvInsurItem Desc2] ;;;;if this line field value empty then showing blank space,how to remove space
    ;;Add :Option : MLKTaxInvInsurItem Desc2 : $$IsEmpty:#InsuranceComp
    Field: Name Field,Simple Field
    Local: Field: Name Field: Set as: If $$IsEmpty:($InsuranceComp) Then "" else $$LocaleString:"Company Name :"
    Local: Field: Name Field: Width: 20
    Local: Field: Name Field: Indent: 5
    Local : Field : Simple Field : Info : $InsuranceComp
    Local: Field: Simple Field: Style: Normal
    Local: Field: Name Field: Style: Normal
    Local: Field: Simple Field: Full Width: Yes
    Invisible : $$IsEmpty:$InsuranceComp
    
          
    [!Line : MLKTaxInvInsurItem Desc2]
    Add : Field : Name Field,Simple Field
    Local : Field : Name Field: Info : ""
    Local : Field : Simple Field : Info : $InsuranceComp
     


  2. ROHIT JAISWAR

    ROHIT JAISWAR Active Member


    Try This
    [Line:TaxInvInsurItem Desc2]
    Field: Name Field,Simple Field
    Local: Field: Name Field: Set as: If $$IsEmpty:$InsuranceComp Then "" else $$LocaleString:"Company Name :"
    Local: Field: Name Field: Width: 20
    Local: Field: Name Field: Indent: 5
    Local : Field : Simple Field : Info : $InsuranceComp
    Local: Field: Simple Field: Style: Normal
    Local: Field: Name Field: Style: Normal
    Local: Field: Simple Field: Full Width: Yes
    Remove If : $$IsEmpty:$InsuranceComp
     


  3. Jenny

    Jenny Active Member


    Not working
     


  4. Jenny

    Jenny Active Member


    This subform is Repeat and 4 fields
    if i use this ur code then all value blank
     


  5. ROHIT JAISWAR

    ROHIT JAISWAR Active Member


    Can You Send Snap of Invoice
     


  6. Jenny

    Jenny Active Member


    Untitled.jpg
     


  7. vishnu joshi

    vishnu joshi Member


    Try
    $$fulllist
     


Share This Page