Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rickkcir
  • Content: Threads
  • Order by date
  1. rickkcir

    Rule for forwarding...

    I'd like to be able to set up a rule that will forward all external messages I receive to another user. I haven't been able to accomplish this, using rules such as forward where <from> includes "@" forward where <from> does not include "internaldomain.com" Basically, I don't want to forward...
  2. rickkcir

    Saving a recordset as a .CSV file

    I'm trying to save a recordset I have created into a Comma-Separated Values (.csv) file. This is the format I need the data in to upload it into another application. Here is my code so far: rs.save ("C:\test.csv") This saves the data, I believe, but it is in a very crude, and unusable...
  3. rickkcir

    SSTab Tabstrip

    Does anyone know of a way to get the number of the active tab on an SSTab? I want to be able to close the tab I am currently on. For example, say I have 3 tabs. I am actively on tab 2. I would like to close this tab. I know that sstab.tabs gives me the total count of all the tabs. Is there...
  4. rickkcir

    Crystal Charting Question

    I want to generate a report that has a chart for each employee that a specified supervisor has. So, for example, if a supervisor has 5 employees, I would like 5 charts on the page. How can I place multiple charts in a report, keeping in mind that I do not know how many charts will be needed...
  5. rickkcir

    Print Setup Button

    Does anyone know how to make a button pull up the print setup screen in VB6? To be clear, when I say print setup screen, I mean the screen where you can select your printer and select landscape or portrait. Thanks.
  6. rickkcir

    RDC Crystal Viewer Question

    I am using RDC and the Crystal Viewer to display reports in a VB6 application. However, while there is a print button on the Crystal Viewer, there is no print setup button where I can select Landscape or Portrait, or select which printer I want to go to. This option is available with Crystals'...
  7. rickkcir

    Bar Charts

    I have a bar chart that shows exposure to certain groups in millions of dollars. Currently, the x-axis names each group, the y-axis shows millions of $'s (200, 400, 600, 800) and then the bars show how many millions of dollars for each group with the number of millions shown on each bar. I...
  8. rickkcir

    Crystal Viewer using RDC

    I have a VB application that uses the RDC using the crystal viewer. Is there any way for the crystal viewe to show the percentage of the report complete and the number of records it has cycled through as an .exe file compiled directly through crystal does?
  9. rickkcir

    Finding Active Forms

    I have an application that shows a form that has a report on it if you press a button. I have another identical form that also shows a report (a second report would be selected, so while the form is identical, the report on the form would not be). I would like to be able, when the button is...
  10. rickkcir

    Populating a DataCombo Box

    I am having trouble populating a datacombo box. I have two datacombo boxes, datacombo1 & datacombo2. Datacombo2's data is based on what is chosen in datacombo1. I have made the recordset, but now I need to get the datacombo box filled with the recordset. How do I fill datacombo2 with the...
  11. rickkcir

    Attaching a file at a specific time....

    Does anyone know of a way to do the following? Let's say that I have a report to automatically run at 10:00 P.M. on a Friday night and store it in a file on the network. I would like Groupwise, then, at, say, 6:00 A.M. Saturday morning, to go out to the network, attach the file that was run...
  12. rickkcir

    Date Formatting of Charts/Graphs

    I have a line graph that I want to show a time series on. The bottom axis lists dates. The dates say 10/20001, 01/2002, 04/2002, etc. I want these values to read Oct-01, Jan-02, Apr-02, etc. The value in my details section which I am charting the graph on is formatted to the MMM-YY...
  13. rickkcir

    Pie Chart Legend Question

    I am using Crystal V8.0. I have a pie chart. The data is broken into 5 groups, and summed up for each group. The pie chart then shows the the % of the total for each group. The pie chart is fine, with the data labels showing up with the % sign. In the legend, however, I have my problem. I...

Part and Inventory Search

Back
Top