| Thread | Last Post | Replies |
|
| Time Zone conversion in vbscript | 19 Apr 2004 02:01 GMT | 1 |
I have a custom outlook form that have a date/time field. I'd like to have a field next to this date/time field that displays the current Time Zone set for the PC. Is there a way to display the current Time Zone set for the PC through vbscript?
|
| Form Not Displayed | 16 Apr 2004 23:32 GMT | 3 |
Sue - I have a custom message form (no VBA code) that the author uses to assign reviewers to a document. That document gets attached to the form. Each reviewer has his/her own page of instructions. The form is sent to each
|
| Find Button State | 16 Apr 2004 21:36 GMT | 4 |
I am trying to turn on the find bar when a particular folder is selected but it seems that the State property is not right. colCB = applicationObject.ActiveExplorer.CommandBars objCBB = colCB.FindControl(ID:=5592) ' Find
|
| Too slow | 16 Apr 2004 20:43 GMT | 2 |
In my Task form, I run this sub: Sub Item_CustomPropertyChange(ByVal strName) Set prps = Item.UserProperties If prps("HeatBarrier") = "True" Then
|
| Delete published forms from my Public folders??? | 16 Apr 2004 20:30 GMT | 10 |
How do I do this? I have alot of the same form in different places with the same name. I read about form cache coruption and I would like to clean this all up.
|
| Accessing Outlook contacts... | 16 Apr 2004 18:29 GMT | 1 |
I have a script that loops through all the outlook contacts in a public folder. All the contacts are supposed have a messageclass equal to a particular custom contact form. Under some circumstances the contacts get one-offed. Whenever you try to open a one-offed contact ...
|
| TextBox Default Values - How do I change and hold the value? | 16 Apr 2004 17:55 GMT | 10 |
I have a Textbox that asks for a username. When they put that Username in, do the processes and close the form when it opens again the value is blank. If on Design View I change the Value it stays there permanently even if someone changes it. I need a way to update the
|
| populating fields/controls with sql data | 16 Apr 2004 16:55 GMT | 8 |
I am successful in reading a sql table and now I need to populate the fields/controls on a custom form with the name,address info from the data file/table. How do I do this? When putting it out like this it works:
|
| Get rid of [cr] symbol when export to excel | 16 Apr 2004 13:50 GMT | 4 |
I have a address field with property set to multi-line. When I write a vbscript to export the address to excel, it includes th carriage return symbol. Anyway to get rid of all the [CR]symbols in the address field?
|
| Word doc in Custom Task Form | 16 Apr 2004 12:37 GMT | 1 |
I want to preview word documents in my customized tasks. This I can do using the 'notes-field'. (this field is also used in the regular task, and it works.) The problem is that in my customized task I can only use on
|
| Turning Off Security Warning | 16 Apr 2004 12:36 GMT | 1 |
I've got a customised outlook form for a mail message and have a print button with VBscript code behind it that inserts the info from the outlook form into a word template and prints it.
|
| Listbox Question ... | 16 Apr 2004 12:34 GMT | 1 |
I have a listbox in a custom contact form that is bound to the categories. The listbox displays multiple checkboxes. Is there a way (event) to determine when a user checks one item ? I must set the default value of another field when the user clicks on a
|
| Crash when using custom form | 16 Apr 2004 08:38 GMT | 3 |
I created a custom form for outlook contacts. Everyone in the company must be able to use the form, so I published it in a public folder and used DocMessageClass to change the default form to the new one. This all works.
|
| changed value on form to copy data from field into another field | 15 Apr 2004 21:22 GMT | 1 |
I have a textbox called "Dock", it a text field. I also have two other textboxes that are date/time formats. Date/Time Formats: 1st Textbox called Delivery 2nd Textbox called Initaldelivery.
|
| Modify custom template with form | 15 Apr 2004 21:20 GMT | 8 |
I've been asked to modify a Outlook email template. Let me explain the details. We have Exchange 2000. We use outlook xp. We have had a form which was created for us by a consultant 4 years ago.
|