Usage of #

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

    
  1. HVPatel

    HVPatel Active Member


    Hello Experts & Admin,

    [Field : HW]
    Set As : "Hello TDL Experts"
    [Field : HW1]
    Set As : #HW ;; Get Contain of the Field HW
    ;;======= my question is ============?
    [Field : HW]
    Set As : "Green" ;; Any Color Name
    [#Field : FieldName] ;; Modifying Existing Defination
    Color : #HW ;; Get Contain of the Field HW

    ;; is this correct?, if yes, but i am not getting, please guid.
    ;; Thanks
     


  2. HVPatel

    HVPatel Active Member


    ??????????
     


  3. admin

    admin Administrator Staff Member


     


  4. HVPatel

    HVPatel Active Member


    Thanks for reply, but
    i need to modify existing fields with color for example ;
    [#Field: ACLSAmt]
    Color : #Sample1
    it is not working, plz reply.
     



  5. try to use local formula
    [#Field : AclsAmt]
    LoclColo : #Sample1
    Color : @LoclColo
     


  6. HVPatel

    HVPatel Active Member


    Sir, I tried this, local formula still not getting, plz reply.
    Thanks
     


  7. PKR

    PKR New Member


    Dear Sir,

    Your Field must be in the same Object

    For Ex:

    if you want to get the value in the InventoryEntry Object then field should be available in the same inventory Object

    otherwise it will not work directly.

    Thanking you,

    PKR
     


  8. HVPatel

    HVPatel Active Member


    One expert / developer has done like this, (attached)
    plz find, and reply, thanks
     

    Attached Files:



  9. HVPatel

    HVPatel Active Member


    I tried
    [System : Formula]
    HPColor : #FieldName

    then
    [#Field : VCH Date]
    Color : @@HPColor
    but not working, plz. look ...!!!!
     


  10. HVPatel

    HVPatel Active Member


    here is attached tcp file working in edu mode tally.
     

    Attached Files:



  11. HVPatel

    HVPatel Active Member


    Dear Admin / Experts
    plz. reply.
     


  12. HVPatel

    HVPatel Active Member


    Please do the needful on above, as till date my code is pending.
    I created a New form to store color, user choice.
    and modified tally defualt report (say balance sheet), effecting stored color.
     


Share This Page