Kbase P131542: Viewing a frame in the application causes the session to crash.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/25/2008 |
|
Status: Unverified
SYMPTOM(s):
Viewing a frame in the application causes the session to crash.
Browse num-locked-columns crashes session.
Specifying a number of locked columns on a browse when some of the browse columns are hidden, can crash the session.
The protrace file is:Running the following code will crash the session:
def var a as int init 2.
def var b as int init 3.
define query q-customer for customer.
define browse b-customer query q-customer
display custnum name address address2 city state postalcode
ENABLE custnum name address address2 city state postalcode
with 10 down width 79.
browse b-customer:column-scrolling = TRUE.
browse b-customer:get-browse-column(7):visible = false.
browse b-customer:num-locked-columns = 7.
open query q-customer for each customer.
display b-customer.
enable ALL.
WAIT-FOR CLOSE OF THIS-PROCEDURE.
The partial stack trace looks like:
_DoCalcColScrollRange+30
_wwSetBrowseHScrollRange+A8
_wwResetBrowseHorizScrollBar+2E
_wwCreateBrowse+04FD
_umBrowseRealize+05A7
FACT(s) (Environment):
OpenEdge 10.1C
Windows
CAUSE:
Bug# OE00169407
FIX:
Upgrade to OpenEdge 10.1C01 or later