[Openroad-users] Changing ForceCase dynamically for column of atable field.
Pete Rabjohns
PRabjohns at uk.atex.com
Fri May 4 21:17:14 EST 2007
I think you probably need to change the ProtoField rather than the
column field. The column field does not have a ForceCase attribute, but
by using the SetAttribute method this looks like it is being accepted,
when I think you will find that the SetAttribute call is returning an
error status.
Pete
________________________________
From: openroad-users-bounces at peerlessit.com
[mailto:openroad-users-bounces at peerlessit.com] On Behalf Of Allan Biggs
Sent: 04 May 2007 12:09
To: International OpenROAD Users
Subject: [Openroad-users] Changing ForceCase dynamically for column of
atable field.
[OpenROAD 4.1 ]
I am trying to change the ForceCase attribute of a column of a table
field from the default of FC_UPPER to FC_LOWER.
When I run the code it does not work any clues as to why very welcome
- it is Friday afternoon !!!
thanks
Allan
this is the code==========================
declare
the_field = columnfield;
enddeclare
.................
..................
// Change case attributes for Column
the_field = field(ft_tf.film_type);
the_field.setattribute (ForceCase=FC_NONE);
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://peerlessit.com/pipermail/openroad-users/attachments/20070504/474a1ea0/attachment.html
More information about the Openroad-users
mailing list