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

    Highlight Toolbar option?

    I’m trying to highlight a button on a toolbar using VB based on information on a form. This would be similar to how the Justification (Left/Center/Right) on the formatting tool bar works, when a field is selected. I have tried SetFocus, but this does not work as it moves the focus to the...
  2. Dalain

    Problem with OLE Object. Picture displays as Icon only.

    I have a “personnel information” database where an OLE Object field is used to display the picture of the person that the record belongs to. I use to be able to insert (Create from File) any picture format I wanted (Bmp, Jpg, Tif...) But, now I can only insert GIF files otherwise it is...
  3. Dalain

    vbCrLf Constant?

    I have recently see some code that uses the Constant vbCrLf , but I have not been able to find the definition where to use it and what does it realy does. Is this simply a new way to saying Chr(13) in a MsgBox? Thanks in advance Dalain
  4. Dalain

    How can I open a backend database in shared mode only using VB?

    I have a database with multiple tables, forms, etc. that I have successfully split. The front and back ends reside on a common server with the Front end on the users desktops. The problem is with some of the users times when they open thier database no one else can "Err; the file...
  5. Dalain

    Delivering Database, ? Desktop Shortcut...

    This may not be the right Forum, but I am ready to deliver a database to my employer. The database is one MDE about 7MB. I have been using a Zip self-extractor, to place the file in the proper directory. The problem is, how do I place/create a Shortcut to this file on his desktop...
  6. Dalain

    In TransferDatabase method where is the PWD placed

    Hello, I am currently working on a database (Message Creator), which as far as the user is concern; you can Save and Load your work like a word Document. What really happens is that I use the Common Dialog feature so that the used can select a Path and FileName. I then use the PathAndFileName...
  7. Dalain

    In TransferDatabase method where is the PWD placed

    Hello, I am currently working on a database (Message Creator), which as far as the user is concern; you can Save and Load your work like a word Document. What really happens is that I use the Common Dialog feature so that the used can select a Path and FileName. I then use the PathAndFileName...

Part and Inventory Search

Back
Top