![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
So far I use a Replace-All Formregion with the XML
?xml version="1.0"? FormRegion xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd" !-- Internal name -- nameBusinessOpportunity/name !-- Display name -- titleBooking Opportunity/title !-- Additive adjoining form region -- formRegionTypereplaceAll/formRegionType !-- Outlook form region file is in the current folder relative to the location of contoso.xml -- !--layoutFilec:\Entwicklung\ArtistsOrganizer\Bookin g.ofs/layoutFile-- addinOrganizerAddIn.Connect/addin !-- Display form region when inspector is in the Reading Pane -- showPreviewfalse/showPreview !-- Version of form region -- version1.0/version /FormRegion Can I add a sparate form region to this? Tom "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... For what you want you need a separate form region. That's what they're called. You set that up in the form region XML. You can google for "Outlook separate form region" and see examples for various platforms. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... If you take e.g. the standard Inspector for Contacts, you have a "General" and a "Details" page and you can switch between them by the Ribbon. I want something similiar. I create my Formregion using GetFormRegionStorage. This works fine. I design the Formregion with Outlook Formdesigner. I hope you knoe understand better what I mean. Tom |
#2
|
|||
|
|||
![]()
I believe a replaceall region is not compatible with a separate region, but
I've never tried it. Try it and see. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... So far I use a Replace-All Formregion with the XML ?xml version="1.0"? FormRegion xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd" !-- Internal name -- nameBusinessOpportunity/name !-- Display name -- titleBooking Opportunity/title !-- Additive adjoining form region -- formRegionTypereplaceAll/formRegionType !-- Outlook form region file is in the current folder relative to the location of contoso.xml -- !--layoutFilec:\Entwicklung\ArtistsOrganizer\Bookin g.ofs/layoutFile-- addinOrganizerAddIn.Connect/addin !-- Display form region when inspector is in the Reading Pane -- showPreviewfalse/showPreview !-- Version of form region -- version1.0/version /FormRegion Can I add a sparate form region to this? Tom |
#3
|
|||
|
|||
![]()
According to Randy Byrne's book it's possible. unfortunately he does not tell how.
Tom "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... I believe a replaceall region is not compatible with a separate region, but I've never tried it. Try it and see. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... So far I use a Replace-All Formregion with the XML ?xml version="1.0"? FormRegion xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd" !-- Internal name -- nameBusinessOpportunity/name !-- Display name -- titleBooking Opportunity/title !-- Additive adjoining form region -- formRegionTypereplaceAll/formRegionType !-- Outlook form region file is in the current folder relative to the location of contoso.xml -- !--layoutFilec:\Entwicklung\ArtistsOrganizer\Bookin g.ofs/layoutFile-- addinOrganizerAddIn.Connect/addin !-- Display form region when inspector is in the Reading Pane -- showPreviewfalse/showPreview !-- Version of form region -- version1.0/version /FormRegion Can I add a sparate form region to this? Tom |
#4
|
|||
|
|||
![]()
Not, that isn't clear from his book, I just checked. My guess is you'd use
different XML for each page and supply what's called for by name in the GetFormRegionStorage callback, but that's just a guess. I haven't done all that much with native form regions other than for my book. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... According to Randy Byrne's book it's possible. unfortunately he does not tell how. Tom |
#5
|
|||
|
|||
![]()
I was also thinking in this direction.
Do you think I will then need a separate Class for every form region that I register in the XML like: FormRegion1.xml addinOrganizerAddIn.Connect/addin FormRegion2.xml addinOrganizerAddIn.Connect2/addin Best Tom "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... Not, that isn't clear from his book, I just checked. My guess is you'd use different XML for each page and supply what's called for by name in the GetFormRegionStorage callback, but that's just a guess. I haven't done all that much with native form regions other than for my book. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... According to Randy Byrne's book it's possible. unfortunately he does not tell how. Tom |
#6
|
|||
|
|||
![]()
No, I don't think so. I think it would work all in one class because the
names would be different and so you could handle callbacks from the different pages that way. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... I was also thinking in this direction. Do you think I will then need a separate Class for every form region that I register in the XML like: FormRegion1.xml addinOrganizerAddIn.Connect/addin FormRegion2.xml addinOrganizerAddIn.Connect2/addin Best Tom |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Any way to have something like OL2007 Form Regions in OL2003? | Jason Ferree | Add-ins for Outlook | 1 | September 18th 07 12:35 AM |
Outlook Form Regions | Rafael[_2_] | Outlook - Using Forms | 16 | August 17th 07 08:42 PM |
Creating email form for intranet web page | Laura Vanderbilt | Outlook - Using Forms | 1 | May 11th 07 01:20 PM |
organizational forms vs form regions | Nikolas | Outlook - Using Forms | 2 | November 20th 06 04:26 PM |
Outlook 2007 Form Regions and C++ | Jeffrey | Add-ins for Outlook | 0 | July 7th 06 07:01 PM |