Back to SPR List Previous Next
Master can crash when writing some record types.
Major - no usable workaround Closed - Fixed Found:2002.20.32 17 FEB 2004 Fixed:2002.20.34 07 MAR 2004

DETAILS
 The record type where master crashed had around 400 integer variables and 6
 or so short strings (A4). The problem was related to packing and unpacking of
 the record data. The packed data was slightly larger than the unpacked and
 master was not expecting this. (packing is more efficient on strings).
EXAMPLE PROGRAM
WORKAROUND
Do not use master to enter this type of data.
Back to SPR List Previous Next