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 bkrike 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: Alkemac
  • Content: Threads
  • Order by date
  1. Alkemac

    Passing a parameter to a Crystal Report

    I have a VB6 Application, using Crystal Reports 10 and SQL Svr 2000. In the Crystal Report (GH3A) Group header, I have a formula (@FinancialSummary), which calculates a date string based on a field in the table. However, I'd like to pass it the value from my code. The code I use to call the...
  2. Alkemac

    Corporate WAN issue

    We have a WAN in our corporate environment. Each of our 6 branches has its own Exchange server. Our Exchange server in head office replicates every 10 or so minutes to these branch Exchange servers. I've developed a VB6 application, which places an email in our Head Office Exchange server in a...
  3. Alkemac

    Calling existing Crystal Report in VB.Net

    Hi.. am new to Vb.Net... Problem is, I have an exisiting report that I wish to call programatically, pass it two parameters and then email. Can someone please help ??? PS - Not for school project or any other nefarious reason!
  4. Alkemac

    Using ExportOptions to define a "send as" user name

    Does ExportOptions support the ability to send an email via MAPI and VB6 using another email address instead of my own deafult ? Thanks
  5. Alkemac

    Emailing Crystal Report

    I tried using the following code to send an email from VB6, containing a Crystal report and it came up with the error "missing or out of date dll". Anyone know of a solution please ?
  6. Alkemac

    Sending Crystal report to print

    Very simple question - how do I programmatically send a Crystal Report to the default printer through VB6 ? Thanks
  7. Alkemac

    Supplying CrystalReport Datasource

    Starting out with Crystal..as always, things have to be done in a rush. I am using Crystal 10 developers edition, with VB6. I've used the data report writer in VB6, but never the Crystal Report one. Some questions :- 1) How do I setup the datasource for the crystal report programmatically ...
  8. Alkemac

    Posting a new appointment in someone else's Outlook Calendar

    Can someone please check the attached code and tell me what else needs to be added to create a new appointment in someone else's Outlook Calendar ? I dont seem to be able to get the part(.subject, .start etc) to work as it always complains its not part of the collection.. Thanks Set olMAPI =...
  9. Alkemac

    Only one row returned from XML file

    I've created the following XSL file and when it runs with the XML file, only one row is returned. What would cause this to happen ? <!--Start of XSL--> <?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?><xsl:stylesheet version=&quot;1.0&quot...
  10. Alkemac

    XML/XSL 2 SQL SVR - Making the right choices

    I have the unenviable task of taking a huge XML document and converting it into a client statement that is in HTML format. In order to get off on the right footing, there are some questions I need to ask before taking the plunge. (I use VB6 as my development tool) If I leave the XML file...
  11. Alkemac

    Formatting Output in Excel

    If I export a data grid to Excel, how do I format the data ? ie I wish to put a border around the outside, make the top row of the grid grey background etc? Thanks
  12. Alkemac

    Automating email messages

    Is there another way to automatically generate outgoing email messages without having to enable IIS on an XP machine using VB6 ?

Part and Inventory Search

Back
Top