Description
Occurs when data in a column with the RichText edit style exceeds column size.
PowerBuilder event information
Event ID: pbm_dwnrichtextlimiterror
| 
                               Argument  | 
                           
                               Description  | 
                        
|---|---|
| 
                               row  | 
                           
                               Long by value. The number of the row the user clicked.  | 
                        
| 
                               dwo  | 
                           
                               DWObject by value. A reference to the control within the DataWindow under the pointer when the user clicked.  | 
                        
| 
                               text  | 
                           
                               String by value. Plain text of column the user edited.  | 
                        
Return Values
There are no special outcomes for this event. The only code is:
0 -- Continue processing


