UDF Value not getting updated from Report Screen

Discussion in 'Requests' started by Ramu Angappan, Feb 17, 2013.

    
Thread Status:
Not open for further replies.
  1. Ramu Angappan

    Ramu Angappan Member


    Dear Experts,

    I have created a UDF in Sub Form EI Supplementary in Sales Voucher Entry Screen.

    When i alter this screen from my Custom report, the values are not getting stored in that UDF.
    I have defined that system UDF only but still no luck. Need your help.

    [System: UDF]
    PaymentMode:String:1021

    [#Part: EI DelNoteInfo]
    Lines : ActModeTrans
    [Line: ActModeTrans]
    Fields: Medium Prompt, ActModeTrans
    Local: Field: Medium Prompt: Info: 'Payment Mode: '

    [Field: ActModeTrans]

    Table:MyColl
    Show Table:Always
    Use: Name Field
    Storage: RSPaymentMode
    Width: 5

    [Report: RS Despatch Reports]
    Form : RS Despatch Reports

    [Form: RS Despatch Reports]

    Use : DSP Template
    Parts : Form SubTitle,Form SubTitle, RS Despatch Reports
    [Part: RS Despatch Reports]
    Lines : RS Despatch Reports Title, RS Despatch Reports Detail
    Repeat: RS Despatch Reports Detail : RS Sale Vouchers
    Scroll: Vertical
    Common Border : Yes
    [Line: RS Despatch Reports Detail]

    Fields : Rs Name, RS Numb, RS DesWeight, RS DesBox, RS PrefTransp, RS ActTransp
    Add: fields:RS RSLRnos, RS DesDate, RS DesDelDate
    Key : Line Object Enter Alter, Line Click Object Enter Alter
    [Field: RS ActTransp]
    Use : Name Field
    Set As : $RSPaymentMode
    Border : Thin Left
    [Collection: RS Sale Vouchers]
    Type : Voucher
    Report : Voucher
    IsODBCTable : Yes
    Child of : ##GroupVar
    Fetch: PartyLedgerName, Reference, IsOptional, IsPostDated, MasterID, IsCancelled, IsDeleted, RSLRnos,SalBox,DesBox,PrefTransNameSale,salweight,RSPaymentMode,DesDate,DesDelDate,DesActualTrans
    Filter:IsSalesVoucherType
     


  2. NMS

    NMS Member


    Dear Ramu,
    Please Upload Complete code...
     


  3. Ramu Angappan

    Ramu Angappan Member


    Found out what was causing the problem.

    EI Supplementary form by default is not accepting any alteration to the data once filled. Hence it was not updating. I created a form with all of its parts and called that in my Report.
     


  4. NMS

    NMS Member


    Hi Ramu,
    Where is The Collection :MyColl
     


Thread Status:
Not open for further replies.

Share This Page