I am using VB6 to create a data report. Then I found a lot of problems.
1. In runtime, the report viewer shows icons for printing, exporting and zooming. However, I want it to show zoom icon only and hide the other two. How can I do that?
2. I have 20 RptTextBox and I cannot find and set each one's index (just like a textbox on a
VB form). If I can set their index, I can write simple code to set populate their data. Any idea?
3. This is the most important part at this moment. I need to print a report in 3 copies - a black, a red and a purple color. However, in runtime I cannot change each control's font color and line color. Any help?
Jeff