I'm having the same behaviour in my Details grid. I go to first row and enter some values. Then scroll up (or down) with mouse wheel and all fields are empty...
Please have a quick look in the sources and tell me what you see. Set a breakpoint in the Cancel event and then look at the callstack to see what is initiating...
I set breakpoint into procedure TIB_Dataset.Cancel, but it was never reached. BeforePost, BeforeCancel, BeforeScroll - none are reached in this case. The...
... Weird.... Please try and catch where it is changing to values of the column. Perhaps try and set an OnChange event in a column and catch where it is...
... I suspect that what you are losing are the changes in your editor that haven't been flushed to the dataset record buffer and the mousewheel is not ...
And this only happens on first row when scrolling up and last row when scrolling down Riho Ellermaa _____ From: Jason Wharton [mailto:jwharton@...] ...
Hi all, I am trying to compile the IBOAdmin but there are some files missing. IB_C0mponents and another file not .pas. Does someone have all of its files or...
Hi, ... IB_Components.pas is an IB-Objects file. You need to get IB-Objects in order to compile IBOAdmin. -- Best regards, Daniel Rail Senior System Engineer ...
I found the problem and fixed it for the next release! For those who are registered (commercial or Trustware) customers, I have a BETA ready for your testing...
I have included this fix in the next release of IBO. If you would like your credits in the sources, please get the beta and modify the header file with them...
James, This problem has been resolved in the forthcoming release. If you would like to BETA test this, please send me a private email. Thanks, Jason Wharton...
Thanks for helping out with this sample application. This was a tough issue to solve but I got it. The fix for this will be in the next release. Jason Wharton ...
... Lester, I was checking the WORKING table on update trigger. WORKING is a temp table with 4 fields and has the UID field set up as a primary key. I was...
... are not ... index ... Lester, Don't bother replying to the message above - I don't have the time to mess about trying to fix this - I am going to use...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File : /IBOAdmin.zip...
IBObjects@yahoogroups...
Nov 1, 2004 7:26 pm
33228
hello Jason, since we are close to a new release, I want to kindly ask you if you have found something about the bug reports that I had submitted to you...
To help us help you, post the DDL extract of your database or the SQL script that creates your database. I suspect you might have a trigger that fires off...
I don't believe I have addressed these issues yet. Feel free to resend me privately any correspondences regarding them. I had a rash of email problems over...
... From my 10 years plus experience dealing with databases, this kind of error is your friend. It is much better to deal with the initial stringency of tight...
I grabbed your version and spruced it up for Delphi 6 and 7 and posted it back on to yahoo groups files area. I'm attaching it here for you to review as well....
... of error ... stringency of ... front-side ... That's ... would ... there's ... it all ... Jason, I have been working with databases for many years and I...
Trevor, ... Unless you redesign your specs, you are going to confront this issue here or later. I would just hope if I were you that your next chosen toolset ...
Alan, If you are selecting from a stored procedure there isn't a practical way to refresh just a single record. I've tampered with the idea of allowing you to...
Using a WHERE clause on select procedures is VERY expensive to the server. I don't recommend you do this unless it is for very minor adjustments. Jason Wharton...
Alan, Using MasterParamLinks is perfectly acceptible in this manner. Using KeyLinks with a select procedure is not advisable, at this point. Jason Wharton...
... Results are the same. Server has to process the entire dataset sequentially to apply the where clause logic. There is no way the server can take that...
For some reason the table "WORKING" was defined twice in your script. Please take the cut down version you gave us and verify it as if you were us and provide...