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!

Search results for query: *

  • Users: pc66
  • Order by date
  1. pc66

    CR 10 LogonServer failure using RDC - Recent upgrade CR 8.5

    Dave, Many thanks, while I still had trouble with the LogOnServer method and was unable to get it working, your suggestion of SetLogOnInfo worked perfectly. Reference to SetLogOnInfo did not appear when I added reference to Crystal Reports ActiveX Designer Runtime Library 10.0, so I had to add...
  2. pc66

    CR 10 LogonServer failure using RDC - Recent upgrade CR 8.5

    Recently purchased Crystal Reports 10 Professional. Installed on PC with Windows 2000 Professional and MS Office 2000 Using Crystal to report on a Lotus Notes Database. We have a scheduler that was built using MS Access and works fine to schedule and run reports on the PC which Crystal 8.5 is...
  3. pc66

    VBA Notes: how to send a cc ?

    Here is some code I use for sending email with attachment through Lotus Notes. May be of some help. Public Sub SendNotesEmail(Subject As String, Attachment As String, Recipient As String, ccRecipient As String, BodyText As String, SaveIt As Boolean) 'Set up the objects required for Automation...
  4. pc66

    Microsoft Excell VBA Code

    try this link for some helpful answers to your question on Colours http://www.cpearson.com/excel/colors.htm Best solutions would be using this function being an extract from Chip Pearsons site ************************************** Counting Cells With A Specific Color The following function...
  5. pc66

    userform

    If you change the Properties for the Userform, field ShowModal, from True to False, then the form will remain while you switch windows. Form will remain displayed until you use the Unload event activated from an action such as clicking an OK Button.

Part and Inventory Search

Back
Top