Subject | Re: [IBO] Re: How to edit calculated field? |
---|---|
Author | TeamIBO |
Post date | 2002-01-28T23:55:22Z |
> Put you have a *short list of records* to check Yes/No,I generally use Selected/NotSelected on a grid to let a user choose
records to process in some way.
> Maybe I'm missing something, maybe could be a relative easy andYou can achieve the same result with no changes to IBO by implementing
> powerfull enhancement of IBO :)
the task as a set of stored procedures. One stored procedure returns
the result set you want to work with - including the additional fields
you want to work with. Another procedure provides edit capability
over those fields - and the stored procedure does the work on the
server.
Provided the result set you are working with is relatively small (so
that refreshes can be done quickly if/when required) this works quite
well.
As to whether allowing edit of calculated fields is an "easy" change I
will eventually be able to let you know - as I am working on a project
in which I am going to be attempting exactly that (but in a much more
complex situation).
--
Geoff Worboys - TeamIBO
Telesis Computing