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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 43569 - 43598 of 44318   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43569
Hi-- I thought I'd share our findings incase someone else finds themselves in a similar position. As far as I can tell, QR and IBO/FB all work perfect...
bwc3068
Offline Send Email
Mar 2, 2009
4:10 pm
43570
This problem cropped up with a user DB. We're running Firebird 2.1, with an application written in Delphi, using IBObjects as the interface. A table in the...
olgreyfox15
Offline Send Email
Mar 3, 2009
12:15 am
43571
Hi I donīt understand the behaviour of a TIB_ComboBox in a Grid. I have a Integer Field with a fixed range of values e.g. 1 2 3 and I want to display "one"...
sonic3076
Offline Send Email
Mar 3, 2009
12:59 am
43572
... Yes: although this is NOT an IBO question. Never resolve a limbo transaction by dropping the table! Limbo status is perfectly "normal" where you have...
Helen Borrie
helebor
Offline Send Email
Mar 3, 2009
1:25 am
43573
I tracked down the problem to the procedure TIB_CustomGrid.GetCellDisplayText( I replaced this function with an older version. (I found an 4.2Ib Version on my...
sonic3076
Offline Send Email
Mar 3, 2009
8:23 pm
43574
Hi all, I have a TIB_Query with SQL select * from rdb$database Then I declared a calculated field like this: blob_calc blob sub_type 0 procedure...
Markus Ostenried
macnoz
Offline Send Email
Mar 5, 2009
11:36 am
43575
I am not sure this should be a limitation. Looks more like a bug in IBO to me. It looks like it should be easy enough to fix. Can you work around it for now? ...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
7:38 am
43576
... Thanks for letting us know. Kind regards, Jason Wharton...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
7:40 am
43577
Kevin, ... I don't think I have a property that controls this aspect. We would have to get in the source code and enhance things a bit. You might look at it...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
7:42 am
43578
... I have not encountered this kind of problem before. You probably should seek for help on the Firebird support forums. Let us know what you figure out. ...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
7:43 am
43579
Jason - Very VERY good to hear from you! I will take a look at the source. Thanks, Kevin _____ From: IBObjects@yahoogroups.com...
Kevin Stanton
rdbsnw
Offline Send Email
Mar 6, 2009
2:37 pm
43580
Is it possible that you have set CalculateAllFields = true? Then you get an AV if you try to access AField....
sonic3076
Offline Send Email
Mar 6, 2009
3:12 pm
43581
... Thank you for the suggestion, I checked it and it is set to false. What I wrote in my original post was done in a clean test project, with nothing but a...
Markus Ostenried
macnoz
Offline Send Email
Mar 6, 2009
3:24 pm
43582
... Hi Jason, that feature is only asked for by one customer so I guess I can tell them to be patient until this gets sorted out. Do you want me to upload my...
Markus Ostenried
macnoz
Offline Send Email
Mar 6, 2009
3:29 pm
43583
You should also add in the OnGetText event to supply the display text conversion for when the in-line control is not showing in the cell. Jason ... From:...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
3:38 pm
43584
Kevin, ... Thanks! Things are coming together. I have been able to sell the property I've been struggling with. It was a lot of work putting that all...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
3:42 pm
43585
You can just email it to me direct if you want. Thanks, Jason ... From: "Markus Ostenried" <macnoz@...> To: <IBObjects@yahoogroups.com> Sent:...
Jason Wharton
ibobjects
Offline Send Email
Mar 6, 2009
3:44 pm
43586
GREAT! I think the community will be greatly relieved to hear this. _____ From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of...
Kevin Stanton
rdbsnw
Offline Send Email
Mar 6, 2009
4:06 pm
43587
The error seems to come from IB_Components, TIB_BDataset.SysPrepareSQL Procedure. It gets to the "if SQL.Count=0 then" statement and executes the error...
acathelp
Offline Send Email
Mar 6, 2009
8:45 pm
43588
Just make sure the SQL.Text doesn't contain just some Blanks, LF's , LF /CR's or cobination of the same, else you get the same error. SQL.Text = Trim(Sql.Text)...
Hans
ittybittypro...
Offline Send Email
Mar 6, 2009
9:08 pm
43589
Hi, Is there a way to use IBObjects to extract the table names from a SQL statment. For example, if a user provided the following string : (Completely made up...
sshowl09
Offline Send Email
Mar 7, 2009
7:58 pm
43590
... The SQL property of a dataset is a stringlist, not a string. What's happening at this point is that IBO checks whether the stringlist has any strings: it...
Helen Borrie
helebor
Offline Send Email
Mar 7, 2009
8:43 pm
43591
Sam, ... Yes. It's in the TIB_Row object. Look at the RelationNames[] property of the Fields[] property of your query. (My spelling could be off.) HTH, Jason...
Jason Wharton
ibobjects
Offline Send Email
Mar 7, 2009
8:44 pm
43592
Helen, I have never had any trouble assigning a string to the SQL.Text property of any kind of dataset component, or indeed to any kind of string list. ...
Roger Vellacott
rogervellacott
Offline Send Email
Mar 7, 2009
9:02 pm
43593
Markus, ... It seems that your AV might be not to do with the blobnode at all, but come from calling Create on an undeclared stream object. See how this goes...
Helen Borrie
helebor
Offline Send Email
Mar 8, 2009
1:11 am
43594
Hi Helen, ... (select * from rdb$database isn't exactly the ideal "set" to work with, though, since it can only be one row!!) my code was just an example to...
Markus Ostenried
macnoz
Offline Send Email
Mar 8, 2009
2:06 am
43595
Thanks Jason, Is it possible to access the relationNames information if the query is invalid ? For example if some of the tables mentioned in the query don't...
sshowl09
Offline Send Email
Mar 8, 2009
11:07 am
43596
... You can try this: uses IB_Parse; // - if the SQL statement doesn't specify an alias for a table then RelAliasList // will contain the relation name as...
Markus Ostenried
macnoz
Offline Send Email
Mar 8, 2009
11:22 am
43597
... You can answer this question yourself. Clue: if you succeed in preparing a query, you get all the information back. If you fail, you get an exception. ...
Helen Borrie
helebor
Offline Send Email
Mar 8, 2009
11:47 am
43598
Thanks for the help Helen and Markus. I need to take any SQL statement and extract from it all of the table names, as a stringlist perhaps. Irrespective of the...
sshowl09
Offline Send Email
Mar 8, 2009
1:01 pm
Messages 43569 - 43598 of 44318   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