- Code: Select all
// Run report now we have the ID
Result := FReportInterface.generateReport(FPostTrackStudio.SessionID
, LReportID
, '1' // Task 1 which is base project. Report will run for all projects
, false
, 'CSV' // Format returned
, ',' // CSV deliminator
, false
, 'UTF-8' // One byte per char for our data
, nil); // Standard filter parameters
The SOAP call runs without error, but data returned is an array of 10 bytes with every byte has a value of decimal 10. The same data is returned whichever report is run.
Please help!
