| Thread | Last Post | Replies |
|
| Convert Form to CSV upon Send | 25 Sep 2003 16:17 GMT | 1 |
I created a simple questionaire form with about 8 questions. I Used Text Boxes, Drop Boxes, and radio buttons inside frames. What I am looking for is example code to take the information from the form and send it in csv format. Probably as an attachment, unless it's possible
|
| prevent user from item drag and drop | 25 Sep 2003 15:27 GMT | 1 |
Can i prevent user from drag and drop an item in a public folder ? (Outlook 2002, Echange server 2000) Any suggestion would be appreciated.
|
| button | 25 Sep 2003 14:56 GMT | 1 |
I would like to add my button to outlook contact form. I would like to send some info about current displaying contact to my running application, but the only I can in this moment is add some code in VBScript to the button in
|
| attachment not working | 25 Sep 2003 01:47 GMT | 1 |
I have created a custom Post based form and published it to a public folder. I have written code that creates an email and adds the current form as a refernence attchement. The form is then saved to the public folder.
|
| Outlook 98 customised forms | 24 Sep 2003 11:59 GMT | 1 |
I have created a customised survey form for my department. I would like to open a second customised form by clicking on a command button on the first form. Can anyone help
|
| Please HELP....second post. | 23 Sep 2003 20:05 GMT | 3 |
I've been tinkering around with this script to get it to post Time and Date in the notes field of a Task form and I've got it to work (I think the original script came from Sue's wonderful site) except the cursor ends up at the end of the previous line (or at the beginning of the ...
|
| create custom form programatically | 23 Sep 2003 16:45 GMT | 2 |
I have a custom form in the Organisation Forms Library which is a modified Appointment Item ie: Page 1 of the form is the normal Appointment and Page 2 includes a couple of custom fields. When a user saves an item to their private calendar I want to
|
| Adding a BCC recipient | 23 Sep 2003 15:26 GMT | 3 |
In Outlook XP I have created a custom form that includes some checkboxes. I want to include an additional recipient if one particular checkbox is checked, and only if it is checked. I think I posted a question related to
|
| email | 23 Sep 2003 13:03 GMT | 1 |
can anyone tell me how to configure on outlook to send an email that requires confirmation from the reciever?
|
| A program is trying to access email | 22 Sep 2003 22:30 GMT | 1 |
In my custom form I have the following code: Set olApplication = CreateObject("Outlook.Application") Set olNameSpace = olApplication.GetNamespace("MAPI") Dim strCurrentUser
|
| excel control doesn't do anything | 22 Sep 2003 21:43 GMT | 4 |
I am trying my second post on this matter. I am hoping that someone could point me in the right direction. I am desperately trying to get an excel control to function. I am running officexp and the control doesn't save anything.
|
| Outlook 2000 custom form checkbox issue | 22 Sep 2003 14:20 GMT | 1 |
I've created a custom form in Outlook 2000 and it works well except for one small issue. When the recipient replies or forwards the form, the checkboxes are cleared. I'm sure there's a way to prevent this, but I
|
| Modifying Contacts Form | 22 Sep 2003 03:10 GMT | 1 |
I am trying to change the default layout of the Details tab on the contacts form. I have successfully updated the General tab however cannot see how to change the Details tab. Any suggestion would be appreciated.
|
| how to change datepicker | 19 Sep 2003 20:53 GMT | 3 |
I've included the datepicker control on a form. The user's choice is accepted into the associated field but the form still displays the original value from the properties. Why won't it show the chosen value?
|
| Folder Location in VB Script | 18 Sep 2003 15:39 GMT | 1 |
I have a custom form in OL2k. I pull records from a MS access database. Is there anyway to reflect changes in the VB Script to automatically find that database? What I'm trying to do I send this form to some co-workers. But
|