HandleSqlWarnings

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean HandleSqlWarnings( SalString sResult )

The HandleSqlWarnings method displays all warning messages in a server result.

Parameters

Name Description
SalString sResult Result string containing a list of server warnings and info messages. The result string is retrieved in the server by calling Client_SYS.Get_All_Info

Returns

The return value is TRUE if the user selects OK button or if there are no warnings, FALSE if the user selects CANCEL button.

Comments

Server results are created by using server methods Client_SYS.Clear_Info, Client_SYS.Add_Warning, Client_SYS.Add_Info.