Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OnOrder Event

Status
Not open for further replies.

vanleurth

Programmer
Sep 1, 2001
156
0
0
US
Hi,

I'm trying to syncronize two forms to have the same sort arragement.
Is there something like OnOrder event that will launch when I change my form's sort?

Thanks in advance,

V.
 
How are you changing the sort order of the first form?

If you are using the toolbar button to sort with then you are out of luck. None of the form events seem to fire when that's done.

But if you do the sorting with code just add another line of code to sort the data in the second form as well.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top