Please Help in my code

Discussion in 'Tally Developer' started by Umesh s vaghela, Aug 20, 2012.

    
?

Skip Field

  1. Yes

    1 vote(s)
    100.0%
  2. No

    0 vote(s)
    0.0%

  1. i want to skip "set alter institute details" if not enable student module { i have done almost but its working only after accept form }

    [#Part: CMP AccFeat Right]

    Option : SmplCMP AccFeat Right : NOT $$IsRemoteCompany

    [!Part: SmplCMP AccFeat Right]

    Add : Lines :STU Subtitle Line,SmplCMP Student Fees Feature,SETAlt Fees Feature

    [Line: STU Subtitle Line]

    Fields :STU Subtitle
    Space Top : 0.4

    [Field: STU Subtitle]

    Set as : $$LocaleString:"Student Module"
    Border : Thin Bottom
    Style : Normal Bold
    Skip : Yes


    [Line: SmplCMP Student Fees Feature]

    Fields : Medium Prompt,SmplCMP Student Fees Feature
    Local : Field : Medium Prompt : Info : $$LocaleString:"Enable Student Module?"
    Space Top : 0.4

    [Field: SmplCMP Student Fees Feature]

    Use : Logical Field
    Storage : SmplStudentFeature1

    [Line: SETAlt Fees Feature]

    Fields : Medium Prompt,SETAlt Fees Feature
    Local : Field : Medium Prompt : Info : $$LocaleString:"Set/Alter Institute Details?"
    Local : Field : Medium Prompt : Indent : 2
    Option : Disabled Colors : NOT $$Isstuon
    Space Top : 0.4
    ;Invisible : NOT $$IsStuon ;; For Enable Show After YES Enable Student Module

    [!Line : Disabled Colors]

    Local : Field : Default : Color : @@SV_FIELD3



    [Field: SETAlt Fees Feature]

    Use : Logical Field
    Set as : If NOT $$IsStuon then No else No
    Set always : Yes
    Skip : NOT $$IsStuon
    SubForm : Institute : $$Value = Yes
     


  2. Girdhar

    Girdhar Member


    Hello,
    Ur code giving error, plz check.
    i advise to attach tdl file instead of pasting the code.
     


  3. Gunasekaran

    Gunasekaran Member


    Dear umesh:

    You Have not Upload the full code.So Tally give the error.Please upload the full code

    Thanks And regards

    Gunasekaran S
     



  4. sir i have up-lode file dmo MFG..Txt please solve my query please {Refrence i want like F11 : Accounting Feature : Enable Cheque printing Yes and other Set / Alter Cheque printing Configration : yes if enable Cheque printing : set NO then skip Set /Alter Field (i have done almost but its work only after accepting form )}
     

    Attached Files:



  5. Girdhar

    Girdhar Member


    Use this definition for the second field

    [Field: SETAlt Fees Feature]

    Use : Logical Field
    Set as : If NOT $$IsStuon then No else No
    Set always : Yes
    Skip : NOT $SmplStudentFeature1
    SubForm : Institute : $$Value = Yes


    It will work, write if not.
     



  6. its working thanks Very Much for help Mr. Girdhar
     
    Girdhar likes this.


  7. Girdhar

    Girdhar Member


    U r most welcome
     


Share This Page