ask for a new functionality

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nschmied
Posts: 72
Joined: Mon 09 May 2005 08:03
Location: Suisse

ask for a new functionality

Post by nschmied » Thu 06 Oct 2005 06:59

Hello,
This time it is not for a bug. :wink:

It tightened possible to have an option in the session
for disabled the ReadOnly control on the fields at the time of the post.

Because in certain case, the readonly is valid only for the interface, but the developer modifies the values.
And in any event for Oracle, the concept of field ReadOnly does not exist.

Thank you,
NSC

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 10 Oct 2005 12:13

It's not clear what exactly you need. Please desribe your feature request more detailed.

nschmied
Posts: 72
Joined: Mon 09 May 2005 08:03
Location: Suisse

Post by nschmied » Tue 18 Oct 2005 07:59

I would like to be able to remove the ReadOnly test when I Post the data in the database

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 21 Oct 2005 11:11

Please describe situation when you need to access fields during the Post operation, and show how do you access them. It is better to send us a demo project to demonstrate your needs.

Post Reply