 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Holger Flick Guest
|
Posted: Fri Jul 30, 2004 1:37 pm Post subject: OFF: ComponentOne |
|
|
Hello everybody,
I know that I am a little bit on the margin what is on-topic regarding
this post... But please give me a chance to explain before you cancel
it :-)
I got D8 Pro. With it came the Component One components. Well, there is
this TrueDBGrid, which has a really good designer and everything.
Features are amazing.
Problem: I use the standard .NET grid and I can see/edit my data using
it. The TrueDB grid just won't show anything...
I tried contacting Component One about it using their web site, but the
mail bounced.
As it came with D8, I'd like to know if any of you found any additional
info about the component set.
Regards,
Holger
|
|
| Back to top |
|
 |
Rick Carter Guest
|
Posted: Fri Jul 30, 2004 1:57 pm Post subject: Re: OFF: ComponentOne |
|
|
| Quote: | I got D8 Pro. With it came the Component One components. Well, there is
this TrueDBGrid, which has a really good designer and everything.
Features are amazing.
Problem: I use the standard .NET grid and I can see/edit my data using
it. The TrueDB grid just won't show anything...
|
I can't find a Delphi newsgroup specifically for CompoentOne, so
presumably the best place to post is
borland.public.thirdpartytools.general
There is a group borland.public.csharpbuilder.thirdparty.componentone
but all that is in there is one person's questions and frustrations,
with no responses. Doesn't sound promising.
Rick Carter
[email]carterrk (AT) despammed (DOT) com[/email]
Chair, Delphi/Paradox SIG, Cincinnati PC Users Group
--- posted by geoForum on http://delphi.newswhat.com
|
|
| Back to top |
|
 |
Craig Hunt Guest
|
Posted: Fri Jul 30, 2004 2:21 pm Post subject: Re: ComponentOne |
|
|
Try www.ComponentOne.com
"Holger Flick" <rammbaer (AT) xyz (DOT) gmx.de> wrote
| Quote: | Hello everybody,
I know that I am a little bit on the margin what is on-topic regarding
this post... But please give me a chance to explain before you cancel
it :-)
I got D8 Pro. With it came the Component One components. Well, there is
this TrueDBGrid, which has a really good designer and everything.
Features are amazing.
Problem: I use the standard .NET grid and I can see/edit my data using
it. The TrueDB grid just won't show anything...
I tried contacting Component One about it using their web site, but the
mail bounced.
As it came with D8, I'd like to know if any of you found any additional
info about the component set.
Regards,
Holger
|
|
|
| Back to top |
|
 |
Holger Flick Guest
|
Posted: Fri Jul 30, 2004 2:37 pm Post subject: Re: ComponentOne |
|
|
Hi Craig,
that's what I did and the mail to support/sales bounced...
-
Holger
Craig Hunt wrote:
| Quote: | Try www.ComponentOne.com
"Holger Flick" <rammbaer (AT) xyz (DOT) gmx.de> wrote in message
news:410a4f18 (AT) newsgroups (DOT) borland.com...
Hello everybody,
I know that I am a little bit on the margin what is on-topic
regarding this post... But please give me a chance to explain
before you cancel it :-)
I got D8 Pro. With it came the Component One components. Well,
there is this TrueDBGrid, which has a really good designer and
everything. Features are amazing.
Problem: I use the standard .NET grid and I can see/edit my data
using it. The TrueDB grid just won't show anything...
I tried contacting Component One about it using their web site, but
the mail bounced.
As it came with D8, I'd like to know if any of you found any
additional info about the component set.
Regards,
Holger
|
|
|
| Back to top |
|
 |
Nelson F. Guest
|
Posted: Fri Jul 30, 2004 5:02 pm Post subject: Re: ComponentOne |
|
|
"Holger Flick" <rammbaer (AT) xyz (DOT) gmx.de> wrote
| Quote: | I tried contacting Component One about it using their web site, but the
mail bounced.
As it came with D8, I'd like to know if any of you found any additional
info about the component set.
|
try their news server at news2.componentone.com
|
|
| Back to top |
|
 |
TObject Guest
|
Posted: Fri Jul 30, 2004 5:11 pm Post subject: Re: ComponentOne |
|
|
There was an update to ComponentOne. A link to a massive file was posted
to one of the newsgroups. I personally tried to download it a couple of times,
but the download would time out. Hope this helps.
|
|
| Back to top |
|
 |
Suelinda W Guest
|
Posted: Tue Aug 03, 2004 2:44 pm Post subject: Re: ComponentOne |
|
|
Which email address did you send the email to? Our email may have been down
temporarily, but it should work now. Hopefully I can help you here.
At design time when you use the TDBGrid column editor (right-click, Design),
you should be able to see column headers and edit the grid at the column
level. You will not be able to edit the actual data in each column at design
time though. Keep in mind that to use the column editor, you have to connect
a datasource at design time. At run time you have to set a datasource for
the grid and, if necessary, fill the data adapter you are using to see data
in the grid. I am not very familiar with Delphi code, but in would look like
this in C# if you use an ado.NET oledb adapter:
this.oleDbDataAdapter1.Fill(dataSet11);
this.c1TrueDBGrid1.DataSource = dataSet11.Customers; //can be set at
design time
There are many samples included with TDBGrid, that you should be able to
access through the start menu. They will be in C:/Program Files/ComponentOne
Studio.NET/C1TDBGrid/Samples/Borland/Delphi. It will be helpful to look at
those also. Please let me know if this helps/does not help.
Suelinda Webster
Customer Engagement, ComponentOne LLC
"Holger Flick" <rammbaer (AT) xyz (DOT) gmx.de> wrote
| Quote: | Hello everybody,
I know that I am a little bit on the margin what is on-topic regarding
this post... But please give me a chance to explain before you cancel
it :-)
I got D8 Pro. With it came the Component One components. Well, there is
this TrueDBGrid, which has a really good designer and everything.
Features are amazing.
Problem: I use the standard .NET grid and I can see/edit my data using
it. The TrueDB grid just won't show anything...
I tried contacting Component One about it using their web site, but the
mail bounced.
As it came with D8, I'd like to know if any of you found any additional
info about the component set.
Regards,
Holger
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|