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

    Format Tooltip Text

    Hello All, I have a tooltip control in my application, and have it displaying what I want, now I would like to format the text a little. I would like to make the tooltip background black with a yellow border. I would then like the tooltip title to be displayed in bold white, and the tooltip...
  2. Ferlin

    Database Empty After Insert?

    Hello All, I have been fighting this for DAYS now, I have a picturebox that I place an .png image in, I then have an Update button to add this image to a Database. I have tried severl tutorials on adding images to a database all with the same results. There is no exception throwen or error of...
  3. Ferlin

    Print MDI Child Form

    Hello All, I am using an api call to keybd_event(VK_SNAPSHOT, 0, 0, 0) in order to print a form. The problem I am having is that this is taken a picture of the entire screen, and not just the current active form. Is there a way for me to capture the active mdi child form only and not the...
  4. Ferlin

    How do I select all fields but no duplicates?

    I have an employee database that has year to date information in it, it has a record for each payroll run through the year, which means multiple records for each employee. I need help with an sql statement that will give me all the fields in the table, but only one record per social security...
  5. Ferlin

    Excel and VB6 Help Please!

    I have an application that I have been using that exports an ASCII file to Excel 97. The application was running fine. A lot of my clients are still using MS Office 97 on older machines. I upgraded my machine to Windows XP, but installed MS OFFICE 97 on it. Now I am trying to make changes to...
  6. Ferlin

    Excel and VB6 Help Please!

    I have an application that I have been using that exports an ASCII file to Excel 97. The application was running fine. A lot of my clients are still using MS Office 97 on older machines. I upgraded my machine to Windows XP, but installed MS OFFICE 97 on it. Now I am trying to make changes to...
  7. Ferlin

    CRViewer Help

    Hello All, I am using CR8 and VB6 is there a way to tell if the user has actually printed from the viewer? I know there is an event in the crviewer object for the print button click, but the user could just cancel out of the print dialog box that comes up and not actually print. The...
  8. Ferlin

    CR8, VB6 Update Database Info Help

    Hello All, I am in the process of creating a Payroll System in Visual Basic 6. I have just started to use Crystal Reports 8 to do all my reports in. I am working on the Check printing report now, and was wondering if some of you could help me with this little problem. All help would be...
  9. Ferlin

    Please Help with Data Grid

    Hello All, I have an application with a Datagrid (dgMileage) that I am using to record business trips in. I am using a data base class so I am not using an ADODC, but setting the Datasource myself. Everything works great with the Datagrid except one thins I'm having problems trying to...
  10. Ferlin

    Please Help With DataGrid

    Hello All, I have an application with a Datagrid (dgMileage) that I am using to record business trips in. I am using a data base class so I am not using an ADODC, but setting the Datasource myself. Everything works great with the Datagrid except one thins I'm having problems trying to...
  11. Ferlin

    Help with ComboBox

    Hi All, I have ComboBox in an application that has a Description showing in the Dropdown List. Each description has an Code that goes with it. Such as: Code: 53EB1 Description: Engineering Assistant Grade 1 What I have done so far is to place the code in...
  12. Ferlin

    Help with Keyboard using Windows API

    Hello All, I am working on an application that allows me to connect to my pc at work from home. I have the connection working fine using winsock, my next step is to send certain strings to the remote computer and have it look to the remote computer like I typed it directly on the keyboard...
  13. Ferlin

    Limit Number Records in Table

    Hi All, I have a Table set up in a Database in SQL2000. Is there a way under SQL2000 or Visual Basic 6 that I can limit this Table to only contain 1 record? This Table contains a Control Record and I only want 1 Control Record for my application, I do NOT want to allow anyone to add more...
  14. Ferlin

    Help with Excel Object (PLEASE)

    Hello All, I recently wrote an application that exports several ASCII files into an Excel Workbook. The application after it has finished it's exporting terminates and Excel loads up and shows the Workbook with several WorkSheets in it. I just noticed that if I have run the export program...
  15. Ferlin

    MSWORD and VB

    Hi All, I was just wondering what is the best way to append a text file to the end of a Microsoft Word Document using VB6? If it's using the Word Object (i.e Dim objMsWord As Word.Application etc...) then what's the best way to accomplish this? I did not see an append method when...
  16. Ferlin

    Export Text File to Excel?

    Hi All, I have an application that Exports 5 text files into an Excel Workbook and places them into 5 Worksheets within that workbook. What I need help with is 2 of the 5 worksheets I need to change the orientation on the print to LandScape and also I need to change all 5 worksheets to Fit to...
  17. Ferlin

    Help setting up Properties?

    Hi All, I'm trying to use a couple of Arrays in some properties, the problem I am having is this, when I try to use the properties in my form to set the Column Start and Column Lengths they are all set to 0. The reason being that instead of using the Property Let in the .ColStart(?) = ## the...
  18. Ferlin

    Help setting up Properties?

    Hi All, I'm trying to use a couple of Arrays in some properties, the problem I am having is this, when I try to use the properties in my form to set the Column Start and Column Lengths they are all set to 0. The reason being that instead of using the Property Let in the .ColStart(?) = ## the...
  19. Ferlin

    type mismatch on new instance

    Hi all, I have a class called clschart in the class is a public event called datachanged that I am trying to use in a form for my chart of accounts. In the form right after the option explicit is the line. Private WithEvents chartofaccts as Clschart in the form_load sub routine is the...
  20. Ferlin

    Best route to take

    Hi All, I am working on an inventory control program. I have over 4000 products in my inventory. I have a jpg picture of each product that I would like to show in a picturebox or image control. My question is what is my best route to take with this. Should I store over 4000 jpg's with my...

Part and Inventory Search

Back
Top