Back to SPR List Previous Next
Dialog choice controls have a blank first entry and so return a result one more than expected (Unix)
Moderate Closed - Fixed Found:2002.20.35 21 MAY 2004 Fixed:2002.20.36 25 MAY 2004

DETAILS
 UNIX Choice controls have a dummy blank first entry. this means that added
 choices will
 have ordinals starting at 2, not 1.
EXAMPLE PROGRAM
 In the Data / file input.. dialog if you select READ INPUT DATA from the
 choice the UPDATE RECORDS is executed.
WORKAROUND
Use a DBMS command instead of effected dialogs.
Back to SPR List Previous Next