Hi,

I'm trying to figure out how to get my values refreshed everytime I update them.

I have 'change user' form that everytime I try to change the user it doesn't seem to update, I have to restart the application in order to the changes be applied into it.

Not too sure if it will help if I put the piece of code along with, but I'll do anyways.



Public Overridable Sub UpdateRegister(ByVal Data As Collection)

Try
DefineObject(data)
If VerifyExeptions() = True Then Exit Sub
Catch ex As Exeption
If data.Item(1) > 0 Then
mvarCollection.Alter(mvarObject)
End If
Finally
mvarCollection.Include(mvarObject)
mvarObject = mvarCollection.Search(C_Vision.OperationType.TPMovetoFinal)
End Try