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!

Search results for query: *

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

    Default printer registry entry for Windows ME

    I have managed to programmatically change the printer from the default to the PDF writer and then back to the default in Windows 2000 and Windows XP. The code I used for this was elsewhere in this forum - thanks by the way! But, Windows Me seems to be different. It doesn't have the same...
  2. jpember

    Report from SQL Server Recordset

    Can anyone point me in the right direction to create a report based on a recordset built from a SQL Server Stored procedure? I am using Access 2000 ADO.... Thanks in advance, Jacqui
  3. jpember

    Hierarchy reporting in Access

    I've got the Treeview control working beautifully in my Access app, but the next step has thrown me! I need to produce a report on the same hierarchy that I'm using in the treeview. Can someone point me in the right direction please? Thanks in advance, Jacqui
  4. jpember

    Interrogating values in a multiple select box

    Can anyone out there tell me how I can read through all the values in a multiple select box in a loop? I have managed to get the user to enter values in a textbox, click on a button to add the value to the end of a listbox, but now I want to be able to insert a new record into my database for...
  5. jpember

    Passing Stored procedure parameter from VB

    I'm using the RDC in VB6 to export a CR8.5 report to .PDF format. The report is based on a SQL Server stored proc that expects 5 parameters. I've tried using the parameterfields method to add the parameters, but I get a subscript out of range error. Can anyone help me get the parameters thru to...
  6. jpember

    Export Crystal Report to PDF without opening report

    Hi there Please could you assist me. I'm trying to use the craxdrt.dll to export an existing CR report to a file in PDF format. So far my code looks like this: Dim crxApplication As New CRAXDRT.Application Dim crxReport As New CRAXDRT.Report Public Sub ExportToPDF() Set crxReport =...

Part and Inventory Search

Back
Top