NAME OF FIELDS ??? PLS HELP

Discussion in 'Free Source Codes' started by MANOJ BARDIA, Mar 27, 2023.

    
  1. MANOJ BARDIA

    MANOJ BARDIA New Member



  2. gangstar

    gangstar Member


    [#Field:SvcUserName]
     


  3. MANOJ BARDIA

    MANOJ BARDIA New Member


    thanx sir
    but i need "field" for E-invoice login user form
     


  4. Bipin Damania

    Bipin Damania Active Member


    Field : GST IRP Login UserName
     


  5. MANOJ BARDIA

    MANOJ BARDIA New Member


    Thanx Sir,
    I tried It But Couldn't Find In Tally Developer
    Pls Help
     


  6. Bipin Damania

    Bipin Damania Active Member


    Tally has reserved some of programming part. This is one them.
    Or you can find in Tally Prime Developer... If available....
     


  7. MANOJ BARDIA

    MANOJ BARDIA New Member


    Ok sir Ji
    than pls help me to save E-Invoice Login detail permanently
    If it is Possible
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    for security reasons .... Tally will retain details as long as the SESSION is open ....

    Once session is closed -- means exit Tally, the info will be lost.

    The relevant code is not part of the open and free source code and hence cannot be altered or modified.
     


  9. MANOJ BARDIA

    MANOJ BARDIA New Member


    thanks Amit ji sir for your help
    but someone made a code for it
     


  10. Bipin Damania

    Bipin Damania Active Member


    If you want to save the detail then create your own udf & store in.
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    If that is the case .... should not you be asking that somebody for Field references ??
     


  12. MANOJ BARDIA

    MANOJ BARDIA New Member


    That is not me
    I Have seen A Video On net And Want To Try For It
    That's Why I was asking About Field
     


  13. bhaveshroy

    bhaveshroy New Member


    What is the fieldname of Export to FileName in Tally Prime. Need to export invoices / sales voucher with voucher no as file name.
    TDL working in tally9 erp not working with Tally Prime
     


  14. MANOJ BARDIA

    MANOJ BARDIA New Member


    Where Is Code ??
     


  15. Bipin Damania

    Bipin Damania Active Member


     


  16. MANOJ BARDIA

    MANOJ BARDIA New Member


    @bipin ji sir
    pls help to proceed further


    [#Part: CMP TallyShop Features Left]
    Add: Line: CMP EnableSaveEinvoiceIDPassword


    [Line: CMP EnableSaveEinvoiceIDPassword]
    Field: long Prompt, CMP EnableSaveEinvoiceIDPassword
    Local: Field: long Prompt: Info: "Enable Save E-Invoice ID Password ? "
    Local: Field: long Prompt:Color:blue
    Local: Field: long Prompt:Background:yellow
    Space Top: 1

    [Field: CMP EnableSaveEinvoiceIDPassword]
    Use: Logical Field
    Storage: EnableSaveEinvoiceIDPassword
    Set as: If $$IsEmpty:$$Value then "No" else "yes"

    I want To Enable/Disable A button On the Basis Of Yes/No

    how Can I Do ??
     
    Last edited: Apr 17, 2023


Share This Page