Put the Dataset in Edit Mode. Write the new content directly to the field. Better: Extend your component to be data sensitive, then you would need no manually...
hello Lester, ... Try to repost. Normally Alexander or Michael or Gord do answer to problems posted by users. ... Exactly the same thing I usually make with...
Andreas, I work with Daniel, and I also indicated he should put the dataset into edit mode. I have not used IBO for over a year so could not advise much more ...
... Tried another tack there. Builder6 is not a problem - IBObjects is the bit that still needs sorting. ... Basically exactly what you are doing on Delphi....
Hi... How I coloring grid cells if an specific value. Sorry my english.... I´m Brazilian Henrique ... Outgoing mail is certified Virus Free. Checked by AVG...
Hello, João! You wrote to <IBObjects@yahoogroups.com> on Wed, 1 Dec 2004 12:03:00 -0200: JHd> How I coloring grid cells if an specific value. JHd> Sorry my...
... Found that now - I'm going to have to re-write ALL the reports as they use the IB_Query information direct out of the IBO application. Something that seems...
Will someone fill me in on this? What is happening? Also, please keep in mind I'm still ironing out kinks in the installation that will automate installing IBO...
If you would, please try and decipher exactly what the contents of the teb is when that call is made so we can rule out IBO or the server as the source of the...
Thanks Carlos Mas olhando os SAMPLES que acompanha o IBO, mais especificamente o CONTACTS, eu consegui adaptar o codigo para minha necessidade. Fiz da seguinte...
Jason, ... if you want to compile FR3 packages keep in mind that FR3 uses also Fast Script. At present time (for Delphi 7): Fast Reports 3 packages (both...
Complicating the IBO install script is the least of my concerns. I'd rather the script untangle the complexity than expecting all the users to do it...
Are you using the CheckListBox control? If so, I just might be interested in modeling after your case to make it data aware and add it to the list of controls...
Jason, The code daniel is using comes from something I wrote. If you'd like me to make it TDataset aware let me know and I'll do it. Keep in mind the code is...
Jason, BTW, I forgot to answer your other question. The control dynamically creates multiple checkboxes based on a bit pattern. The database value is a ...
... The FastReport Install package is simply not installing any IBO compatibility in Builder5 or 6 - hence my problems. The move from FR2.5 to FR3 is much like...
Such IBO_CheckBoxList control would be great - BTW, I would like to see code of it for the component writing educational purposes :) Gediminas --= The Truth Is...
Is the IB_Richedit control just a wrapper for the M$ riched.dll library? I have found the library itself very buggy and I can't rely on controls which use it. ...
I'll find some time to create a component based solution that is data aware. Someone else will need to convert it to Delphi for me (I don't have THAT much time...
I'm wondering if it is possible to create a native (IB_) control which is based on TRichView (a native Delphi richedit control) rather than the M$ RichEdit...
... source ... hood. ... I am not sure exactly what you are asking here, but I have compared the address as pointed to by PdbHandle in the call to...
Josh Higgs
Josh@...
Dec 2, 2004 12:33 am
33776
I'm struggeling with the IB_StoredProcedure component in Delphi 7. Probably like most other IB components it is simpler than I am making it, but I need to...
I have configured my app to use the embedded server. I delete the server entry, provide the path to the database file and ensure my conf, udf etc files are in...
Josh, Seems you understood perfectly what I was requesting. Thanks. Indeed this does sound IB related. Is using Firebird an option? At least with it you...
Don't put all that work into it, making something data aware is very EASY with IBO. Much easier than TDataset if you are me and you know how to do it. Most...