Consultor Eletrônico



Kbase P12534: Find Record tool in a BrowseToolbar cannot finds the specifi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/27/2003
Status: Unverified

FACT(s) (Environment):

Dynamics

SYMPTOM(s):

Find Record tool in a BrowseToolbar cannot finds the specified record

Record not found using the Find Record tool

CAUSE:

Bug# 20021025-009 to be fixed in Dynamics 2.1

CAUSE:

The problem could be caused by an OR condition in the SDO WHERE clause.

FIX:

Add parenthesis at the beginning and at the end of the WHERE clause like the following example:

(customer.name NE ? OR customer.custnum >0)