Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 34514 - 34543 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34514
TIBOQuery.FilterRecord is not called in 4.5Ad ! Is this corrected in 4.5Ai ? (Filtered = true Filter = '' OnFilterRecord sets Accept depending on some...
rlssv
Offline Send Email
Feb 1, 2005
11:01 am
34515
Hi all. I have just upgraded to V4.5Ai and I have discovered that the IB_Grid's OnDblClick event no longer fires on the first row if IndicateRow is false. It...
Bob Zirbel
bobz22001
Offline Send Email
Feb 1, 2005
12:23 pm
34516
In comments to TIB_Export it says the following: It is also possible to perform some alterations to the internal cursor that is used to perform the export. One...
Steve Sinclair
sjsinclairuk
Offline Send Email
Feb 1, 2005
2:30 pm
34517
... Then just don't include it in the dataset. You don't have to include it in the SELECT list in order to refer to it in the WHERE clause. Helen...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2005
2:49 pm
34518
... the ... to be the ... No, in browse state the locateedit is active, then the color must be the searchingcolor. ... amending the ... default ... the ... a...
jdoscom
Offline Send Email
Feb 1, 2005
6:25 pm
34519
Hi We have build our app running with Firebird Super Server (1.5.1.44881), all works well. I have just uninstalled FB super server and installed classic to...
Robert martin
chreos3
Offline Send Email
Feb 1, 2005
8:24 pm
34520
Hello, Version 4.5Ai Select * from Table1 where condition1 order by 1,2,3 TIBOQuery.RecordCount returns correct value However Select * from Table1 where...
Hans
ittybittypro...
Offline Send Email
Feb 1, 2005
9:57 pm
34521
It seems like there is not the same functionality in a TIB_Ledger as in a TIB_grid to indicate which columns can be sorted by clicking on the icon. Is this...
Rick Roen
rick_roen
Offline Send Email
Feb 1, 2005
10:32 pm
34522
Can anyone make a suggestion ? I have converted a SQL Server DB to FDB, and am accessing using IBODatasets, however, when i go to make a change to any of the...
Craig Stevens
bentleyturbor
Offline Send Email
Feb 1, 2005
10:40 pm
34523
... Are you using TCP/IP to connect to the database? Classic does not support the cpLocal protocol... Helen...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2005
11:03 pm
34524
... None that I know of. Fb/Ib currently doesn't return a RecordCount from selects. If you ask for one, IBO will (ultimately) try to get one by attempting to...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2005
11:13 pm
34525
... Output from SQL is, by nature, not editable. To "edit" datasets (or insert or delete) the data access components do stuff to hook up DML statements that...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2005
11:21 pm
34526
Thank you Helen, I'm not about to rewrite some QReport functions yet :) But I did trace it down and found some solution. Open the Queries used in the QReport,...
Hans
ittybittypro...
Offline Send Email
Feb 1, 2005
11:58 pm
34527
Thanks.... this has worked, my data is now being edited, i added a PK to KeyLink & set RequestLive to true. ... From: Helen Borrie [mailto:helebor@...] ...
Craig Stevens
bentleyturbor
Offline Send Email
Feb 2, 2005
12:47 am
34528
Hi Helen. Yes I am using TCP/IP. Rob Martin Software Engineer phone +64 03 377 0495 fax +64 03 377 0496 web www.chreos.com Wild Software Ltd...
Robert martin
chreos3
Offline Send Email
Feb 2, 2005
2:21 am
34529
... What properties are you using for Server and Path? Helen...
Helen Borrie
helebor
Offline Send Email
Feb 2, 2005
2:56 am
34530
Hello Helen, Did some more digging and found out that IB_Componets->function TIB_Dataset.SysGetCursorRecordCount: longint; already converts a RecordCount call...
Hans
ittybittypro...
Offline Send Email
Feb 2, 2005
3:52 am
34531
Hi Helen I am using the exactly same settings as I do for Super Server, so they should be ok? However I think I need to move over to the Firebird support...
Robert martin
chreos3
Offline Send Email
Feb 2, 2005
3:56 am
34532
... Correct. ... Really useful, right? ... Not useful at all. With UNION sets, the recordcount is not the same as the sum of recordcounts of the contributing...
Helen Borrie
helebor
Offline Send Email
Feb 2, 2005
6:24 am
34533
Hi, ... Essentially, a proper fix can only be implemented once FB 2.0 is released. Since FB 2.0 will support derived tables, it should be possible to...
Daniel Rail
danielrail
Offline Send Email
Feb 2, 2005
10:56 am
34534
Hi All, I am running Delphi7 and recenlty I upgraded IBO 4.5.5. After that I received an error running some of the applications like: "Error Reading...
Felix Codat
fcodat
Offline Send Email
Feb 2, 2005
2:26 pm
34535
Hi Helen,, Well, instead of rewriting existing software and included packages, when converting from BDE to IBO, don't you think it is more practical to offer...
Hans
ittybittypro...
Offline Send Email
Feb 2, 2005
4:40 pm
34536
Hi, ... When converting an application from Paradox/BDE to FB/IB using IBO, there might be a some adaptation in your code for certain circumstances. I've never...
Daniel Rail
danielrail
Offline Send Email
Feb 2, 2005
8:05 pm
34537
Hi Daniel, I agree. There never is 100%, but it is getting close. The closest I can think for FlushBuffers is Commit. I would have preferred some...
Hans
ittybittypro...
Offline Send Email
Feb 2, 2005
8:29 pm
34538
I have a report that pulls up line items for customer invoices by date range. The parameters are supplied by TIB_Edit and TIB_Date controls that have their...
Rick Roen
rick_roen
Offline Send Email
Feb 2, 2005
8:46 pm
34539
... What did FlushBuffers do with an IB (or Fb) database? My guess is that the BDE FlushBuffers could be replaced by a No-op. ... What did the BDE do to find...
Aage Johansen
megselv2
Offline Send Email
Feb 2, 2005
9:18 pm
34540
The original query was something like select Account, Invoice , ' ' from ArInv where Period = :P join select Account, Invoice , CheckNo from ApInv ...
Hans
ittybittypro...
Offline Send Email
Feb 2, 2005
10:24 pm
34541
... But not smart enough, I see! ... Ok, if the "join" in the queries above really is a "union all". For a "union", the sum of (1) and (2) will in the general...
Aage Johansen
megselv2
Offline Send Email
Feb 2, 2005
11:20 pm
34542
... If it is the case that you want to apply Query A's parameters to Query B each time Query A's parameters change, then a TIB_StatementSource object linked to...
Helen Borrie
helebor
Offline Send Email
Feb 2, 2005
11:55 pm
34543
You are correct, I mistyped JOIN , it should be UNION for different tables ... According to Delphi Docs ... Posts all changes that have been written to the...
Hans
ittybittypro...
Offline Send Email
Feb 3, 2005
12:24 am
Messages 34514 - 34543 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help