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 Wanet Telecoms Ltd 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: *

  1. pozitron969

    Replace Statement Causing Pain

    Hello, I am trying to use the Replace Statement to clean up a portion of a SQL statement that I use. Snippet: sSQL = "SELECT dbo.FTMILog.Time,dbo.FTMILog.Message, dbo.FTMILog.LogLevel FROM dbo.FTMILog WHERE dbo.FTMILog.Message LIKE '[sMess]' AND dbo.FTMILog.Time > '[sFromDate]' AND...
  2. pozitron969

    My.Settings Question - vb 2005 Express Beta 2

    Hello, I am trying to read a couple settings from the My.Settings object. I have two settings defined in the Project Properties: -DefaultApp is a User scope string with an initial value of "Web" -DefaultTopMost is a User scope boolean with an initial value of False When I step through the...
  3. pozitron969

    Macros not saved with Protected Word Doc

    Hello all, I have created a Word 2003 doc template that uses tables to organize Form elements. I have a series of macros that are used to add rows to the tables and insert or delete various form elements. The macros are executed by the MacroButton Field. The macros will automatically...
  4. pozitron969

    Word 2003 Forms Fields & Macro Question

    Hello all, I am creating a form to document the autmoated processes we do at work. I have created a doc that has a series of nested tables. The File information section contains a text form field and four check box fields, for filename, Read, Write, Update and Delete information. I have...
  5. pozitron969

    Centering an Image Box

    Hello, I wrote an ActiveX control that loads an image and tries to center the image box on the screen. Unfortunately it seems to be giving me odd results. Sometimes the image is centered (I think), others it will be centered on the right hand side of the image, and still others it will center...
  6. pozitron969

    Formatting Text in Outlook

    Hello, Does anyone know how to use VBScript in Outlook forms to set only a part of the text in the Item.Message text field to be bold. Unfortunately I haven't been able to find any documentation on the methods that Item.Message supports. I am hoping to find a SelStart, SelLength, SetBold...
  7. pozitron969

    FileWriter or Scope question

    Hello, I am trying to write a simple class that will open a file, append a line to the file until you type exit. This is what I have so far. I am getting two errors when I compile the code below. The only things that I can think of is that I am not handling the FileWriter object correctly...
  8. pozitron969

    Hello all, How does one update i

    Hello all, How does one update information in a collection after it has been added to said collection? I have a collection of classes that store media files. I am setting the key for each item to be the filename, and I don't really want to use index #'s. Here is what my app does: 1) The user...

Part and Inventory Search

Back
Top