How to know if sales voucher i am working on is in creation mode or alter mode

Discussion in 'Tally Developer' started by Anshul Garg, Jul 20, 2013.

    
  1. Anshul Garg

    Anshul Garg Member


    I was working on transit insurance module but while i am unable to understand one thing that how do i know if the sales voucher i am working mode is in creation mode or is in Alter mode.
     


  2. admin

    admin Administrator Staff Member


    We have several Function to identify the current status of Report .

    $$InCreateMode - Create Mode
    $$InAlterMode - Alter Mode
    $$InDisplayMode - Display Mode
    $$InExportMode - Export Mode
    $$InPrintMode - Print Mode
    ..etc.
     


Share This Page