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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by progenysend

  1. progenysend

    ODBC to AIX DB2 (I know...)

    While I was not able to set up the odbc yet, loading the client got me the drivers I needed to create the aliases I needed to connect directly with Crystal Reports DB2 connector. Thanks for the tip, mikrom.
  2. progenysend

    ODBC to AIX DB2 (I know...)

    Yep. Same guys. I'm a contractor and I've only been around 6 days. I'm not really getting much help.
  3. progenysend

    ODBC to AIX DB2 (I know...)

    Hi All, I'm sure this one's been beat into the ground, but I can't find a good answer. I'll start this off by saying I'm a Business Objects and Crystal developer. I'm not good with databases and I know nothing of Unix or Linux. I've got Business Objects on a Windows 7 machine. I've got a db2...
  4. progenysend

    Parameter Interface Crystal Reports 9 vs XI

    Again.... 9http://flylib.com/books/3/367/1/html/2/images/fig232_01.jpg
  5. progenysend

    Parameter Interface Crystal Reports 9 vs XI

    Maybe this will attach....
  6. progenysend

    Parameter Interface Crystal Reports 9 vs XI

    Hi, I did an upgrade on a VB project from Crystal 9 to XI. The new viewer shows up, but the parameter interface or GUI or whatever is the same one from Crystal 9. The whole point of this was to get the new interface. I attached a screenshot of the difference in the windows. So, anyone know...
  7. progenysend

    Upgrade from Crystal Reports 9 to XI in VB6

    I finally got it all working. Turns out I was just missing that the viewer was embedded in two different areas referencing eachother for some reason.
  8. progenysend

    Upgrade from Crystal Reports 9 to XI in VB6

    Thanks for your responses. A third party viewer is not an option in this environment. I finally got VB to accept the Crystal XI viewer outside of Administrator mode by running it in XP compatibility mode. It turns out the CRViewer91 was just the name on the Viewer Object. I replaced the...
  9. progenysend

    Upgrade from Crystal Reports 9 to XI in VB6

    Hi, Start this by saying I'm a Crystal Reports developer, not VB. I've got an application that already uses Crystal 9. There's about 20 instances in the code where CRViewer91 is used. I need to upgrade this all to Crystal XI R2. So far, the problems I'm having... I don't know what to...
  10. progenysend

    Upgrade from Crystal Reports 9 to XI in VB6

    Hi, Start this by saying I'm a Crystal Reports developer, not VB. I've got an application that already uses Crystal 9. There's about 20 instances in the code where CRViewer91 is used. I need to upgrade this all to Crystal XI R2. So far, the problems I'm having... I don't know what to...
  11. progenysend

    Compare Business Days Month over Month

    Hi, I'm trying to do a comparison across a year in a crosstab and graph. I want compare the each business day by first business day of the month... second business day of the month... etc. I know how to do this with variables, but I can't get that to graph. Does anyone have a formula for...
  12. progenysend

    Form from Crosstab Query: Combo Box

    Either I'm using it wrong, which is very possible, or this isn't working for my needs. I'm pulling multiple records based on the selection in the combo. I still can't get past the compile error.
  13. progenysend

    Form from Crosstab Query: Combo Box

    Because, like I said, I'm not good with Access or VBA. I don't know what that is. Thanks for the suggestion.
  14. progenysend

    Form from Crosstab Query: Combo Box

    I've got a crosstab query that's being displayed in a form. I need it to display data only for certain managers based on a combo box. Here's the code: Private Sub cmbMSCManagerDisplay_Click() Me.MSC_CrosstabAPI.Form.Filter = "Managers.ID=" & "" & "" Me.MSC_CrosstabAPI.Form.FilterOn = True...

Part and Inventory Search

Back
Top