I am using a Sheridan Enhanced Data Control for navigation of a Data Grid. Everything works fine if I use the Data Control but I have some of the same commands on the menu bar. If for instance a user clicks on the menu bar to go to the first record I want to pass a command to the Data Control to go to the first record. I can get it to go through the routine but it doesn't do anything? Below is the code I am passing to the Data Control. I can watch it fire in code but it doesn't go to the first record?
Code:Private Sub mnuFirst_Click() SSParentRS_Click (3) 'Sheridan Data Control First record Button option End Sub



Reply With Quote