Kbase P156935: Error 91 when assigning ProBindingSource :HANDLE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/4/2009 |
|
Status: Unverified
SYMPTOM(s):
Error 91 when assigning ProBindingSource:HANDLE to a dataset handle
** No <file-name> record is available. (91)
FACT(s) (Environment):
OpenEdge 10.x
Windows
CAUSE:
Top navigation query is not reinitialize before the temp-table records are updated
FIX:
Reopen the query on the TOP-NAV-QUERY.
Example:
DEF TEMP-TABLE ttCust LIKE customer.
DEF DATASET dsCust FOR ttCust.
dataset dsCust:TOP-NAV-QUERY:Query-open().
bindingSourceCustomer:HANDLE = DATASET dsCust:HANDLE.