Hi team,
I am connnecting to MSSQL SNC SQL NATIVE CLIENT database profile and i am running the application within powerbuilder.
When i run the menu i am getting the following error
"Error Severity (21)Bad runtime function reference at line11 in ue_m_refresh of object w_auditcusip"
Code: string sCusip //Take the entered cusip from the cusip filter and refresh the report sCusip = dw_cusipfilter.object.cusip[1] IF Len(sCusip) > 1 THEN is_cusip = sCusip ELSE is_cusip = '-' END IF CALL SUPER::ue_m_refresh This is the code where the above error occured