Double Click on Row Header on a SubForm not working.

sheeba

Reputable Poster
I created a Power Browse Form (Main Form with Grid) with a Reusable Sub Form to show on a Tab Page (using Sub Form Alias)

When the User double clicks on the Row in the SubForm , I want it to press button Select on the Form

Tried the below and both does not work :
1. On the 'Double Click on Row Header' event on the SubForm ; I coded a 'Press Button (a select Button) ; 'Select' button calls another App
2. On Double click on Row Header event , I directly coded it to call another App.

Both above method doesnot call the App when the Row on the subform is 'Double Clicked'

Any insights will greatly be appreciated.
 
Please test with a push button first. If it works, just use Press Button system function.
 
Back
Top