Funtion : Proper

Discussion in 'Tally Developer' started by HVPatel, Sep 19, 2012.

    
  1. HVPatel

    HVPatel Active Member


    Sir, Can we use Function : Proper for Narration? means after type narration, and voucher save, Voucher Display & print with proper case What code for it? Thanks
     



  2. Please clearify what exactly you wanted
     


  3. HVPatel

    HVPatel Active Member


    For Example, if user type narration in any voucher
    "being amount paid to tally solutions towards purchase of tally.net subscription"
    And Save it
    when user go to print this voucher, narration in print like this
    "Being Amount Paid to Tally Solutions Towards Purchase of Tally.net Subscription"
    I want to use Case Convert
     


  4. Gunasekaran

    Gunasekaran Member


    Dear HVG88

    Use the Code

    Case:First Upper Case

    Thanks and Regards

    Gunasekaran.S
     


  5. mpal2311

    mpal2311 Active Member


    Sample Code

    [Field: LED Notes]

    Use : Short Name Field
    Full Width : Yes
    Max : 250
    Style : Small Bold
    Storage : Narration
    Invisible : ##MVInMultiMode
    Case : First Upper Case
     


  6. HVPatel

    HVPatel Active Member


    Finally I use below ;
    [#Field : VCH Narration]
    Case:TitleCaseExact
    (But during typing of narration first line immediate update with above case, next line not updates immediately, but after save, i get it in display, alter or print mode it is updated all lines)
    We can use All Capital, Upper Case, First Upper Case, Proper Case, Title Case, Title Case Exact, All Lower, Lower Case, and Small Case
    Thanks to all.
     
    hitarth likes this.


Share This Page