[Openroad-users] Changing ForceCase dynamically for column of a table field.

FRANK BARRATT f.barratt at btinternet.com
Fri May 4 21:19:20 EST 2007


Allan,
   
  you need to use the Protofield attribute for the column.
   
  From the language reference Guide.
   
  EntryField(field(emptable[*].salary).ProtoField). BgColor = CC_RED; 
   
  Regards
   
  Frank.
  

Allan Biggs <Allan.Biggs at gbr.dupont.com> wrote:
  
[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  
_______________________________________________
Openroad-users mailing list Openroad-users at peerlessit.com

To unsubscribe please click on this link
mailto:openroad-users-unsubscribe at peerlessit.com&subject=unsubscribe

To subscribe please click on this link
mailto:openroad-users-subscribe at peerlessit.com&subject=subscribe 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://peerlessit.com/pipermail/openroad-users/attachments/20070504/2156e869/attachment.html 


More information about the Openroad-users mailing list