sPhone = oUser.getStringNull(DB.work_phone,"");
} else if (oUser.load(oConn, sId)) {
sFullName = (oUser.getStringNull(DB.nm_user,"")+" "+oUser.getStringNull(DB.tx_surname1,"")+" "+oUser.getStringNull(DB.tx_surname2,"")).trim();
sEmail = oUser.getStringNull(DB.tx_main_email,"");
sPhone = "";
} else if (oCont.load(oConn, sId)) {
sFullName = (oCont.getStringNull(DB.tx_name,"")+" "+oCont.getStringNull(DB.tx_surname,"")).trim();
sEmail = "";
sPhone = "";
} else if (oComp.load(oConn, sId)) {
sFullName = oComp.getStringNull(DB.nm_commercial,oComp.getString(DB.nm_legal));