DarronWindrunner
Programmer
Hello,
I am 'trying' to use Business Objects to automaticly export a report to a text file. I am using VB to do this programaticly. My problem lies in the fact that I cannot find the method or property to set which delimiter BO uses. It uses a little square character by default.
I have searched the SDK help file to no avail =(
Here is my code so far.
Private Sub Document_Open()
Me.DataProviders(1).SQL = "<Big load of SQL here>"
Me.Reports(1).ExportAsText ("C:\test.csv")
End Sub
I hoping something like Me.Reports(1).Delimiter = "," but I cannot find it!
Help!
I am 'trying' to use Business Objects to automaticly export a report to a text file. I am using VB to do this programaticly. My problem lies in the fact that I cannot find the method or property to set which delimiter BO uses. It uses a little square character by default.
I have searched the SDK help file to no avail =(
Here is my code so far.
Private Sub Document_Open()
Me.DataProviders(1).SQL = "<Big load of SQL here>"
Me.Reports(1).ExportAsText ("C:\test.csv")
End Sub
I hoping something like Me.Reports(1).Delimiter = "," but I cannot find it!
Help!