Kbase P158491: Debugger skiping lines of code and breakpoints
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/03/2011 |
|
Status: Unverified
SYMPTOM(s):
Debugger skiping lines of code and breakpoints
Runtime client skipping 4GL code
Calling a void method with a parameter which is a .NET indexer/indexed property and the index expression is an X:Y format
METHOD PRIVATE VOID BuildValueList( INPUT ctrl AS System.Windows.Forms.Control,
INPUT oRow AS Infragistics.Win.UltraWinGrid.UltraGridRow,
INPUT lInitialize AS LOGICAL )
BuildValueList(parentContainer:Controls[i], ultraGrid1:Rows[ultraGrid1:Rows:Count - 1], FALSE).
FACT(s) (Environment):
OpenEdge 10.2B
Windows
CAUSE:
Bug# OE00194694
FIX:
Workarounds:
1. Use THIS-OBJECT:BuildValueList( ... )
2. Store the parameters into variables and pass the variables to the void method
FIX:
Upgrade to OpenEdge 10.2B01 or later