Consultor Eletrônico



Kbase P91477: FindRowWhere in an SDO using a thin-client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/22/2004
Status: Unverified

GOAL:

FindRowWhere in an SDO using a thin-client

FACT(s) (Environment):

Dynamics 2.0ASP02

FACT(s) (Environment):

Progress V9.1D

SYMPTOM(s):

Records double up in the SDO

CAUSE:

Problem occurs under these circumstances:
1. Dynamics Thin Client
2. Container with SDO,SDV,SDB,Toolbar
3. Query on SDO does not open on initialization.
4. Use a findRowWhere to locate a record.
5. Delete the record (also happens when you delete a record).
6. Scroll up through the records in the browse and you'll that the rows returned double up.

FIX:

Temporary workaround run function DYNAMIC-FUNCTION('setAsHasStarted' IN hSDO,TRUE) after call to findRowWhere.