Skip to Content
0
Jan 06, 2012 at 08:17 PM

Access to Export formatting options that may not be readily available?

71 Views

How can I access Export formatting options that existed in CR XI using CR VS2010?

I am converting an app from CR XI to CR VS2010 and am attempting to generate DiskFile exports. The general process is succesful, but there certain formatting options I cannot find in the API:

NumberOfLinesPerPage(n);

UserDefinedCharactersPerInch(n);

CharFieldDelimiter(c)

UseReportDateFormat(b)

UseReportNumberFormat(b)

I have found some mention that some or all of these are still available via the RAS interface. Given my efforts in updating my database connections on the fly, I am now somewhat versed in RAS access, but am struggling with how to use it to format my exports. Can I set the above options somehow, and if so are there any examples of how to do this?

--