Revert to Report.....

Discussion in 'Requests' started by Amit Kamdar, Apr 24, 2019.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Over the past 7-8 modules I made, I have noticed a peculiar trait.

    The main report has a button to filter data etc.... which works..... but when exiting the filtered data, it exits the main report and not back to the unfiltered report.

    However in tally, it reverts back to unfiltered data and not exiting. I also want to do the same in my TDLs.

    I tried to study this but cannot make out...... can anyone tell me if there is a way?
     


  2. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    Option: RBCFormRefresh Filter: ##RBCFilterVar ; Dummy Option

    [!Form: RBCFormRefresh Filter]


    ; this is a dummy option form which contain nothing but when value of ##RBCfilterVar Changes to Yes, it refreshes the original form.

    Same way collections are also refreshed using dummy optional collections..

    This may help you I think
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Thanks...the above works for reports with a TOGGLE button.......

    Nevertheless, I tried it also....it does not work......... once the report is filtered and you press ESCAPE key, it exits the report, instead of showing the unfiltered report......

    I also tried a cycle collection --- as in above....in the dummy collection...i put Option for --- NOT ##RBCFilterVar......... that does not work either.
     


  4. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    It works without toggle also.

    Can we use filtered report using option ( by opening it again) for showing filtered values.. (by using show report or something like that ) and when escape is pressed it falls back to original report..
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    working on that now........
    in main body part...am using option.....to show with filter.....

    keep you updated........if it works or not............:)
     


Share This Page