Hi Not sure that this is exactly the right place to ask but I'm going to anyway! I have emailed 'j wharton at ibobjects.com' enquiring whether I would be able...
Hi,
I am trying TIB_SessionProps to capture error message (I am using TIBOQuery, TIB_Connection ), but I don't known what is wrong because it doesn't work. I...
Greetings, I've recently just started using TIB_DSQL for retrieving a product description (thanks to Helen, I wasn't aware you could retrieve field values with...
... Well. TIB_DSQL is only for EXECUTING statements, so if you have a SELECT statement as its SQL then that's your problem. You *can* use it to retrieve field...
Hi Jason, this is my scenario: 1) One main site where my customer have some workstation (6 or 7) that work on database (insert,update,delete,...) 2) Another...
... 1. Mails can easily drown in the spam that fills our mailboxes these days. 2. I think the licence states that you can use IBO for free (with the "nag"?) ...
Hello Pete, Aage, ... Yes, but he wants the nagscreen away. You can always explain your situation to Jason and ask for the nag-free, full-source version until ...
Hi If my delphi/IBO application is intended to be installed on various customers machines, are there advantages/disadvantages in my application using either...
Thanks guys Both Jason and Helen have replied to my email :) Doesn't spam have a lot to answer for! :( I too miss legit emails becuase they get filtered into...
... A very clean solution is a Linux mail server with procmail over postfix or sendmail and then add Spamassassin on top of it all. As long as people turn off...
I've tried to install IBOAdmin into CBuilder++ 6 but to no avail, is there a workaround? IBServices from Borland does not appear to work with Firebird 1.5 or...
SpamNET. Saved my butt. www.cloudmark.com Well worth it. Myles =========================== Myles Wakeham Director of Engineering Tech Solutions Inc. ...
Oops... Sorry... Replied to the wrong thread there... Myles =========================== Myles Wakeham Director of Engineering Tech Solutions Inc. Scottsdale,...
... Look at the source for the package (IBOAdmin.dpk): requires rtl, vcl, dbrtl, IBO40CRT_D6; <------------------ IBO40CRT_C6 ? I don't have Builder but...
... is ... work ... Hi Jon If you are referring to the IBOAdmin component posted at www.mengoni.it be aware the last change made to this is noted as 23Aug02,...
Hi Russell, I've got IBOAdmin working with FB 1.5.1 in D5. There's some trickery that is done to automatically determine if the IBOAdmin stuff should use IB or...
... The IBOBackupService sample app that I posted to the Files section of the list a few weeks ago was built in Delphi 6 with the Fb 1.5.1 server and the ...
bonjour, Est-il possible de chercher un enregistrement dans une TIB_Grid en tapant les premiers caractères, comme on peut le faire dans un TIB_LookupCombo ? ...
Bonjour delphmic, ... Il faut ajouter une compo IB_IncSearch (tu la trouveras dans le groupe iboSearch). Consulte l'aide pour TIB_IncSearch et TIB_BDataset...
Hello, I want to create a TCheckBox-like list with a TIB_Grid. The very first column should be a Checkbox which can be selected and de-selected. I thought the...
Daniel Albuschat
daniel@...
Oct 6, 2004 1:18 pm
32829
Hello, I have a hard time figuring out how to properly use TIB_DataLink. I want to derive a database-aware component from a regular Memo-Class. The...
Daniel Albuschat
daniel@...
Oct 6, 2004 1:57 pm
32830
Merci Paul, ça marche très bien avec le TIB_IncSearch, mais dans ce cas à quoi sert la propriété SearchKeyByKey de la TIB_Grid ? Je ne vois pas la...
... No documentation exists on how to make a control IBO aware, at least none I could find. So I started making notes on this as part of my work on the Kylix ...
... I second your request. Me too I've the need in some situation to have some "work" field to let the user enter something that I just need at the buffer...
Hi, ... I think your missing the point. In Daniel's scenario, it's just another way to do a multi-select of records, without using special key combinations....
Hi Daniel, ... workaround: Since it looks, you don't like to use a button that does the trick, you could use the OnCellDblClick (or OnCellClick event of the...
Hi, I have recently started using IB Objects. Thus, the question I am about to ask may seem "Silly," however, I have read the documentation, and I am still ...