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

    Difference between "As Recordset" and "As DAO.Recordset"

    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...
  2. Greggie

    Printing PictureBox graphics to multiple pages

    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...
  3. Greggie

    DHTML and file upload element

    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...
  4. Greggie

    Rotating images in an image control programmatically

    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...
  5. Greggie

    Drag and Drop stickiness

    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...
  6. Greggie

    Password on a back end database

    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...
  7. Greggie

    Need advice on setup file

    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...
  8. Greggie

    Resizing an array in C++

    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?
  9. Greggie

    Problem with SQL 'INSERT INTO' statement

    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...

Part and Inventory Search

Back
Top