G
Guest
Dear all
I am not able to set the PAssword field of a tables logInfo structure ???
I do it as follow :
For Each crTable In rptDoc.Database.Tables
crReportTabeLoginfo = crTable.LogOnInfo
crReportTabeLoginfo.ConnectionInfo = crConnectionInfo
crReportTabeLoginfo.ConnectionInfo.Password = "admin"
crTable.ApplyLogOnInfo(crReportTabeLoginfo)
Next
if I check afterwards the Passwor field, it is still empty and I ma even not
able to force it within the Watch window. IS it a readonly field ??
Thnaks for help
regards
I am not able to set the PAssword field of a tables logInfo structure ???
I do it as follow :
For Each crTable In rptDoc.Database.Tables
crReportTabeLoginfo = crTable.LogOnInfo
crReportTabeLoginfo.ConnectionInfo = crConnectionInfo
crReportTabeLoginfo.ConnectionInfo.Password = "admin"
crTable.ApplyLogOnInfo(crReportTabeLoginfo)
Next
if I check afterwards the Passwor field, it is still empty and I ma even not
able to force it within the Watch window. IS it a readonly field ??
Thnaks for help
regards