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

  1. Atliens911

    Text Box in Frame Not Working When Program is Distributed

    I have a text box that is inside a frame and it looks fine on the developer computer but when I packaged it and put it on other computers it is TOO BIG. I checked and it seems to be inside the frame b/c when I click on the frame the text box moves with the frame. Any suggestions?
  2. Atliens911

    Reading a Text File that is not comma deliminated

    Thanks ken. I will need to parse the file. I'm not so worried about that but I'm having difficulty with updating my table. I'm using Insert into Cash (Comp_Name, Sales, Assets, Total) Values ("XXXX", 123, 456,657) and I'm getting a error that the types don't match but I checked...
  3. Atliens911

    Reading a Text File that is not comma deliminated

    I want to create a module that reads in a txt file that doens't always have the same dilimentor. the file looks like this 4 AInc 886946 208008 150416 961946 1112362 74.80 23 0 ,CC , 5 BInc 938985 297416 236148 943085 1179233 100.88 100 0...
  4. Atliens911

    Wrong image size on a Data Report

    I am having trouble with some images on my application that was designed in VB6. I have some reports and in the header there is an image box. When I take and install it on another computer the image gets cut off. Is there a way to fix it. It's like the image is absolute instead of being...
  5. Atliens911

    Images not being the correct size

    I'm not exactly sure what you mean by report made. It was developed in the data environment. I just used the report editor and added an image. More than likely it will be used on different resolutions. Provisions?
  6. Atliens911

    Images not being the correct size

    I developed an application in VB 6 and on the reports that I made the images are not the same size as what was on the devlopment computer. The image is being cut off. Any suggestions?
  7. Atliens911

    Font Substitution in Windows

    Is there anything I can do to force the font I developed with or design the forms accordingly?
  8. Atliens911

    Font Substitution in Windows

    I have developed a VB6 program and some of the labels and images have not stayed true as compared to the development computer. It is not a screen resolution problem. Some of the labels overlap on pc's other then the development computer and I think that on the other pc's it is not using the...
  9. Atliens911

    Report with NO data

    I would like to create a message box that says "I'm sorry there is no data for that report" and not open up a blank report like what I'm getting now. Is there an if statement I can create somewhere to not open the report?
  10. Atliens911

    VB6 deployment w/ data environment

    If I deploy an app that has a data environment on it, does it have to be a server? My intent is to deploy it to a cd rom.
  11. Atliens911

    How to make a project moveable with Data Environment

    I am trying to make a project moveable that is designed in VB6. It includes a data environnment and reports. I used this code to "make the project moveable" Private Sub DataEnvironment_Initialize() ConnData2.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _...
  12. Atliens911

    Jet Engine Problems with executable file

    I made the connection string in the properties of the connection. I also used this bit of code to (supposedly) make the project moveable. Private Sub DataEnvironment_Initialize() ConnData2.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" &...
  13. Atliens911

    Jet Engine Problems with executable file

    I made a project in VB6 that i converted to an exe file. I am using the DB environent and reports in the project. I want to be able to transfer it to a disk and run the project from the disk. Now I read in a book how to make the DB env transferable by using app.path in the initialization...
  14. Atliens911

    installer

    I am trying to transfer an application I designed in vb6 to a cd. It is connectinng to an Access db. It has some reports in it and i need to install some dll file to the host system in order for the cd to work. I understand(I guess) that I need to use an installer program. Can anybody explain...

Part and Inventory Search

Back
Top