How to Use UDF Collection in Function

Discussion in 'Tally Developer' started by Himanshu-2002, Aug 16, 2020.

    
Tags:
  1. Himanshu-2002

    Himanshu-2002 Active Member


    I created a collection which contains collection of UDF

    [Field: UDFRate]

    Type : Amount
    Use : Amount Field
    Storage : BulkEntryRate
    Show Table : Always
    Full Width : Yes
    Align : Left
    Inactive : $$IsEndOfList:$BulkEntryStock

    [Collection: UDFCollection]
    Type : BulkEntryCollection : Company
    Child Of : ##SVCurrentCompany

    [System: UDF]

    UDFCollection : Aggregate : 41071
    UDFRate : Amount : 41075

    According to My Experience Problem is in This Code I have to use Rate Field But If I use Rate Field Then It stopped Going to Next Field

    Illustration:
    I created a report where we Select stock Item, Enter Qty & Rate

    So, After Select Stock Item It should should go to Qty Field Right?

    Similarly If I Select All Three Fields Then It should go to the next line Right?

    Now, If I use Amount Field in UDFRate Field Then It is going to next line but If I use Rate Field then It stopped Working Means It Doesn't Go to the Next Line
    I checked every code but There is no issue and Even I doesn't Used Validate, Control, BreakOn Attributes
    So, If anyone know What I am doing wrong then Please tell me
     
    Last edited: Aug 16, 2020


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [Field: UDFRate]
    Use : Rate Field
    Type : Amount
    Use : Amount Field

    Storage : BulkEntryRate
    Show Table : Always
    Full Width : Yes
    Align : Left
    Inactive : $$IsEndOfList:$BulkEntryStock

    Delete Lines in RED.
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Tried But When I do this then It stop going to next line.....I would like to share full code but I could not share it here Because I am making this for someone So, I can't share it here
     


  4. Himanshu-2002

    Himanshu-2002 Active Member


    I created a Conversation So, If you get some time then Please check out
     


Share This Page