G
genevish
I am a QA tester testing a vb.net application and I have stumped our
developers. I'm hoping someone here can help.
One form in our application displays a list of user names, sorted by
last name. However, on my machine, and a few other users machines,
it displays the info sorted by primary key in the table the data is
being pulled from, rather than last name. The data is pulled with a
stored procedure and I have verified it is sorted by last name in
this proc.
The control on the form is a CheckedListBox with the sort property set
to false and the data set is a custom object called DDList.
Hopefully this makes sense and I have given enough information so
someone can point me to a possible solution. Let me know if you need
more info and I'll get it from the developers.
Thanks,
-Scott
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
developers. I'm hoping someone here can help.
One form in our application displays a list of user names, sorted by
last name. However, on my machine, and a few other users machines,
it displays the info sorted by primary key in the table the data is
being pulled from, rather than last name. The data is pulled with a
stored procedure and I have verified it is sorted by last name in
this proc.
The control on the form is a CheckedListBox with the sort property set
to false and the data set is a custom object called DDList.
Hopefully this makes sense and I have given enough information so
someone can point me to a possible solution. Let me know if you need
more info and I'll get it from the developers.
Thanks,
-Scott
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*