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 42977 - 43006 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42977
Hi, -related screenshot in the 'Teams' photos album- I am new to Delphi and IBObjects. So far my experiences have been great and I am enjoying using this...
sam.howley
Offline Send Email
Jun 2, 2008
10:36 am
42978
Hello Sam. Welcome to Delphi and IBO. I'm brazilian, and so, I don't speak english. Sorry, for the errors. Well, I think you can use just one TIB_Query, for...
João Henrique Lev...
joaolevada
Offline Send Email
Jun 3, 2008
1:20 pm
42979
Hi, It looks like a TIB_CtrlGrid is a great fit for what I need. Thanks for the suggestions. ... new ... recommend to ... TDBCtrlGrid. ... internet....
sam.howley
Offline Send Email
Jun 5, 2008
11:20 am
42980
Jason, I have used your product extensively but I do not delve into the code, or have the time to trace it either. Could you add an option to turn off debug...
steve.fields24
Offline Send Email
Jun 10, 2008
11:01 pm
42981
Hello, I have this program that assigns unique number (JEVNO) to each record added in a table (JEVS). it's not an auto-increment field, its a varchar type...
jeffplata
Offline Send Email
Jun 12, 2008
9:20 am
42982
There is a white paper on IBO's Homepage addressing that issue. ... From: "jeffplata" <jeffplata@...> To: <IBObjects@yahoogroups.com> Sent: Thursday,...
Hans
ittybittypro...
Offline Send Email
Jun 13, 2008
2:53 am
42983
Hans, if you are referring to the "auditable series" ti, then yes I have read it. The technique presented is more of a server centric approach - what I want to...
jeffplata
Offline Send Email
Jun 14, 2008
2:06 am
42984
I am working on having separate debug DCU files generated. Care to test things when it is ready? Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 16, 2008
9:15 pm
42985
Jason, maybe this thread could be a good occasion to speak of this. At every new IBO release I change the folder structure, I modify the package files and I...
Salvatore Besso
salvatorebesso
Offline Send Email
Jun 17, 2008
7:00 am
42986
Hi, I have some generators created in a firebird (v2.0.4) database. However, I can't view them using the IBSQL (latest from IBO website) desktop utility. I...
tkhpeter
Offline Send Email
Jun 17, 2008
8:01 am
42987
Hi I need to prevent users from selecting multiple rows in an IB_Grid. Setup is TIB_Grid - TIB_Datasource - TIB_Query. I cannot find any property to change...
Paul
pamalc
Offline Send Email
Jun 18, 2008
3:48 am
42988
... I don't think there's anything you can do to disable the visual behaviour - it comes with the underlying Windows grid control. The IB_Grid response to a...
Helen Borrie
helebor
Offline Send Email
Jun 18, 2008
4:13 am
42989
... I don't have an idea *why* but I confirm that IB_SQL now seems unable to deliver the generators *from ODS 11.0 and 11.1 databases*. Still OK with ODS <...
Helen Borrie
helebor
Offline Send Email
Jun 18, 2008
5:36 am
42990
Does anyone have a makefile to build IBO using Builder 2007? Thanks, Bruce...
p3pp3rh3ad
Offline Send Email
Jun 18, 2008
1:26 pm
42991
Paul, ... Set IndicateSelected property to false. Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 19, 2008
4:06 pm
42992
Would you send me the batch files for me to look at?...
Jason Wharton
kylixguru
Offline Send Email
Jun 19, 2008
4:07 pm
42993
I'll look into this... It would help if you told me the exact method you tested this. Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 19, 2008
5:28 pm
42994
... The installer does this automatically. There are also package group files in the full source you can use. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
Jun 19, 2008
5:29 pm
42995
Hi, Jason Yes, the installer builds everything, but I would like to experiment a bit and need to recompile. The only package group file I see is ...
p3pp3rh3ad
Offline Send Email
Jun 19, 2008
7:56 pm
42996
I see, in that case I probably don't have much to help you. Will the IDE auto generate one if you open the one from the previous version? Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 19, 2008
11:49 pm
42997
I have a TIB_Checkbox connected to a boolean field. It mostly works, but when the state is toggled, the check mark only comes and goes when the mouse is moved...
p3pp3rh3ad
Offline Send Email
Jun 20, 2008
2:33 pm
42998
I'm quite new to IBO and want to start using it to perform ETL operations on a new database. I have an empty database created and I am writing a program to...
Doug Chamberlin
dougchamberlin
Offline Send Email
Jun 20, 2008
7:17 pm
42999
Hi friends In one form X I have this mater/detail and work well dmComum.QdblookAluno.Close; dmComum.QdblookAluno.ParamByName('COD_ALUNO').Clear; //clear the...
Delmar Wichnieski (De...
delmar@...
Send Email
Jun 20, 2008
7:19 pm
43000
... At design time? or in run-time? Helen...
Helen Borrie
helebor
Offline Send Email
Jun 20, 2008
10:25 pm
43001
... That build of IBO is a beta version from January 2007!!! It undoubtedly has serious bugs, although your problem comes from wrong logic in your application...
Helen Borrie
helebor
Offline Send Email
Jun 20, 2008
11:13 pm
43002
... At runtime. I basically want to read a CSV file with field names included in the first line, map them to fields in the target table, check the target...
Doug Chamberlin
dougchamberlin
Offline Send Email
Jun 20, 2008
11:14 pm
43003
... Well, as you probably know, IBO isn't an ADO driver. ;-) What IBO is, is a native data access interface for the Fb and IB APIs. And, as you also know,...
Helen Borrie
helebor
Offline Send Email
Jun 21, 2008
12:38 am
43004
Well, that's a lot to digest. Thanks for all the info, Helen. I looked closer at TIB_Cursor and used it to find the table names (as you suggested). Looks like...
Doug Chamberlin
dougchamberlin
Offline Send Email
Jun 21, 2008
2:32 am
43005
In v. 4.7.16, if I set the TIBODatabase.SchemaCacheDir an AVoccurs when I try to access the db.SchemaCache.GeneratorNames. The call stack is: ...
Ed Dressel
Ed0302
Offline Send Email
Jun 21, 2008
8:09 pm
43006
Jason Wharton wrote: Set IndicateSelected property to false. Works a treat, thanks Paul...
Paul
pamalc
Offline Send Email
Jun 23, 2008
2:24 am
Messages 42977 - 43006 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