catching double-clicking

V

vbdev

Hi,

I would like to catch the double_click event for textboxes in my IP Form.
Is the scripting limited to: OnBeforeChange, OnValidate, OnAfterChange?
If not, how can I do this?

Thanks

vbdev
 
B

Brian Teutsch [MSFT]

No, you can't catch double click. What's your reason for want that event?
We're always looking to add features, but it helps most if we know why it's
important.

Thanks,
Brian
 
V

vbdev

I built my own custom data entry forms in .Net, and I would like to call
that entry forms using something better than through a plain button located
next to my textboxes.
Does it make sense?

vbdev.
 
B

Brian Teutsch [MSFT]

It does make sense, thanks for the example.

vbdev said:
I built my own custom data entry forms in .Net, and I would like to call
that entry forms using something better than through a plain button located
next to my textboxes.
Does it make sense?

vbdev.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top