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

    Placing a file into a variable of the Object type

    Does anyone know how to put the contents of a file into a variable of type Object? ie. Dim obj As Object Set obj = ??????("c:\myfile.dat")
  2. aidenryan

    GetChunk/AppendChunk

    I've been attempting to run the example code from the address listed below. However, when the program reaches the line - BlobToFile rs!Photo, "c:\photo1.dat", rs!Photo.ActualSize, 16384 - it displays an error telling me that WriteFromBinary is not an optional argument. If anyone is...
  3. aidenryan

    Putting the contents of a PictureBox into a database field

    Does anyone know the vb code for taking the contents of a PictureBox on a form, and putting it into an access database field??
  4. aidenryan

    converting strings to ole objects

    If I have a string type variable that is a file path name, such as, Dim strFile As String strFile = "C:\image.bmp" is there any way to convert that string to an OLE oject using VB code. If so, I would appreciate some help.
  5. aidenryan

    Converting file paths to objects.

    I have an interesting problem. In an accessdb table I have a field containing file paths. In a crystal report, I would like to create a formula field that takes the contents of the file paths db field, checks if any of the entries have a .bmp extension, and if so, uses the path to display the...
  6. aidenryan

    code for ole objects

    I have an interesting problem. In an accessdb table I have a field containing file paths. In a crystal report, I would like to create a formula field that takes the contents of the file paths db field, checks if any of the entries have a .bmp extension, and if so, uses the path to display the...
  7. aidenryan

    Displaying jpegs on reports

    I have no trouble placing a bmp in a report, however I can't seem to get jpegs or gifs to do the same. In an ms access database field, when I insert a bmp, the field reads "Bitmap Image", when I insert a jpeg or a gif, the field reads "Package". The package objects won't show...
  8. aidenryan

    Displaying jpegs on reports

    I'm new at using crystal, and I was wondering what steps I have to take in order to display jpegs on reports.

Part and Inventory Search

Back
Top