Auto Refresh a Report

Discussion in 'Tally Developer' started by hitarth, Aug 25, 2012.

    
  1. hitarth

    hitarth Member


    Using below code in in a new report myReport, its refreshing everything, i want refresh only myreport when display.

    [System : Event]
    Auto Refresh : TIMER : TRUE : Refresh : MyReport
    Schedule Refresh : Load Company : TRUE : START TIMER : Auto Refresh : 1
    Please guid.
    Thanks
     



  2. Add a Option in Form Level like Below

    [Form : XYZ]

    Add : Option : MyrefreshbuttonformLevel : $$CALLREFRESHButton

    [Function : CALLREFRESHButton]
    Return : logical
    010 : Refresh Data
    011 : Return : False
     


  3. hitarth

    hitarth Member


    Sir,
    I have not attached any Refresh button or timer event, and not need it,
    I want to refresh Auto my form data after display, when user open form its start refreshing.
     

    Attached Files:



  4. hitarth

    hitarth Member


    Auto Refresh for a Developer Created Report is very usefull for Manager's or Owner's Dashboard type Report.
    After Open/Display Report, that's it.
    Auto refresh and update of data entered by several user's in multiple tally.
    So i need it.
     


  5. Vashisth

    Vashisth New Member


    Sir, Can you please assist.. how can we use button command for stopping / enabling auto refresh on multi user environment on above code chain...

    As, in reports like sales register / ledger voucher, it refresh automatically after time frame i.e. 5 or 3 or 10. (so user can't able to select voucher for any purpose.. or it reflects to top from bottom of the report.

    can some one help on that.. (Refresh TDL is its alternate but it required, load company at each time when we want refreshed data.

    Plz. help if u can...

    [System : Event]
    Auto Refresh : TIMER : TRUE : Refresh
    Schedule Refresh : Load Company : TRUE : START TIMER : Auto Refresh : 5
     


Share This Page