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 42319 - 42348 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42319
Thanks Jason - that's very helpful Regards Paul...
Paul Hope
paulphope
Offline Send Email
Nov 1, 2007
3:26 pm
42320
... I've added some extra logging of connection stuff, but since killing the sophos anti-virus the machine has run perfectly today. I'll give it a few more ...
Lester Caine
lscesuk
Offline Send Email
Nov 1, 2007
8:03 pm
42321
Earnest, I was not able to find the problem with the sample app I received. I must not know the right steps and the order to do them in to see it. Will you...
Jason Wharton
kylixguru
Offline Send Email
Nov 2, 2007
4:26 am
42322
... I will say that there are a few things I noticed that are not working right with blob's and cached updates but its really hard to get a firm grip on them....
Jason Wharton
kylixguru
Offline Send Email
Nov 2, 2007
4:45 am
42323
Jason, ... So that's what I proposed above: Have a boolean property that simply determines if IBO does transliteration or not. ... You'll have to do it right....
Stefan Heymann
stefanheymann
Offline Send Email
Nov 2, 2007
10:24 am
42324
Hi, I was reading this thread interestingly. I also think that UTF-8(and UCS-x) handling will become important in windows platform. The firebird will futures...
Minoru Yoshida
yoshida@...
Send Email
Nov 3, 2007
4:59 am
42325
Jason, did you already decide how you want to do it? As you changed the AsString behaviour of UTF8 connections, my application is broken and I would need to go...
Stefan Heymann
stefanheymann
Offline Send Email
Nov 6, 2007
1:02 pm
42326
Hi, I tried it. In both WindowsXP and Delphi7 US editions. There were no problem. Firebird environments: - Firebird V2.1(Beta 2) - Database defaut charcter set...
Minoru Yoshida
yoshida@...
Send Email
Nov 6, 2007
11:16 pm
42327
Stefan, ... I wouldn't go back to an earlier version if I were you. You can tweak the code so that it won't transliterate. Find the one line of code where it...
Jason Wharton
kylixguru
Offline Send Email
Nov 7, 2007
1:59 am
42328
Jason, ... I didn't find one line. However, I found several occurences in IB_Components.pas and IBODataset.pas that go along the lines of: {$IFDEF...
Stefan Heymann
stefanheymann
Offline Send Email
Nov 7, 2007
8:47 am
42329
Hi, I've setup an IB_LookupCombo (Firebird 2 / Delphi 2006) and the keylinks and gridlinks all work fine. My gridlinks show two fields from the child table and...
Shanil Misra
shanil.misra
Offline Send Email
Nov 7, 2007
11:59 am
42330
... From what I can make of the above description, you're possibly trying to use the IB_LookupCombo for the wrong kind of relationship. What do you mean when...
Helen Borrie
helebor
Offline Send Email
Nov 7, 2007
12:20 pm
42331
... the ... fields ... the ... two ... form - ... time? ... trying to use the IB_LookupCombo for the wrong kind of relationship. What do you mean when you say...
Shanil Misra
shanil.misra
Offline Send Email
Nov 7, 2007
12:44 pm
42332
Hi all, I'm trying to use a TIBOQuery inside a thread and i'm getting some errors. I'm creating a test case, but before describe my problem deeply, is there...
fabiano_bonin
Offline Send Email
Nov 7, 2007
1:09 pm
42333
Just after posting the question, i found an old thread about this issue. It seems the problem is in the firebird client library and i need to create a new...
fabiano_bonin
Offline Send Email
Nov 7, 2007
1:14 pm
42334
... { Helen shakes head, rubs eyes and murmurs "Must be time I was in bed." } I need to repeat that a control is *set* driven. You can't arbitrarily populate...
Helen Borrie
helebor
Offline Send Email
Nov 7, 2007
1:20 pm
42335
... Yes. Beside the fact, that a thread should be seen as an isolated entity, e.g. as data module, you also must use a TCP/IP connection, even if it is a local...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Nov 7, 2007
1:28 pm
42336
Fabiano, ... Each thread should have its own TIB_Session and TIBODatabase component. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
Nov 7, 2007
7:08 pm
42337
... in ... popup ... to ... user ... the ... bed." } ... arbitrarily populate it will fields from different tables. ... http://www.ibobjects.com/TechInfo.html...
Shanil Misra
shanil.misra
Offline Send Email
Nov 8, 2007
7:21 am
42338
... No, it's a question of using the control for its designed purpose. ... With the IB Objects CONTROLS (note this word) you must understand that their...
Helen Borrie
helebor
Offline Send Email
Nov 8, 2007
9:52 am
42339
... should be as ... that their behaviours are driven directly from the data. They are data DRIVEN. This is conceptually opposite to your idea, based on ...
Shanil Misra
shanil.misra
Offline Send Email
Nov 8, 2007
12:24 pm
42340
... I do not understand what this is about... but then I never have tables owned by different users. You cannot expect a lookup to work unless the user has...
Geoff Worboys
gworboys
Offline Send Email
Nov 8, 2007
10:01 pm
42341
... Thanks for all the very useful commentary and suggestions. Your suggestion of a TIB_Text certainly works; I have already used that in combination with...
Shanil Misra
shanil.misra
Offline Send Email
Nov 9, 2007
8:27 am
42342
... OK I'm not out of the woods here :( All that killing the anti-virus crap has done is allowed the machine to run a lot faster, so that a restart is...
Lester Caine
lscesuk
Offline Send Email
Nov 10, 2007
8:17 am
42343
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 :...
IBObjects@yahoogroups...
Send Email
Nov 11, 2007
6:58 am
42344
Thanks Minoru, I have just recently had some success after getting the TMS Unicode controls and using the TMS AdvStringGrid's WideCell property. I've still got...
justin.hendo
Offline Send Email
Nov 12, 2007
3:57 am
42345
Hello, after I changed from FB 1.5 to FB 2.0 I also had to change to the latest release if IBO (4.8.6). After that, I have huge performance problems, and I do...
Helmut Steinberger
kittikira
Offline Send Email
Nov 12, 2007
5:18 pm
42346
Make sure you don't have any 'not in (a,b,c)' selections ... From: "Helmut Steinberger" <hs@...> To: <IBObjects@yahoogroups.com> Sent: Monday,...
Hans
ittybittypro...
Offline Send Email
Nov 12, 2007
6:14 pm
42347
There are no not in (a, b, c) selections in my queries. The only changes to the queries I have made are those to get FB2.0 accepting the syntax. In some...
Helmut Steinberger
kittikira
Offline Send Email
Nov 12, 2007
6:26 pm
42348
Hello group, as I am quite aware of the character-set problems and how UTF-8 and Unicode works, I'd like to give my two cents on this topic. First I'd like to...
Daniel Albuschat
d.albuschat@...
Send Email
Nov 14, 2007
10:32 am
Messages 42319 - 42348 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