I have set up the problem from scratch. Attached are the files to reproduce: the SQL database definition and data loading files, the application, and two data source definitions made from the SQL database.
At the top is a list of Automakers. At the bottom is a list of vehicles. When you click on an Automaker, the bottom list displays the related data. It is related by virtue of each vehicle having a foreign key to the automaker table. The app implements the scheme for using an ID field to fetch a NAME field as best as I can figure how it is supposed to work.
The Automaker name is blank in the bottom list when I run the app. Since I started from scratch I really thought this might work. But, there are no errors. Just no fetches.
I saw a recent spike in the number of reviews. I hope it indicates it is being seriously looked at. That would be good news since it was posted back on March 6th, about 10 days ago.
I have gotten really good help, even for my knot-headed attempts. I hope this is the last show-stopper.
Thanks,
Rick
P.S. I am running SmartClient Version: SmartClient_SC_SNAPSHOT-2012-03-05_v82p/Pro Development Only (built 2012-03-05) on Mozilla Firefox 3.6.18 with Firebug using Windows XP Pro 32 bit.
At the top is a list of Automakers. At the bottom is a list of vehicles. When you click on an Automaker, the bottom list displays the related data. It is related by virtue of each vehicle having a foreign key to the automaker table. The app implements the scheme for using an ID field to fetch a NAME field as best as I can figure how it is supposed to work.
The Automaker name is blank in the bottom list when I run the app. Since I started from scratch I really thought this might work. But, there are no errors. Just no fetches.
I saw a recent spike in the number of reviews. I hope it indicates it is being seriously looked at. That would be good news since it was posted back on March 6th, about 10 days ago.
I have gotten really good help, even for my knot-headed attempts. I hope this is the last show-stopper.
Thanks,
Rick
P.S. I am running SmartClient Version: SmartClient_SC_SNAPSHOT-2012-03-05_v82p/Pro Development Only (built 2012-03-05) on Mozilla Firefox 3.6.18 with Firebug using Windows XP Pro 32 bit.
Comment