Advertisement
Guest User

Untitled

a guest
Jun 15th, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. I have a form in which I call a stored procedure which is updating the current row. To refresh the form after the call of the procedure I call executeQuery.
  3. The problem is when I create a new row, after the executeQuery the row is re moved from the cache and can't set it as a cur rent row anymore.
  4.  
  5. I call post changes after I create the new row, but it doesn't help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement