Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editmask Control

Status
Not open for further replies.

jbeetz1

Programmer
Nov 28, 2000
60
0
0
US
I have an Editmask control that that has the Spin option enabled. I need to fire off an event when the user clicks the spin control. I think I need to define a user event but I cannot figure out what Event ID to use that will fire the user event. Any help would be appreciated.
 
Try declaring a user event and mapping it to:

. PBM_EnChange
. PBM_EnModified
. PBM_EnUpdate

and scripting the event appropriately. If none of the above event mappings work with EditMask, the only alternative would be to use the Other! event.


---
PowerObject!
-----------------------------------------
PowerBuilder / PFC Developers' Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top