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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 29908 - 29937 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29908
... What are you using transactionsources for? They are meant for internal use... Anyway, transactionsources have transactions, not the other way around. ... ...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
8:16 am
29909
Hi to all, I have a lot of SP that make a lot of works for my Client App but i need to have a ProgressBar on my Client App for show to my users how much time...
Enrico Raviglione
enricorav
Offline Send Email
Mar 1, 2004
10:29 am
29910
Hi all (and perhaps mostly Helen :-) We have a project we want to convert to Kylix, but how close is the beta to an actual release ? If it is 'pretty darn...
Peter Henriksen
peh@...
Send Email
Mar 1, 2004
11:40 am
29911
... Close and not close. Close, in that you can do non-visual stuff with TIB_ (as long as you use non-data-aware controls) and the TIBODataset stuff. Not...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
12:47 pm
29912
Hi, ... Probably events are your only solution. I haven't used them for this purpose, so you'll probably have to test that concept yourself. If it's a...
Daniel Rail
danielrail
Offline Send Email
Mar 1, 2004
1:18 pm
29913
Hi Helen I would very much like to participate in the beta program. Please let me know what to do :-) Kind regards Peter E. Henriksen Group IT Business...
Peter Henriksen
peh@...
Send Email
Mar 1, 2004
2:41 pm
29914
D5, IBO 4.3.A, IB 6.0.2 How to setup/use TIBOTransaction in my app for hard commits. 1. Drop TIBOTransaction (xAction) on my data module, set IB_Connection to...
Ross Garbig
ross@...
Send Email
Mar 1, 2004
3:37 pm
29915
Hi! With IBObjects 4.3Aa I have the following problem. I have a TIB_Cursor with a SQL SELECT * FROM Table1 join Table2 on Table1.ID = Table2.ID WHERE Table1.ID...
achidan
Offline Send Email
Mar 1, 2004
4:23 pm
29916
Hello ! I want to use DML Synchronization technic with a TIBOQuery (not TIB_Query), is it possible ???!!! Can someone help me !!! very urgent !!! I need it for...
zpululu
Offline Send Email
Mar 1, 2004
5:25 pm
29917
... I found now out that I can set the property SearchedEdits to true, so that the update statement is using the KeyLinks to update the row. Now it looks like...
achidan
Offline Send Email
Mar 1, 2004
7:53 pm
29918
... I found out, that the field 'ID' is set, but if I check cur.KeyFields[0] then I get .AsInteger = 0 and .IsNull = false KeyFields is not pointing to...
achidan
Offline Send Email
Mar 1, 2004
8:53 pm
29919
... The query is ambiguous. select table1.* from table1 join table2 on table1.id = table2.id ... Yes. IBO uses it when there are no valid keylinks. ... First,...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
8:59 pm
29920
I have begun to change a DELPHI 3 program to IBO. I have begun the conversion. and I have run into a problem concerning the use of Blobs. I use a blob, in this...
jack_engleman
Offline Send Email
Mar 1, 2004
9:09 pm
29921
Hi Helen Thank you for your reply! ... I and my Firebird 1.5 don't find this query ambigous (no error from Firebird). Also your query gives a differnt...
achidan
Offline Send Email
Mar 2, 2004
1:03 am
29922
... No, it won't work for a cross-join (which is what your "new" query wants). ... No, the Keylinks won't be correct unless you provide the correct Keylinks. ...
Helen Borrie
helebor
Offline Send Email
Mar 2, 2004
1:33 am
29923
hi helen, I am using transactionsources so that i may use the OnStatusChanged event for when the transaction changes state. The main point i'm unsure of is...
anthpjc
Offline Send Email
Mar 2, 2004
2:40 am
29924
... What are you actually *doing* in this event? What are you using the ib_transaction source *for*? ... I cannot guess, other than you are doing something in...
Helen Borrie
helebor
Offline Send Email
Mar 2, 2004
4:21 am
29925
i've figured it out and it was due to a stored procedure that i had running somewhere in between that uses the infamous transaction. Thanks for your help and...
anthpjc
Offline Send Email
Mar 2, 2004
6:23 am
29926
Hi Helen Thank you again for your reply ... Sorry, here I wanted to write something else: Field21 and Field22 are unique as fields in Table2, I meant there is...
achidan
Offline Send Email
Mar 2, 2004
9:49 am
29927
Hi Does some exist component that has likeness with the clientDataset or RxMemoryData and what can be used by the visual components of IBO? Thankful Humberto...
Humberto Reis
humbertoreis...
Offline Send Email
Mar 2, 2004
12:54 pm
29928
Hello ! I want to use DML Synchronization technic with a TIBOQuery (not TIB_Query), is it possible ???!!! Can someone help me !!! very urgent !!! I need it for...
zpululu
Offline Send Email
Mar 2, 2004
7:23 pm
29929
When u use the TIB_Query object, one can set the MaxRows property to 1, so that only one row at a time is downloaded from the server. As i understand this, it...
Jonathan M. Freedman
jonathanmfre...
Offline Send Email
Mar 2, 2004
9:14 pm
29930
... In general, if you only need one row, only request one row *in your SQL*. If the user needs multiple rows then don't set MaxRows to 1. Rows come across...
Helen Borrie
helebor
Offline Send Email
Mar 2, 2004
10:12 pm
29931
When working in the Script Editor, the Delete key doesn't work. Have to use backspace. IBO 4.3 Aa, Delphi 6 pro, Windows XP Pro. ...
Don Gollahon
dlgllhn
Offline Send Email
Mar 3, 2004
5:16 am
29932
... I've noticed that too. :-) Helen...
Helen Borrie
helebor
Offline Send Email
Mar 3, 2004
6:49 am
29933
I answered this quite some time ago. Yes, you should be able to. You might need to access the TIBOQuery.InternalDataset property to get at the TIB_Query...
jwharton@...
kylixguru
Offline Send Email
Mar 3, 2004
7:22 am
29934
... Hi, This is possible, since I use in my entire app. You have to use TIBOQuery.InternalDataset to set the DMLFlags, and you have to write your own...
Marcel Brink
insho2002
Offline Send Email
Mar 3, 2004
9:35 pm
29935
So have I, any takers to see what the problem is? Jason ... I've noticed that too. :-) Helen...
jwharton@...
kylixguru
Offline Send Email
Mar 3, 2004
11:40 pm
29936
Hi all. Wheel mouse scrolling on a IB_ctrlGrid doesn't seem to work. Does anyone know if this is a bug or the code just hasn't been implemented. If the code...
Bob Zirbel
bobz22001
Offline Send Email
Mar 4, 2004
3:13 am
29937
Bob, Mouse wheel behaves strangely with dbgrids - this code handler will correct this behavior. Just drop a TApplication component on a form procedure...
pizzateig2002
Offline Send Email
Mar 4, 2004
8:31 am
Messages 29908 - 29937 of 44315   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