Forum Post: RE: How to select current updated record in browse.

  • Thread starter Thread starter mohitmalik90
  • Start date Start date
Status
Not open for further replies.
M

mohitmalik90

Guest
hello mihai.pintea, my code is this...but error no 7330 is coming. error desription is " Could not evaluate rowid during REPOSITION. (7330) It is valid to use UNKNOWN value rowid's in a REPOSITION, but not valid to use a rowid expression that cannot even be evaluated at all." so help me for this solution. FIND FIRST users WHERE users.user-id = users.user-id:INPUT-VALUE NO-ERROR . ASSIGN lv-rowid = ROWID(users) b-user:REFRESHABLE = NO. REPOSITION b-user TO ROWID lv-rowid. ASSIGN b-user:REFRESHABLE = YES.

Continue reading...
 
Status
Not open for further replies.
Back
Top