[488] in Tooltime
Re: Questions that came out of training
daemon@ATHENA.MIT.EDU (Steven Wade Neiterman)
Sun Nov 9 13:35:16 1997
In-Reply-To: <v0302090ab087b638cb7a@[18.81.0.146]>
Date: Sun, 9 Nov 1997 13:39:30 -0500
To: Barbara Goguen <goguen@MIT.EDU>
From: Steven Wade Neiterman <wade@MIT.EDU>
Cc: tooltime@MIT.EDU
The optimal behavior would be to show immediate the one record without the
result set.
However, one purpose the result set serves is to lock a record as this is
the only place we were able to insert code from a QBE select statement.
When retrieving a record, a flag is set to Y for that record and the
username of the user locking (retrieving) the record is also stored in that
record.
Selecting a new record from the result set, Exit Log or Clear will all
remove the lock flag for that record.
>
>- When doing a find or a lookup, you always get a separate result set
>window even when only one row is found. Could this be changed to plug the
>data right into the log window when only 1 row is found?
..Steve