MrProgrammer
Programmer
I have 2 problems..
1-)
I designed a report using Report Writer tool. In the report, there are some runtime fields.
In my application, I'm using the code below.
RUN('C5PRINTX LibraryName ReportName /VVariable1=Value1 /VVariable2=Value2 ...')
But here is the problem.
Even though I used short-length variable names, the command string exceeds 127 characters. The commands that exceed 127 characters are not allowed to be used with command.com. How can I handle with this problem?
2-)
As I said just before, I designed a report with Report Writer. I want to put a string on the top of a page but it must be seen only at the first page. I tried to use Title Page but it didn't work. Then I tried to use a conditional field that if the PageNo is not the first, the field value will be Null (empty). But I don't know how I can learn the Page Number? What should I do??
1-)
I designed a report using Report Writer tool. In the report, there are some runtime fields.
In my application, I'm using the code below.
RUN('C5PRINTX LibraryName ReportName /VVariable1=Value1 /VVariable2=Value2 ...')
But here is the problem.
Even though I used short-length variable names, the command string exceeds 127 characters. The commands that exceed 127 characters are not allowed to be used with command.com. How can I handle with this problem?
2-)
As I said just before, I designed a report with Report Writer. I want to put a string on the top of a page but it must be seen only at the first page. I tried to use Title Page but it didn't work. Then I tried to use a conditional field that if the PageNo is not the first, the field value will be Null (empty). But I don't know how I can learn the Page Number? What should I do??