command button position

  • Thread starter Thread starter Gerry
  • Start date Start date
hi
a suggestion.
put the button on a small modaless form. the modaless mode will allow you to
click the sheet, toolbar, scroll, etc but the form will stay stationary. bit
of a hassel maybe but workable.
myform.show 0
1 is modal/default(user cannot do any of the above.click on form only)
0 is modaless

regards
FSt1
 
Sorry if this posts twice, crashed while sending...

You might consider just adding a button to a toolbar, a built-in one or a
custom one. Its easy to set up, it doesn't get in the way as a form might,
its always visible without requiring freeze panes and its really just a
command button.
 
Back
Top