TimeStamp in Narration (During Alter Mode)

Discussion in 'Free Source Codes' started by anuj sharma, Sep 26, 2017.

    
  1. anuj sharma

    anuj sharma New Member


    Please HELP!!

    Experts please rectify the Code::::

    [#Field: VchNarration]

    Use : Short Name Field
    Storage : Narration
    Width : 50% Screen
    Set By Condition : ($$IsFieldEdited OR $$InAlterMode OR NOT $$IsEmpty:$$Narration): $$String:$MachineDate + " " + $$String:$$MachineTime
     


  2. Prema75

    Prema75 New Member


    Hi Anuj Sharma
    Try this...

    [#Field: VchNarration]
    Set By Condition : ($$IsFieldEdited OR $$InAlterMode OR NOT $$IsEmpty:$Narration): $$String:$$MachineDate + " / " + $$String:$$MachineTime
     


  3. anuj sharma

    anuj sharma New Member






    Its not working bcoz it doesn't overwrite the existing narration
     


  4. Prema75

    Prema75 New Member


    Hi Anuj Sharma

    Explain with screen shot
     


  5. anuj sharma

    anuj sharma New Member




    As highlighted in image, during voucher alteration narration didn't pick the machine date & time. It shows the old Date & Time..
    Thanks in Advance.. Please Help...
     

    Attached Files:




  6. USE THIS
    [Line : altt]
    Field : Name Field
    Local : Field : Name Field : Set as : If $$IsEdited Then $$MachineTime Else $altt
    Local : Field : Name Field : Storage : SkTime
    Local : Field : Name Field : Skip : yes
    Local : Field : Name Field :Storage:altt

    [System : Udf]

    altt :String:2115
     


  7. balajimg

    balajimg Active Member


    may be because u have not added

    Set always : Yes
     


  8. SN Ramkumar MCA

    SN Ramkumar MCA New Member


    ;; This also works If any voucher is altered

    [#Field: VchNarration]
    set By Condition : ($$IsEdited OR $$InAlterMode): "Altered on " + $$String:$$MachineDate + " @ " + $$String:$$MachineTime
     


  9. ROHIT JAISWAR

    ROHIT JAISWAR Active Member


    This Link will help you to clear your all doubts and also enhanced the level of advance auto emailing
    HTML:
    https://newtallyprime.blogspot.com/2021/05/free-tally-tdl-for-auto-email-facility.html
     


Share This Page