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 41572 - 41601 of 44316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41572
... WideStrings store Unicode as 16-Bit words (UCS-2 or UTF-16, depending on OS), UTF-8 stores Unicode as octet sequences. There is a type definition in the...
Stefan Heymann
stefanheymann
Offline Send Email
Jun 1, 2007
11:10 am
41573
Hello Stefan, ... okiedokie, that should make things easier. ... Hmm, I'm not sure here -- what exactly does the Firebird client return? Shouldn't IBO...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 1, 2007
11:24 am
41574
OK Paul... Sorry for being so sluggish on this. My IBO is 4.6.A. In IB_Grid.pas the lines: if not PositionControl( Col, Row, CellRect( Col, Row )) then ...
dmarmur2002
Offline Send Email
Jun 1, 2007
12:58 pm
41575
Hi Mitch! I think this is off-topic here. You are asking about a SQL issue. Anyway... You can't do Select * from Item where Project = :ProjectID and ...
dmarmur2002
Offline Send Email
Jun 1, 2007
1:27 pm
41576
... This is my problem. I'm lost, quite frankly, because I'm spoiled to never have to use this stuff and so I don't fully understand how to deal with all ...
Jason Wharton
kylixguru
Offline Send Email
Jun 1, 2007
3:34 pm
41577
Ryan, ... Possibly not, because the SQL could have been modified. Obviously this code is non-sense at least in the sense that some changes that were necessary...
Jason Wharton
kylixguru
Offline Send Email
Jun 1, 2007
3:56 pm
41578
Hi Antti, Thanks for answering. ... some > > specific version. I'd be rather p*ssed if I installed software that did ... I don't want to copy or update...
clementdoss
Offline Send Email
Jun 1, 2007
5:50 pm
41579
Mr. Jason, To say the truth, I did not know even how to start with (I forgot to say that I'm new to IBO). Following your hint, I could find a way to accomplish...
Renato Miranda
renato.smiranda
Offline Send Email
Jun 2, 2007
1:23 am
41580
Hi Jason, In previous releases, setting "DatabaseName" with a full connect-string also set the server and protocol. I was debugging my application and it kept...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 4, 2007
7:24 am
41581
... I found more -- I'm now using the .Database property, as I recalled that was the way to go. Protocol is set to TCP/IP (in Params) by the SetDatabase...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 4, 2007
7:35 am
41582
Hi Jason, With this query: select * from "#test2" order by 1 and trying an editable resultset, IBO modifies this to: SELECT "#test2".* , "#test2".RDB$DB_KEY ...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 4, 2007
8:11 am
41583
Hello everyone, I would like to know how you could easily have controls embedded in the TIB_Grid. I am actually looking for a way to have one of the Columns...
Ngigi Waithaka
ngigiwaithaka
Offline Send Email
Jun 4, 2007
3:11 pm
41584
... yes, of course, read the getting started guide, it has a full example of doing this Alan...
Alan McDonald
metaalan
Offline Send Email
Jun 4, 2007
3:25 pm
41585
... Of course! If you don't have the Getting Started Guide, grab "Working with IBO Data-Aware Controls" from the Tech Info page of the IBO website....
Helen Borrie
helebor
Offline Send Email
Jun 4, 2007
11:24 pm
41586
... It is likely the parsing for the Database string that is faulty. You can set the properties Server, Path and Protocol individually if you want to stay away...
Jason Wharton
kylixguru
Offline Send Email
Jun 4, 2007
11:34 pm
41587
... It seems that this shouldn't fail. Could this be a problem with the parser in Firebird? Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 4, 2007
11:36 pm
41588
... No, this seems to be OK. ... I'm not sure what's going on -> during a normal run, it works just fine, during debugging it messes things up by returning...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 5, 2007
6:15 am
41589
... parser ... It adds RDB$DB_KEY because there is no primary key, as far as I can see. On InterBase, this fails: select * from "NAME.WITH.DOT" order by 1 ...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 5, 2007
6:31 am
41590
Is there any simple example (demo) for FTS Component usage? Thanks in advance, Ferenc...
infolexteam
Offline Send Email
Jun 5, 2007
5:46 pm
41591
... Is it possible you could have applied new sources without rebuilding all of your design-time packages? Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 5, 2007
6:24 pm
41592
... You can use the project IB_FTS.dpr in the root directory. See the help file for this tool as well. Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 5, 2007
7:32 pm
41593
Hello, when my application runs a sqlscript using TIB_Script, the first command fails with the errormessage: message length error (encountered 0, expected 8 ...
scr0546
Offline Send Email
Jun 6, 2007
7:26 am
41594
... It seems your procedure has been written with a RETURNS() clause in the header. You can't execute such procedures in a script, obviously, since the output...
Helen Borrie
helebor
Offline Send Email
Jun 6, 2007
7:52 am
41595
Hi, I have a TIB_Grid as a separate TabSheet in a Form with a TPageControl. It's use is to fast-search items and, once found, double-click on them to edit in...
Renato Miranda
renato.smiranda
Offline Send Email
Jun 6, 2007
6:23 pm
41596
Good morning Jason There are days behind solicited one copies of their components in the modality Trustware and didn't receive no your answer I am going to try...
Virtual Memoryvirtual
virtual@...
Send Email
Jun 6, 2007
9:02 pm
41597
Flavio, ... If you have a Trustware request, you may write to me, respond@.... ... This is not a fault of IBO. It is the way SQL works. The...
Helen Borrie
helebor
Offline Send Email
Jun 7, 2007
12:14 am
41598
I'll post this anyway as someone may have a similar problem :) I was writing it has a basis for working how to fix the problem, which I have fixed, AND now...
Lester Caine
lscesuk
Offline Send Email
Jun 7, 2007
8:08 am
41599
Hello,Rmiranda ! ... the TIB_Grid. Try this: IB_Query1.ReadOnly:=True; // disable any manipulations with query, attached to your grid IB_Grid1.ReadOnly:=True;...
Dmitriy A. Beloshistov
dmitrybelosh...
Offline Send Email
Jun 7, 2007
8:08 am
41600
... in ... Thanks Helen. You are right, the procedure returned the last id (primary key), Now it works with a new procedure. Best regards Joe...
scr0546
Offline Send Email
Jun 7, 2007
10:03 am
41601
Hi, Dmitriy, I'd like to use the same IB_Query for: 1) the IB_Grid, not allowing updates; 2) the IB_Edits, allowing the updates. I thougth that I could do this...
Renato Miranda
renato.smiranda
Offline Send Email
Jun 7, 2007
11:33 am
Messages 41572 - 41601 of 44316   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