Delete & Cancel button disable

Discussion in 'Free Source Codes' started by ebek, Aug 4, 2018.

    
  1. ebek

    ebek Member


    But print & Mail button how to disable.
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [Key: PrintButton]

    [Key: PrintAction]

    [Key: MailButton]

    [Key: MailAction]

    Use Inactive condition in these fields...............
     
    zakirhossain_diu and psr like this.


  3. Nai Rahul

    Nai Rahul New Member


    thank you sir
     


  4. ebek

    ebek Member


    Thanks sir
    But how to amount field not change
    Exa. 2*5=10, amount 10 not change
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    it is like you are asking your Doctor if you have Malaria...without submitting any blood test.................
     
    Amit Kumar Jain likes this.


  6. ebek

    ebek Member


    [#Part: MST LED Explode Sundry]

    Add : Line : At end : ItemRateSetings

    [Line : ItemRateSetings]

    Field : Medium Prompt, ItemRateSetings
    Local : Field : Medium Prompt : Set As : “Set/Alter Item Rates :”

    [Field : ItemRateSetings]
    use : Logical Field
    Set aS : No
    Sub form : ItemRateSF : $$Value

    [Report : ItemRateSF]

    Form :ItemRateSF

    [Form :ItemRateSF]

    Part :ItemRateSF

    [Part :ItemRateSF]

    Line : ItemRateSF
    Repeat : ItemRateSF : ItemRatesAggregate
    Scroll : Vertical
    Break on : $$Isend:$MSTSFItemName

    [Line :ItemRateSF]

    Field : MSTSFItemName,MSTSFItemRate

    [Field : MSTSFItemName]

    Use : Name Field
    Storage :MSTSFItemName
    Table : MyStockitems,End of List

    [Field : MSTSFItemRate]

    Use : Amount Field
    Storage :MSTSFItemRate
    Inactive : $$IsEnd:$MSTSFItemName

    [System : UDF]

    ItemRatesAggregate : Aggregate : 21000
    MSTSFItemName : String : 21001
    MSTSFItemRate : Amount : 21002

    [Collection : MyStockitems]

    Title : “List of Items”
    Type : StockItem
    Format : $Name,25

    [#Field: VCH NrmlRate]

    Control : MyRateControl : $(Ledger,$PartyLedgerName).ItemRatesAggregate[1,@@IsSameItem].MSTSFItemRate < $$Value And $$IsSales:##SVVoucherType

    [System : Formula]

    MyRateControl : “Rate Control”
    IsSameItem : $$ReqObject:$StockitemName = $MSTSFItemName

    ;; This code
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Where is the multiplication that you want? Appreciate some screenshot....

    u sud use Vch Rate
     


  8. ebek

    ebek Member


    Sir
    Extra Adisonal display showing example $Date,
    $PartyLedgerName and others but don't display cost center name & cost center amount. Plz help me.
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    make separate collection for Cost Centre details extract........and call this collection
     
    Jaydeep Shah likes this.


  10. ebek

    ebek Member


    Sir
    Plz some code uplode and thanks for advice.
     


  11. Jaydeep Shah

    Jaydeep Shah Member


    You are right. can u share example please.
     


Share This Page