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 gkittelson 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: *

  1. scro11bar

    DataReports problem

    Hi, I use VB DataReport as my reports builder. The reports look fine when displayed on the DataReport but when I try to save it, the only format I can save it as is HTML, text, unicode... The problem here is that when I save it as a text file, the formatting is lost. So if I print the text...
  2. scro11bar

    closing a vb excel object

    I am doing somethings to a excel file and when I close the excel object by excel_app.quit, the excel object or the workbooks or worksheets doesnt seem to close. I was wondering if there was a way to completely close all objects associated with the excel object and the excel objects itself...
  3. scro11bar

    setting workbook object to a vertical bar "¦" delimited file

    Hi, Im trying to use an excel object to open a file thats delimited by the vertical bar - "|". But when I set the delimiter to "|" in the Open command, the file isn't delimited. Here is a bit of the code... ---------------------------------------------- Dim excel_app As...
  4. scro11bar

    Formatting attachment with uuencoding

    Hi, I wrote a small program to email attachments of text files to someone who needs them. I am using MAPI controls to attach and send the emails. I also need to encode the attachments with uuencoding. I was wondering if there was a way of uuencoding in VB 6.0? Thanks in advance. G. Rush
  5. scro11bar

    refreshing command in DataReport

    Hi, I'm displaying a report using DataReport in VB 6.0. I've designed the data report using DataReport Designer. I created a Connection in the DataEnvironment and set Commands in the DataDesigner to retrieve data from a sql server backend. Everything works fine. But if open up a report for...
  6. scro11bar

    sending multiple attachments using MAPI controls

    Hi, I am trying to attach multiple files in one email message and send it to an email account. I can attach one file and send it but I have no idea I how to attach more than 1 file. I tried messing around with the .AttachmentIndex property but couldn't get it to work. Any help would be...
  7. scro11bar

    freezing form

    Hi, I built an application that queries a ms slq server. When I run a command from the form, the form freezes until the command finishes running( 5 minutes later). I can still use other opened programs(like ie explorer, notepad, word) but other applications won't open until the command has...
  8. scro11bar

    lengthening Data Report width

    Hi, Is there a way to increase the width to the Data Report. Currently, the limit is 12000 pixels and I'd like to increase the width to add more items to a report. Thanks. - G. Rush
  9. scro11bar

    how to access Data Report Objects

    I am trying to enter the date(not the current date) of the report.(i.e a report for october, september...) How do I access the label located in a DataReport so I can set the caption to a date of my choosing? G. Rush
  10. scro11bar

    timed program execution

    Hi, Is there a way for a VB program to be set to run at a particular time (i.e. from 3:00 p.m. to 5:00 p.m.) Also, the timer control in VB has an upper limit of 65000 for its interval. Is there another similar control which has a greater upper limit? G. Rush
  11. scro11bar

    datareport error runtime error 8577

    I am using a vb front end to a ms sql server 6.5 database to create a datareport. If I run this front end on the computer on which the ms sql server runs, the datareport runs fine. But if I install the front end on another computer and try to open the reports, I get the runtime error 8577...

Part and Inventory Search

Back
Top