I saved the Event list as a
template (.stp) and then saved it as a .cab file and opened the manifest.xml
file. Now I have another problem:
Now I can't get the 'Request_poc-email' from the InfoPath form into the Event
list. I can see it in the Event log when I write to the log file but when I try
to use it to create the Event Item, it is not there. I am using:
If TRIM(oField.Title.ToString) = "Request_poc_email" Then
sRequest_poc_email = oItem(oField.Title.ToString)
End If
When I write sRequest_poc_email to the Event Log it is ""
Ideas?