Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

dbSwing with multiple frames

4 views
Skip to first unread message

Steve F

unread,
Jan 15, 2007, 6:17:49 PM1/15/07
to

I'm using a datamodule and data-aware components
OK on frame1 but have trouble getting any dbSwing
components to populate from a dataset or DataSetView
from a second frame (created in the Application1 class).
I can programmatically get at the data and put it in
regular swing fields but what is the trick to getting
the data-aware components to work?

Kevin Dean [TeamB]

unread,
Jan 16, 2007, 7:46:20 AM1/16/07
to
Steve F wrote:

>but what is the trick to getting
>the data-aware components to work?

There's no trick, other than to ensure that the data set is actually open.
When you run this under JBuilder, are you seeing any exceptions in the console window? That is the most likely scenario, that something isn't quite right in the code and is throwing an exception.

--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/

Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html

Steve F

unread,
Jan 17, 2007, 5:02:16 PM1/17/07
to

I first had some exceptions when the database wasn't opened
but remedied that and then didn't get any. In any case it works now. I think I was using a jdbComboBox incorrectly for one thing. Thanks.
0 new messages