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?
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...
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...
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...
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?
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?
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...
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?
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;" & _...
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=" &...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.