[Openroad-users] On properties question
Bodo Bergmann
Bodo.Bergmann at ingres.com
Tue Apr 1 20:08:42 EST 2008
The right-click (PROPERTIES event) doesn't change the input focus, so
the field value remains the same.
You can either use the EntryField's TextValue attribute, which already
contains the characters typed in,
or you force the update of the field's value from the visual
representation using the UpdValue() method, e.g.
ON PROPERTIES myentryfield =
{
FIELD(myentryfield).UpdValue();
}
Bodo.
Bodo Bergmann
Senior Software Engineer
OpenROAD Worldwide Development
Ingres Corp.
________________________________
From: openroad-users-bounces at peerlessit.com
[mailto:openroad-users-bounces at peerlessit.com] On Behalf Of Allan Biggs
Sent: Tuesday, April 01, 2008 11:46 AM
To: International OpenROAD Users
Subject: [Openroad-users] On properties question
I don't use 'on properties' very frequently and have never come across
this behaviour before.
I have noticed if I type some characters into a field and right click;
the value of the field is not the characters I have just typed but the
previous value of the field.
Moving to another field or clicking a button 'fixes' the value.
Is there a way of 'fixing' the value after right clicking?
I should have paid more attention in the OR courses !!!
thanks Allan
This communication is for use by the intended recipient and contains
information that may be Privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail,
in whole or in part, is strictly prohibited. Please notify the sender by
return e-mail and delete this e-mail from your system. Unless explicitly
and conspicuously designated as "E-Contract Intended", this e-mail does
not constitute a contract offer, a contract amendment, or an acceptance
of a contract offer. This e-mail does not constitute a consent to the
use of sender's contact information for direct marketing purposes or for
transfers of data to third parties.
Francais Deutsch Italiano Espanol Portugues Japanese Chinese Korean
http://www.DuPont.com/corp/email_disclaimer.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.peerlessit.com/pipermail/openroad-users/attachments/20080401/61180887/attachment.html
More information about the Openroad-users
mailing list