Displaying form details (OpenInsight Specific)
At 11 MAY 2001 01:32:19AM C Meyer wrote:
When I use the set_property function on a gotfocus to insert text into an edit line that is the second part of the key the data the form does not display the data associated with this record. But if I enter the second part of the key via the keyboard the form data does display all data. What property do I need to use to force the recalculation of the form so that data is displayed?
Regards
Chris
At 11 MAY 2001 04:27AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Have you tried DEFPROP instead of TEXT?
World Leaders in all things RevSoft
At 11 MAY 2001 05:59AM Barry Stevens wrote:
If you are changing a "KEY" field, you probably should do:
send_event(@Window,"READ")
Barry
At 13 MAY 2001 04:21PM Robert Lee wrote:
How about moving your gotfocus code to the lostfocus for part one of the key?