WHAT IS WRONG WITH THIS CODE PLEASE SUGGEST EXPERTS

Discussion in 'Free Source Codes' started by GOINDI1311, Jul 27, 2020.

    
  1. GOINDI1311

    GOINDI1311 Member


    REPORT : MY UDF
    [Report: MY UDF]

    Form: MY UDF
    Object: company

    [Form: MY UDF]
    PART : MY UDF

    Vertical Align:TOP
    Horizontal Align:Left

    [PART: MY UDF]
    Line: DIS KM

    [Line :DIS KM]
    Fields : Short Prompt,DIS KM
    Local : Field : Short Prompt : Setas : "Distance:"

    [Field :DIS KM]
    Use : name Field
    Setas : $DISKM
    Storage : DIS KM
    Skip: No

    [System:UDF]
    DIS KM:String:415

    upload_2020-7-27_16-34-6.png
     


  2. Neeru

    Neeru Active Member


    what u want?
     


  3. GOINDI1311

    GOINDI1311 Member


    Respected Madam

    I want to add user defined field in my report.

    so please help me............
     


  4. Rubazi

    Rubazi New Member


    Try this:

    [#Menu:GatewayofTally]
    Add: Key Item: "My UDF": m:Display: MyUDF

    ;;REPORT : MY UDF
    [Report: MY UDF]
    Form: MY UDF
    Object: company

    [Form: MY UDF]
    PART : MY UDF
    Vertical Align:TOP
    Horizontal Align:Left

    [PART: MY UDF]
    Line: DIS KM

    [Line :DIS KM]
    Fields : Short Prompt,DIS KM
    Local : Field : Short Prompt : Setas : "Distance:"

    [Field :DIS KM]
    Use : name Field
    Setas : $DISKM:Company:##Svcurrentcompany
    Storage : DISKM
    Skip: No

    [System:UDF]
    DISKM: String
     


  5. GOINDI1311

    GOINDI1311 Member


    Thanks For the help
    But this code Did not works.
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    There is nothing wrong with the code.........

    In Set as .....put......... Set as : "this works" .... and the results will be displayed.

    In your code there is no association with any Object.... hence there is no storage, hence there is blank.
     


  7. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member


    [#Menu:Gateway of tally]
    Add:item:Alter:My Udf
     


  8. GOINDI1311

    GOINDI1311 Member


    thanku you very much experts

    you all made my day.....................thanks alot
     


Share This Page