Please help fo GOTO option

Discussion in 'Free Source Codes' started by Subair C K, Oct 7, 2021.

    
  1. Subair C K

    Subair C K New Member


    How can we add This Report on GOTO


    [#Menu: GatewayOfTally]

    Key Item: Stock Item :A: Alter : VchAsTableAA : NOT $$IsEmpty:$$SelectedCmps
    Item : Blank
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    study --- Report : GoTo Reports
     


  3. MANU JOSE C.A

    MANU JOSE C.A New Member


    See the Samples from developer

    [#Table: Goto Reports]
    ADD : Objects : GT CustomisedReports

    create Object.... Tables etc
     


  4. Rohit Khedar

    Rohit Khedar Member


    MANU JOSE C.A# hear I try but report not open

    Code:
    ;;Program to add custom report in Go To
    
    [#Menu: Gateway of Tally]
    Add: Item: Go To Report: alter: TSPL Custom Go To Report Illustration
    
    [Report: TSPL Custom Go To Report Illustration]
    
        Title            : $$LocaleString:"Adding Customized Reports in Go To"
        Form            : TSPL Custom Go To Report Illustration
       
    [Form: TSPL Custom Go To Report Illustration]   
       
        Part    : TSPL SMP Example
    
            Full Width : Yes
            Space Right : 2
            Space Left : 2
            Option : Small Size Form
            Background : @@SV_CMPCONFIG
           
    
    [Part    : TSPL SMP Example]   
    
            Line :TSPL SMP Example
    
    [Line: TSPL SMP Example]      
    
            Fields : Medium Prompt, TSPL SMP Example
    
            Local: Field: Medium Prompt : Set As : " Select Report :"
            Local: Field: Medium Prompt : Style  : Normal Bold Italic
            Local: Field: Medium Prompt : Color  : Blue
           
    
    
    [Field    :TSPL SMP Example]
    
            Use         : Name Field
    
            Set as      : $$Table:GTCommonReports:$Value
            Width       : 15
            Table       : GT CommonReports
           
       
    
    ;;The code for adding a customized report in Go To
    
    [Table: GT CommonReports]
    
            Title            : $$LocaleString:"All Customized Reports"
       
        Add    : Object    : At End    : GT PartyContactDetails
    
    [Object    : GT PartyContactDetails]
    
        Use                : Go To Report Obj
    
        Action    : Goto Action        : Display Current Report
        Action    : Display Action    : Display Current Report
        Name            : $$LocaleString:"Trial Balance"
        Current Report    : Trial Balance
    
    
    ;;End of File
    
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Your OBJECT definitions is just a copy of in-built defined Object.........
    kindly study the same and modify your definitions.
     


  6. Rohit Khedar

    Rohit Khedar Member


    Yes this code copy to tde and some modify i open report in erp but not open. Where mistake me
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    There is no GOTO in ERP........it will work for PRIME only.
     


Share This Page