Hi Simon,
Can you try this and let me now if it works.
From: "s1mhall@…" <s1mhall@…>
To: vantage@yahoogroups.com
Sent: Sunday, December 15, 2013 5:54 PM
Subject: [Vantage] RE: "Click" Refresh button with code
Can you try this and let me now if it works.
Private Sub epiButtonC1_Click(ByVal sender As Object, ByVal args As
System.EventArgs)
Dim appController as UIApp.AppController = CType(oTrans, UIApp.AppController)
if Not(appController is nothing)
appController.OnRefresh()
end if
End Sub
From: "s1mhall@…" <s1mhall@…>
To: vantage@yahoogroups.com
Sent: Sunday, December 15, 2013 5:54 PM
Subject: [Vantage] RE: "Click" Refresh button with code
Ted,
Just wondering if you got this sorted out? I have a similar problem, but when a user refreshes and we have groups on the dashboard it expands the tree to the first record in the BAQ based on the sort order. My users really want the tree to remain collapsed on refresh, or even better to have it expanded to the show results where they are the Case Owner.
Previously I have not had any luck of actually loading a dashboard based on the who the user is logged in. I believe the employeeid constant is only populated if you have MES and they clock in. Can anyone confirm.
We are on 701 SQL
Cheers
Simon Hall