There is much discussion/debate about whether DAO or ADO is best for a multi-user split database. Basically, before I get into that subject too much, I need to clarify what I'm using. I have been declaring recordsets as "As Recordset" rather that "As ADODB.Recordset" or "DAO.Recordset" (and to...
I have a project which draws graphics (such as circles) to a picturebox control. This works fine. The width of the picturebox control is set to 15,840 twips which should be 11 inches which is wider and longer than the A4 pages I'm trying to print to. I want to print the picturebox contents over...
I am writing a program which takes info from a client side database and fills in a PHP form. There is no problem with most of the common text input elements. However, one of the elements is a file upload input type.
My program simply rewrites the code of the webpage to add the appropriate...
I have inserted an image control on a form. Showing the initial image when the Form is loaded is not a problem, however, I want the image control to do a kind of slideshow through a series of jpgs. I can do this in pure Visual Basic 6 using the timer to successively load new pictures but when I...
On a form I have a Picture which I want to drag URL's to from Internet Explorer then use the URLs in my program. To do this, I use the picture's OLEDragDrop event which works fine except that the OLEDragDrop event only gets triggered when I actually click the picture and not when I let the mouse...
I've created a password protected Access 2000 database then split it so I've got the forms, reports and code in a front end database and the data tables are in the back end database. However, it is now possible to open the back end database without a password and access the data. I tried adding...
I'm trying to compile my program into a setup file which I've done but when I try to install the program I get the message "The system could not locate the file 'C:\Windows\Temp\mfstqws.pdw\ST6UNST.EXE' (being the uninstall file).
What's strange is that
(a)I've been developing this program...
I have an array that I want to be dynamic, that is, that can be resized according to the needs of the program. How can I resize the array and preserve its current values?
The 'insert' SQL string below doesn't seem to be accepted. I orginally was getting an error message that I should use the CONVERT function to give explicit conversion to the Money format in the 'Price' fields below. I then tried using the CAST function to convert these values. The values...
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.