reply by tally for my last query

Discussion in 'Tally Developer' started by rajendra mithari, Dec 21, 2013.

    

  1. Dear sir,
    as i have developer license, tally reply my last thread as under..

    The computed method name is myvchno from [#Collection : Pending Bills SRC].

    Thus, in fld1 , set as : $myvchno will not set the value from the collection directly.
    At the collection level, a search key has to be given with VoucherNo. as the parameter. And, the method $myvchno has to be picked from the collection by using this search key and in
    [field: fld1],by doing set as : collectionFieldBykey attribute, this value has to be picked and set.

    can any one elaborate it?
    regards
    mithari
     

    Attached Files:

    • PV.txt
      File size:
      1.9 KB
      Views:
      37


  2. Maulik Patel

    Maulik Patel Active Member


    Dear Sir,

    You can use $$CollectionFieldByKey function by doing following thing.

    [#Collection : Pending Bills SRC]
    Add : Compute : MyVchNo : $LedgerEntries.VoucherNumber
    Add : Search Key : $Name

    [Field : fld1]
    Set As : $$ReportObject:$$CollectionFieldByKey:$myvchno:mad:MyFormula:pendingBillsSRC
    MyFormula : $Name
     



  3. Dear sir,
    its okey and workinig
    just change in set as line with @ for myformulla
    otherwise its correct

    thanks for helping
    regards
    mithari
    9325509009
     


  4. Maulik Patel

    Maulik Patel Active Member


    Sir,
    can you please upload modified set as line, so that i can get idea about the change.
     



  5. dear sir,
    pl find attached file

    i am now studing how can we add overdue days (either from billdate or due date) in same collection and thus user have not to go from bill settelment report...

    THANKS AGAIN SIR

    regards
    mithari
    9325509009
     

    Attached Files:

    • pv1.txt
      File size:
      1.3 KB
      Views:
      53
    HVPatel and P kumar like this.


  6. Maulik Patel

    Maulik Patel Active Member


    Sir,

    DONT BE THANKED.

    We are here to help each other.
     


  7. Saran Prabhu

    Saran Prabhu New Member


    Hi,
    From the above said pending bills collection can anyone please tell me how to retrieve MasterId from the collection and set it to a field value
     


Share This Page