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 TouchToneTommy 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 Jill50

  1. Jill50

    Crystal with ASP

    Thank you for your quick response!
  2. Jill50

    Crystal with ASP

    Gary, I am interested in this also and I hate to sound totally ignorant, but what web site are you referring to? Thanks! Jill50
  3. Jill50

    Sections and Subreports Question

    Thanks for your response! I have decided that the conditional suppress stuff on the page header and footer sections is what is messing things up. It's like the report footer section is allowing room for the page footer even though it is suppressed. Thanks again! Jill50
  4. Jill50

    Sections and Subreports Question

    The main report already has pagefooter sections a and b that are conditionally suppressed depending on recordnumber because the first page of the report only displays the first 10 detail records and if there are more records than 10, they are displayed on the next page, but some page footer...
  5. Jill50

    Sections and Subreports Question

    I am trying to insert a subreport into the report footer section of a main report (CR 8.5). The subreport happens to be a full page report itself that needs to be in a section other than the detail section (report header/footer or group header/footer). When I run the main report, the report...
  6. Jill50

    Return to Record on Form After Save/Requery

    Thank you both for your quick replies! TheAceMan, I have tried what you are suggesting, but I am obviously missing something, so some sample code would be great if you could! Thanks!
  7. Jill50

    Return to Record on Form After Save/Requery

    I have looked at several threads dealing with this issue, but I am still confused. I have a form based on a list of names sorted by last name, first name. When a new name is entered and saved (I have a function triggered by the save button that increments the ID value), what is the best way to...
  8. Jill50

    Pulling ComputerName from Registry on to form

    Thank you so much! That worked great!
  9. Jill50

    Pulling ComputerName from Registry on to form

    Is there a way to populate a control on a form with the ComputerName in the Registry? Thanks in advance for any help!
  10. Jill50

    Linking to SQL Server 2000 back end

    Thanks. I tried that, but there was so much that did not upsize correctly (like queries based on an input value on a form)that it looked like it would take a lot of work to get the app working properly again.
  11. Jill50

    Linking to SQL Server 2000 back end

    I am trying to convert the back end of an existing Access 2000 split application to SQL Server 2000. Is there any other way to link to the tables other than ODBC? Thanks in advance for any help!
  12. Jill50

    ASP and Linked Subreports

    I have searched Tek-Tips and Crystal Decisions knowledge base for information on how to pass logon parameters in ASP to linked subreports. I found some code examples in FORUM: Crystal Decisions: Crystal Reports 4 Other topics SUBJECT: Running reports from the web; however, it is not working...
  13. Jill50

    VB with Crystal to SQL Server

    We have a VB project which serves as a front end to run 2 Crystal Reports. The main form has 2 buttons - one for each report and an exit button. The reports were developed in Crystal 8.5 and brought into the VB project via the RDC added component, so each report has a form dedicated to it that...
  14. Jill50

    Close CRViewer object in VB App?

    Sorry to waste anyone's time on this thread - I figured out the problem myself and it was simple. The variable named "report" needed to be set to nothing when the viewer form was unloaded. (I was trying to set the CRViewer's recordsource to nothing!) Thanks anyway! Jill50
  15. Jill50

    Close CRViewer object in VB App?

    I have a VB app that includes 3 forms - 1 main form and 2 forms with CRViewer objects to display Crystal reports that have been added to the VB project as CrystalReport1 and CrystalReport2. The 2 command buttons on the main form launch the appropriate Crystal report and the Crystal parameter...

Part and Inventory Search

Back
Top