How to make a computer field in a data window object read-only
        Posted  
        
            by Archangel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Archangel
        
        
        
        Published on 2010-06-13T07:27:40Z
        Indexed on 
            2010/06/13
            7:32 UTC
        
        
        Read the original article
        Hit count: 348
        
powerbuilder
I hava a data window object, in which I am fetching some attributes from the database to show it to the users. I want to make the computed fields read-only, so that the user can not modify them.
How can I make a computed field read-only?
© Stack Overflow or respective owner