Recent content by bpl

  1. B

    Can't locate in Outlook custom form where is message from

    Larry, You were right! This message, which I could not find was located in Properties -> Administration tab -> Folder Assistant -> Template settings. I successfully edit this message! Thank you very much larry for your help!!!
  2. B

    Can't locate in Outlook custom form where is message from

    I support existing Outlook Custom Form, which was created by another developer. When custom form first time posting to Exchange server, user get email: "Your User Registration Form has been received by ISD. Please be advised that the form cannot be approved by ISD for entry until it is first...
  3. B

    Can't locate in Outlook custom form where is message from

    When Outlook Custom form posting to Exchange server, user get email, which does not exist in custom form script. Can't understand where this email coming from. Can it coming immediately from Exchange server? I need modify or get rid of this email and I don't know how.
  4. B

    Outlook Toolbar disabled

    My small custom form worked fine with Outlook 2007. After very minor changes I did (Just modified list for combo box) Outlook toolbar disabled after user open custom form in Outlook and user can't send attachment to the form. What it could be?
  5. B

    Update Item.Subject property

    When user click "Save" button my Custom Form saved in Outlook Public folder with fields From and Subject. I want to append some text to the Item.Subject property to have "Subject" field updated in the Outlook folder after custom form saved. This is example of my code: Function Item_Write()...
  6. B

    Font for Tab Page in Mutipage Control

    How to change Font Size for Tab Page in Mutipage control in Outlook Costom Form?
  7. B

    Date validation in Outlook Custom Form

    Thank you very much, Diane! Your advice was very helpful!!!
  8. B

    Date validation in Outlook Custom Form

    In my Outlook Custom Form I have Date field and using function IsDate in Item_Write event to validate if user typed valid Date in textbox, when he try to save custom form with invalid date. But instead of my message when user typed invalid date in textbox, standard Microsoft Outlook message...
  9. B

    Item_Write = False don't prevent custom form from closing

    I am using validation in Item_Write function of my custom form, if error use MsgBox function and after it use Item_Write = False Exit Function to exit fromItem_Write event and keep form opened. But form closed and after it, message from MsgBox pop-up. I happened after form was...
  10. B

    Opening a saved Outlook customized form the same folder

    I cleared form cache and changed version number when published, but it did not help, I still retrieving old design when open saved form after saving. I had no choice but start making changes for old design again.
  11. B

    Opening a saved Outlook customized form the same folder

    After putting in my customized form all items I needed, I published my form in one of the Outlook public folder. Then I redesigned my form and published it again to the same folder. When I use Tools->Forms->Choose Form.. command to open form (or use New from Outlook toolbar), I get customized...
  12. B

    Opening a saved Outlook customized form after moving it to another folder

    Thank you very much Diane. It's working fine!!!
  13. B

    Opening a saved Outlook customized form after moving it to another folder

    After putting in my customized form all code I needed, I published my form. The way our organization works with form, is that the published form opened in the same folder as published, user fill out all items and then form approved by his manager and saved in the same folder. In Item_Open event...
Back
Top