G
Guest
I am trying to assign a value from a collection to a string variable called
‘vDocumentation’ when I execute the following code, I do not have any value
in vDocumentation. I can see a value from appRow.SystemDocumentation when I
assign it to a hyperlink Url property but I can’t seem to assign it to a
string variable. Any help would be appreciated.
Dim vDocumentation As String
Dim app As New ApplicationDP
Dim appRow As Application.tblApplicationRow
vDocumentation = appRow.SystemDocumentation
‘vDocumentation’ when I execute the following code, I do not have any value
in vDocumentation. I can see a value from appRow.SystemDocumentation when I
assign it to a hyperlink Url property but I can’t seem to assign it to a
string variable. Any help would be appreciated.
Dim vDocumentation As String
Dim app As New ApplicationDP
Dim appRow As Application.tblApplicationRow
vDocumentation = appRow.SystemDocumentation