Zoom function

TJBernard

Registered User.
Local time
Today, 10:18
Joined
Mar 28, 2002
Messages
176
I have taken great advantage over coding in the "Zoom function" when a user double clicks on a large text box, so data entry is easier (for memo fields and such).

On the double click event, I add the following code:

SendKeys "{+F2}", True

Works great.

Only problem is, one user discovered if they tried to enter a hard return, the enter key activates the "OK" button, which closes the zoom box.

Is there anyway to code around this, or a seperate zoom function that will allow a hard return?

Thank you,

T.J. Bernard
 
The only way I know around that is to create your own form as the zoom window, and bring that up on the double click event.

Larry
 

Users who are viewing this thread

Back
Top Bottom