Kbase P60348: FIND goes to the next record instead to stay on the first re
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/22/2003 |
|
Status: Unverified
SYMPTOM(s):
FIND goes to the next record instead to stay on the first record that matches the WHERE clause
CAUSE:
You are using FIND NEXT
FIX:
Use FIND FIRST if the first record is the one you want to get.