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 34164 - 34193 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34164
I'm trying to slim down some forms containing a few TIB_Edit controls. I have set them to 15 instead of the default 19 (with no border, no bevel and no 3d...
Alan McDonald
metaalan
Offline Send Email
Jan 1, 2005
11:08 am
34165
IBO Version 4.3Aa. There is a bug in the first Assigning FieldsIndex to a prepared TIB_Query. While assigning FieldsIndex to FBufferCursor in SysLayoutChange(...
Andreas Hesse
fisch50de
Offline Send Email
Jan 1, 2005
6:56 pm
34166
Hi Steve, I will try to look into the Model truncation issue over the next few days - is the issue solely that Autolabels that follow a model are not correctly...
Mark Pickersgill
mpickers2000
Offline Send Email
Jan 2, 2005
2:35 am
34167
Hi, how can I perform a Locate using multiple fields? I just try with this line but I get a compolation error tbl->Locate("N_DOC;ID_DOC;ID_TIPO_FACT" ,...
Adrián Deccico
deccico
Offline Send Email
Jan 2, 2005
8:26 pm
34168
hello Adrian, almost in Delphi (I don't know BCB) the syntax is: TIB_Query.Locate('FLD1;FLD2;...;FLDn', VarArrayOf([V1, V2, .., Vn]), [options]) Regards and...
Salvatore Besso
salvatorebesso
Offline Send Email
Jan 2, 2005
11:37 pm
34169
... Still I can't install on Win98. Anything more I can check? Please help. Jeff...
pringplata
Offline Send Email
Jan 3, 2005
12:09 am
34170
... Do you have the Delphi 5 update pack installed? If you have, your version of delphi.exe should show in the About box of the IDE as "Version 5.0 (Build...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2005
1:36 am
34171
... version ... 5.0 ... wrong ... the ... I have Update Pack 1 installed, and I have 3 comctrls.dcu in my system. Location and dates are ..\delphi\lib, 1/24/00...
pringplata
Offline Send Email
Jan 3, 2005
3:41 am
34172
... Um....I'd suspect the one in delphi\source\vcl - there shouldn't be dcu's there. As a reality check, try renaming it. (I mean you *are* looking for ...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2005
4:16 am
34173
Hi, I'm trying to evaluate some controls to use with D2005 and Firebird for a future application. I'm planning on a DataSnap/Midas app and testing a simple app...
ggroper
Offline Send Email
Jan 3, 2005
9:51 pm
34174
Why my APP create files .IBO in a directory with the name similar that my Firebird DATABASE.. ej: C:\MiApp\app.exe c:\Gasts\ c:\Common\ App.exe use IBOObjects...
josecruzph
Offline Send Email
Jan 3, 2005
11:46 pm
34175
When I try a "Build with {ackages build I get these errors [Error] Packages 'IBO40CRT' and 'IBO40CRT_D7' both contain unit 'IBO40CRT' [Error] Packages...
Alan McDonald
metaalan
Offline Send Email
Jan 4, 2005
12:04 am
34176
... dcu's ... looking for ... box and ... Thanks Helen. I renamed comctrls.dcu in source\vcl as you've suggested but still can't install. The Delphi path is...
pringplata
Offline Send Email
Jan 4, 2005
12:29 am
34177
Have you tried to set then pfInWhere property to false for all fields but the ones in Primary key?...
Eduardo Resek
eresek
Offline Send Email
Jan 4, 2005
12:31 am
34178
... Reason: I don't fiddle too much with fontmetrics but there is something wrong with this code in IBC_Edit.IMP. If you set the hieght of an IB_Edit control...
Alan McDonald
metaalan
Offline Send Email
Jan 4, 2005
12:55 am
34179
On the same line of Austin's question, I have been working with Midas and BDE (argh!) on an inherited app, and I am finally on the position to convert it to...
Eduardo Resek
eresek
Offline Send Email
Jan 4, 2005
1:00 am
34180
... These contain metadata, and they only exist when you enable schema caching. You can disable schema caching (or never enable it at all) by setting...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2005
1:06 am
34181
... few ... All of them are truncating, whether they follow a model or not. The only thing that stops this is albTrimX set to TRUE (does not make sense: set...
Steve Fields
stevefields2424
Offline Send Email
Jan 4, 2005
1:12 am
34182
... Oh-oh-oh - right....these 4.5 Eval kits are betas. I didn't know the 4.5 Ah Eval kit suffered from these problems. (The 4.5 Ai one sure does!!) I can't...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2005
1:37 am
34183
... Yes, pfInWhere flags for all fields are set to false, except for the Primary Key which is set to true. All the other component sets seemed to work OK(ADO,...
ggroper
Offline Send Email
Jan 4, 2005
4:10 am
34184
That already goes out of the range of my knowledge about IBO. I myself have posted a questions about general component usage and parameters (sorry, almost...
Eduardo Resek
eresek
Offline Send Email
Jan 4, 2005
3:05 pm
34185
Hi, On a Firebird DB, I set up a table with a "before insert" trigger. When a new records is added to the table, the trigger automatically adds a record in...
Eyal
ez_bikbon
Offline Send Email
Jan 4, 2005
6:57 pm
34186
... On the client side, IBO has no knowledge of triggers or their effects. ... Correct. IBO reads the RowsAffected count from the structure that is returned...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2005
11:27 pm
34187
... IBO40CRT shouldn't be in the picture at all. For current IBO versions, it belongs to Delphi 2005. For older IBO versions (4.2xxxx) the *_D7 runtimes ...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2005
12:02 am
34188
... I am running Version 4.2.Ib The IBO40CRT package has {$LIBSUFFIX '_D7'} in it so it's for D7 no? It's the C for Controls, R for Runtime package .. NO? All...
Alan McDonald
metaalan
Offline Send Email
Jan 5, 2005
2:41 am
34189
If I wanted to distribute a runtime package for IBO and not have it linked into my application code, which package should I place in the "Build Runtime ...
Alan McDonald
metaalan
Offline Send Email
Jan 5, 2005
2:44 am
34190
... Correct. And you should not have any **_D7 packages/libraires in the equation at all. Where did they come from? ... No, C=Core ... yes, RT=Runtime...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2005
3:43 am
34191
... When you compile IBO40CRT.dpk in D7 , you get IBO40CRT_D7.bpl in the Project/BPL directory. Alan ... Delphi help is not much good on this subject.. Just...
Alan McDonald
metaalan
Offline Send Email
Jan 5, 2005
3:53 am
34192
... Sorry, missed that one and it's the really easy one. You're allowed to deploy the run-time BPLs of the packages you paid subscriptions for and any packages...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2005
4:45 am
34193
Hellen, First of all thank you for the quick reply and for confirming my guess as to te cause of the problem. ... IMHO the assumption that only a single row is...
Eyal
ez_bikbon
Offline Send Email
Jan 5, 2005
12:04 pm
Messages 34164 - 34193 of 44319   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