Re: R: [delphi-en] MSDE 2000 Licensing question

2005-06-10 Thread Jason Fischer
Thanks Nicola --- In delphi-en@yahoogroups.com, Nicola Biada [EMAIL PROTECTED] wrote: Hi Jason, look at this: http://www.microsoft.com/sql/msde/howtobuy/msdeuse.asp from this link: Q. Can I include and redistribute MSDE as part of applications that I develop? A. Yes, you can register

[delphi-en] DBX Error : No Mapping for Error Code Found

2005-06-10 Thread Jonathan
I experience that kind of error message everytime I execute a query against firebird (1.5.2). The real error should be about duplicate key (Primary key violation), but seems like the dbx cannot map the error to its internal error code somehow. Can anyone point me whether this is a known bugs, or

[delphi-en] Re: DBX Error : No Mapping for Error Code Found

2005-06-10 Thread d3lph1mania
I found the answer I Install Delphi 6 and Delphi 2005 on the same machine. The path for delphi 2005\bin comes prior to delphi 6 bin folder. So everytime the app search for dbexpint.dll, it will find the one from delphi 2005, and looks like the dll is not compatible with the component in delphi

RE: [delphi-en] Query null field

2005-06-10 Thread Mike Lucek
Use the pipeline's fields editor to set your field data types. Mike -Original Message- From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cyberbugr3 Sent: Friday, 10 June 2005 7:22 PM To: delphi-en@yahoogroups.com Subject: [delphi-en] Query null field Hi, I use

[delphi-en] speech recognation

2005-06-10 Thread metin duman
HÝ everybody. I need a component that can be used for recognating speech comands. Which components can be used for this process. And can I find any free component? Could you help me about this subject? Thanks. __ Do You Yahoo!? Tired of spam?

RE: [delphi-en] Query null field

2005-06-10 Thread CyberBug
I use DBpipeline, so field data type is from DBase. If the field is not NULL works, otherwise don't work. --- Mike Lucek [EMAIL PROTECTED] wrote: Use the pipeline's fields editor to set your field data types. Mike -Original Message- From: delphi-en@yahoogroups.com

Re: [delphi-en] Digest Number 1456

2005-06-10 Thread Pavel Evarestov
Hi, Vahan! Can't be done... I don't see in anyway UNION and JOIN doing a similar jobs... at least in what I'm doing... I have to remind that the query has nothing wrong, it's fetching the necessary rows, the problem relies either in the TDBPipeline or TppReport, I don't know if it's a bug or

Re: [delphi-en] Digest Number 1456

2005-06-10 Thread Threetwosevensixseven
Isn't is superb when that happens. Or else you come in fresh on Monday morning and solve it almost by accident because you have been pondering it subconsciously all weekend :) On 10 Jun 2005, at 17:34, Vahan Yoghoudjian wrote: Hi everyone... good way to start a weekend by solving a

[delphi-en] * Urgent Replacement - Delphi Developer - Baltimore, MD

2005-06-10 Thread Rohit
Hi , This is Rohit, Resource Manager from IT Link International. I have the Following Req, Please let me know if you have any consultants available for the same. Please send me resume in Word and let me know the work status (H1/GC/US Citizen) No. of Positions: Two Location:

[delphi-en] Re: Query null field

2005-06-10 Thread Katja Bergman
--- In delphi-en@yahoogroups.com, cyberbugr3 [EMAIL PROTECTED] wrote: Hi, I use Report Builder 9.01 and Delphi 6. Some fields in Query type string are null, I would like to display these fields, but Report Builder give me Could not convert variant of type(Null) into type(String) I

[delphi-en] Re: MDIForm in DLL

2005-06-10 Thread Katja Bergman
--- In delphi-en@yahoogroups.com, Josef Jatinugroho [EMAIL PROTECTED] wrote: Hai everyone... Can anyone tell me what's the problem when MDI Child forms don't show up at MDI form's Children list when they are added from DLL? Okay, let me try to explain the Delphi problem with DLL's. Every

Re: [delphi-en] Re: MDIForm in DLL

2005-06-10 Thread G J Belland
You might want to look at this article: http://delphi.about.com/library/weekly/aa020805a.htm which presents a workable solution to the MDI form in dll problem. George On 10 Jun 2005 at 23:37, Katja Bergman wrote: To: delphi-en@yahoogroups.com From: