Kbase P27465: assignQuerySelection is not working in Dynamics
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/24/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
assignQuerySelection is not working
The assignQuerySelection where clause gets corrupted
Each time it is run, parts of the where clause disappear
CAUSE:
Bug# 20030407-024
CAUSE:
It was due to the fact that the Appbuilder stores chr(10) in the BaseQuery as
line breaks whenever the query is large. This will of course disappear when the query is in the source code with a static data object.
This caused a problem in the whereClauseBuffer function that used spaces as tokens/delimiters to find the the table in a query expression and the buffer name were returned with an invisible CHR(10) at the end, which was unrecognizable when compared to the object's buffer.
FIX:
Upgrade to SP2