Subject | Re: [IBO] How to edit a numeric field? |
---|---|
Author | Artur Anjos |
Post date | 2001-08-21T20:28:22Z |
You must set RequestLive to true to Edit the Row. And you must understand what was going wrong, so next time you have the problem you can easily go there and fix it.
I really add a "feeling" that your problem is related to Keys. If you have a key that is change by the server, you can post it the first time, but you can not in the second time, because IBO does not know how to locate it.
Artur
I really add a "feeling" that your problem is related to Keys. If you have a key that is change by the server, you can post it the first time, but you can not in the second time, because IBO does not know how to locate it.
Artur
----- Original Message -----
From: mirco@...
To: IBObjects@yahoogroups.com
Sent: Tuesday, August 21, 2001 3:23 PM
Subject: Re: [IBO] How to edit a numeric field?
It works ... finally, but I am not entirely certain about the
dependencies.
I tried a new project (and also the one from Helen). Editing the
column doesn't work unless RequestLive is set to true. Editing the
field in IB_SQL when opening the SQL editor from within the
connection doesn't work (I guess the [nameless] query has request
live set to false).
I tried in my real project - it had RequestLive set to true, but no
success. At the end, I deleted the query, and recreated it again and
now it works. I compared property settings, but as the query is
actually inherited from an ancestor class, property settings are in 3-
4 different files (this is one thing I really hate in Delphi...)
Thanks for the support (special thanks to Hellen)
Yahoo! Groups Sponsor
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]