Returned value from index lookup - info. not updating (OpenInsight Specific)
At 24 JUL 2000 03:48:36PM James wrote:
On a form, if i key in a customer number the correct cust. name and cust. address appear, but if we select from an x-referenced lookup a new customer code displays but the symbolics (name & address) do not update. And the cursor stays on the button and when enter is pressed it returns to my key prompt (first field).
We have tried with a script using "TEXT" and "DEFPROP", both return the customer number but again the symbolics do not update.
Any ideas?
At 24 JUL 2000 04:10PM Don Bakke wrote:
James,
Two possibilities:
1) You need to set the FOCUS back to the edit control before you launch the index search. This avoids a problem with the TEXT and GOTFOCUS_VALUE not showing a difference and therefore not triggering a symbolic dependancy change.
2) You might need to do a Send_Event(Ctrl, "CALCULATE") to your symbolic controls.
dbakke@srpcs.com