RandyBlackburn
Programmer
I have a dataset (dsEmp1), a dataview (dvEmpActive), a datagrid(LeadGrid) and a dropdownlist(ddlRep) as a template in the grid.
The source table of the dataview is dsemp1.employee. Right now the rowfilter is empty, and the sort is on EmpLastFirst.
When I use the dataset as the datasource for the dropdownlist, it populates nicely. However, if I change the datasource to the dataview (leaving the other propertiess the same), I get no records (even if I remove the rowfilter).
I'm doing this because I want to filter and sort the returned records for the dropdownlist. I must be really tired... I use similar logic on another page, and it works ok.
Any help would be appreciated... Sending the logic won't help to much, since I'm using the IDE.
Randy
The source table of the dataview is dsemp1.employee. Right now the rowfilter is empty, and the sort is on EmpLastFirst.
When I use the dataset as the datasource for the dropdownlist, it populates nicely. However, if I change the datasource to the dataview (leaving the other propertiess the same), I get no records (even if I remove the rowfilter).
I'm doing this because I want to filter and sort the returned records for the dropdownlist. I must be really tired... I use similar logic on another page, and it works ok.
Any help would be appreciated... Sending the logic won't help to much, since I'm using the IDE.
Randy