Remove Line Bug : How To Remove 1st part Line ?

Discussion in 'Requests' started by Vikash_Dhamecha, Oct 17, 2018.

    
  1. Vikash_Dhamecha

    Vikash_Dhamecha New Member


    Dear Experts,
    I have created a GST report , my problem is when i remove(Alt+R) 1st part line automatic remove in 2nd part line
    I tried but at remove line single part not working.Pl help.
    Thank




    ;;Main Reports
    [#Menu: Gateway of Tally]
    Add : Key Item : "RPT" : O : Display : RptMain : NOT $$IsEmpty:$$SelectedCmps

    [Report: RptMain]
    Form : FormMain

    [Form: FormMain]
    Parts : P_MainDetails
    Keys : ChangePeriod
    Button : F2ChangePeriod, Print Button, Export Button
    Keys : Form Remove Line, Form Show Last Removed Line
    Bottom Toolbar Buttons : BottomToolBarBtn8, BottomToolBarBtn9, BottomToolBarBtn10, BottomToolBarBtn11, BottomToolBarBtn12
    Full Height: Yes
    Full Width: YES

    ;;===================================================================
    ; Main Report
    ;;===================================================================


    [Part: P_MainDetails]
    Part: P_MainDr,P_MainCr
    Vertical:YES

    [Part:p_MainCr]
    Lines : L_DetailsCr
    Repeat : L_DetailsCr : C_GSTLEDCr
    Scroll : Vertical

    [Part:p_MainDr]
    Lines : L_DetailsDr
    Repeat : L_DetailsDr : C_GSTLEDDr
    Scroll : Vertical

    ;;===================================================================

    [Line: L_DetailsCr]
    Fields : F_SrNoCr,F_ItemNameCr
    Border : Thin Bottom
    [Field: F_SrNoCr]
    Use: Name Field
    Set as: $$Line
    Width: 3
    [Field: F_ItemNameCr]
    Set As : $crName
    Border : thin Left right
    Width : if $$InPrintMode Then 18 Else 36
    Style : Normal
    Full Width : Yes

    [Collection: C_GSTLEDCr]
    Type : Ledger
    Filter : U_IsGSTLED
    Compute : CrName : $Name
    ;;===================================================================

    [Line: L_DetailsDr]
    Fields : F_SrNoDr,F_ItemNameDr
    Border : Thin Bottom

    [Field: F_SrNoDr]
    Use: Name Field
    Set as: $$Line
    Width: 3
    [Field: F_ItemNameDr]
    Set As : $DrName
    Border : thin Left right
    Width : if $$InPrintMode Then 18 Else 36
    Style : Normal
    Full Width : Yes

    [Collection: C_GSTLEDDr]
    Type : Ledger
    Filter : U_IsGSTLED
    Compute : DrName : $Name

    ;;===================================================================
    [System: Formula]
    U_ISGSTLED : $$IsSysNameEqual:GST:($TaxType:Ledger:$Name)
     


Share This Page