On Aug 7, 2006, at 3:19 PM, Terry Ford wrote:
On Aug 7, 2006, at 1:41 PM, Robert Poland wrote:
Next Question; After the data is entered I click on a button to
update the totals but if the cursor was on an entry point that
formatting doesn't get updated.
In other words the formatted entry doesn't update till I move on.
Is there a command that will deselect (or move away from) that
editfield?
You could try ClearFocus or SetFocus [Self.SetFocus] which will
take the focus away from the Editfield and place it on the Window.
Terry
Thanks Terry,
That (Self.SetFocus) was what I needed.
Robert Poland
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>