i need to refresh the entire browse because i have a filter, the record is update correctly but not the filter.
My Filter:
loc:FilterWas =''
loc:FilterWas = 'Sal2:SalesRepCode=<39>'&p_web.GSV('SAL:SalesRepCode')&'<39>' &|
' and Sal2:ReportDate_DATE>=' &p_web.GSV('loc:fromdate') &|
' and Sal2:ReportDate_DATE<=' &p_web.GSV('loc:todate')
ThisView{prop:Filter} = loc:FilterWas