I want to be able to tell when a user hits the enter key while a textbox is selected. You used to do this by doing:
if eventid()=$401
if eventsource()=textbox
if eventdata()=13
**ENTER WAS HIT**
end if
end if
end if
This does not seem to work in Blitz version 1.39.
Suggestions?
if eventid()=$401
if eventsource()=textbox
if eventdata()=13
**ENTER WAS HIT**
end if
end if
end if
This does not seem to work in Blitz version 1.39.
Suggestions?