BBjAppConfig::setShowBrowserWarning
Description
In BBj 12.0 and higher, this method sets whether to display a browser warning the first time the user attempts to run a BUI application in Internet Explorer 8.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setShowBrowserWarning(boolean show)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             show  | 
                                                        
                                                             A boolean indicating whether a browser warning page should be shown the first time the user attempts to load a BUI application in Internet Explorer 8.  | 
                                                    
Return Values
None.
Remarks
None.
Example
                                                     | 
                                                
See Also
BBjAppConfig::getShowBrowserWarning
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.