Home » Developer & Programmer » Forms » What trigger fires where we change a text item
What trigger fires where we change a text item [message #82574] Tue, 10 June 2003 07:38 Go to next message
Jameel Ahmed
Messages: 10
Registered: January 2003
Junior Member
I want to write some code when a text time is changed but cursor is still in the text item. like a text item user types 'a' and trigger gets fired.
Re: What trigger fires where we change a text item [message #82581 is a reply to message #82574] Wed, 11 June 2003 00:16 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
I don't think you can.

MHE
Re: What trigger fires where we change a text item [message #82583 is a reply to message #82574] Wed, 11 June 2003 00:51 Go to previous messageGo to next message
Shehryar Qureshi
Messages: 7
Registered: November 2002
Junior Member
Triggers are : 'KEY_NEXT_ITEM'
'POST_TEXT_ITEM'

or if u exists in a new item then
use 'WHEN_NEW_ITEM_INSTANCE' triggers.
Re: What trigger fires where we change a text item [message #82585 is a reply to message #82583] Wed, 11 June 2003 02:29 Go to previous message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
Right, but these only fire when you exit the item (too late) or when a new record instance is being created (too early), not if you do not navigate. Besides, POST-TEXT-ITEM is a leftover from previous versions, I'd suggest to go for the WHEN-VALIDATE-ITEM trigger, you cannot evaluate a value of an item until the user has finished typing, right?

If you'd tell us what the required functionality is, we could try finding an alternative solution.

MHE
Previous Topic: LOCKING PROBLEM IN DEVELOPER 2000 APPLICATION
Next Topic: Error with DDE!
Goto Forum:
  


Current Time: Sat Jun 29 06:14:45 CDT 2024