jhonrath
Posts: 2
|
| Posted: 10/01/2007, 11:23 PM |
|
I am trying this first piece with no luck.
Does CCS make the DDN listbox automatically?
I have ACCESS file, with a foreign key to another field (one to many, states to address) and it is not generating the drop down.
Am I missing a setting? Does it not work with access?
BTW: I used a project builder, and exporting in C#.....
But, even though ihave the relationship defined in ACCESS....it's not doing anything with it in CCS....just giving a regular textobox entry.....
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/02/2007, 3:07 AM |
|
Dropdowns are created automatically when possible, usually meaning when the database driver provides relationship information. Try avoiding using ODBC drivers as they usually don't.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|