C
Chip Gandy
ok, here's what i have:
Oracle server which feeds 2 tables into a SQL Sever via SQL Server DTS.
My form is querying data from the SQL server.
I'd love to get the cascading drop downs to work with filters from SQL but
haven't had much luck there. it's similar to the example out there with cars
and models except that this data is coming from SQL instead of XML.
there's 4 drop downs, Tier 1, Tier 2, Tier 3, and Product. each tier
drives the next and finally ending with the product. Since i'm having
problems with cascading drop downs, i have tier 1 and 2 as static and the
product is pulled from another datasource on a custom query. Then it fills
in tier 3 via rules. Ultimately... Once the product is selected, it
retrieves via filters, a manufacturer entry. The one that I'm now stuck on
is the version field. In many cases, the value for product will have 3 or
more versions with it. I'd like to have that one as a drop down which is
populated by the product selection. I've kinda seen how to make that work,
but what i can't find is how to get the sql data into an xml to use. Clear
as mud eh?
So, what are my options?
TIA.
Oracle server which feeds 2 tables into a SQL Sever via SQL Server DTS.
My form is querying data from the SQL server.
I'd love to get the cascading drop downs to work with filters from SQL but
haven't had much luck there. it's similar to the example out there with cars
and models except that this data is coming from SQL instead of XML.
there's 4 drop downs, Tier 1, Tier 2, Tier 3, and Product. each tier
drives the next and finally ending with the product. Since i'm having
problems with cascading drop downs, i have tier 1 and 2 as static and the
product is pulled from another datasource on a custom query. Then it fills
in tier 3 via rules. Ultimately... Once the product is selected, it
retrieves via filters, a manufacturer entry. The one that I'm now stuck on
is the version field. In many cases, the value for product will have 3 or
more versions with it. I'd like to have that one as a drop down which is
populated by the product selection. I've kinda seen how to make that work,
but what i can't find is how to get the sql data into an xml to use. Clear
as mud eh?
So, what are my options?
TIA.