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