Back to SPR List Previous Next
Some database choice lists on dialogs can become confused after db connection/disconnection.
Minor Closed - Fixed Found:2002.20.34 03 MAR 2004 Fixed:2002.20.35 03 MAR 2004

DETAILS
 The pull down lists of databases can become misleading in some situations.
 Dialogs like verify file, file list and a few others can show earliest
 continuously connected database rather than the default if older databses
 have been disconnected.
EXAMPLE PROGRAM
 connect database A
 connect database B
 disconnect database A
 connect database A

 In the verify file dialog the default is shown as B
 but pressong ok will verify A.
WORKAROUND
Back to SPR List Previous Next