docptl
11-04-2001, 05:34 AM
Hi - I've created a series of forms, tied to some autokeys (F2, F3, etc) that will pop up a quick list of major database entities on top of whatever else I'm doing. The F2 list does customers, the F3 list does products from my inventory, etc.
I put a few buttons in the form footers to allow the user to change the OrderBy property and thereby display the list ordered by other fields than the default.
My customer form works perfectly, but none of the other forms re-order when the buttons are clicked; they just sit there as if nothing had happened.
I've tried using indexed and un-indexed fields to orderby. I've tried setting the OrderByOn property in the FormOpen event. I've tried Requery of the form after clicking the buttons. Nothing works.
I've read and re-read both the property sheets for the form that works and the ones that don't as well as the event code - can't figure it out.
Can anybody help?
Thanks,
Dave
I put a few buttons in the form footers to allow the user to change the OrderBy property and thereby display the list ordered by other fields than the default.
My customer form works perfectly, but none of the other forms re-order when the buttons are clicked; they just sit there as if nothing had happened.
I've tried using indexed and un-indexed fields to orderby. I've tried setting the OrderByOn property in the FormOpen event. I've tried Requery of the form after clicking the buttons. Nothing works.
I've read and re-read both the property sheets for the form that works and the ones that don't as well as the event code - can't figure it out.
Can anybody help?
Thanks,
Dave