Kbase P6580: WHERE clause added to last buffer with Dynamic Combo
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 1.1a
SYMPTOM(s):
If a parent filter query is used in a dynamic combo then the WHERE clause
will always be appended to the last buffer used by the combo. If there is
only one buffer then this is fine however if the combo uses more than one
buffer then we need a way to specify where the clause should go
CAUSE:
Bug# 20020725-011
FIX:
Upgrade to Dynamics 2.0 or higher
Can now seperate your parent filter query with a pipe (|).
For the example in the issue your Parent Filter Query should look
like this:
salesrep.region = "&1"|
If no pipe was specified we will always add it to the last buffer.