SlideShare una empresa de Scribd logo
1 de 156
 
JMP205: Integration of IBM Lotus Notes and Lotus Domino with Microsoft Office, .NET, and IBM Lotus Symphony ,[object Object],[object Object]
Otherwise known as the … “Kum-bah-ya” session
Before we begin ,[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],We are sharing 21 samples, 3 real world demos & 3 free take-homes … in 120 minutes … get ready!
Who are we? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Who are we? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
PSC Group, LLC ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Demo Databases ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Let’s take a little poll … ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integration History ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Good News ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Good News (continued) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Definitions for Notes Programmers ,[object Object],[object Object],[object Object]
What is COM? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What is OLE? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OLE/1 — File Attachments ,[object Object],[object Object],[object Object],[object Object],[object Object]
OLE/1 — File Attachments (cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OLE/2 — Linking and Embedding ,[object Object],[object Object],[object Object],[object Object]
OLE/2 — Linking and Embedding (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integration from the Notes Client ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integration from Notes ,[object Object],[object Object],[object Object],[object Object]
Creating a Word Document — “Hello World” Demo — Example 1 Launch Microsoft Word and enter  some text pe01832_
Creating a Word Document ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Variant Application Object Name LotusScript Method Set hwd = CreateObject("Word.Application")
Creating a Word Document (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Easiest Way to Start ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Recording Actions in Microsoft Word pe01832_ Demo — Example 2 Use the Microsoft Word macro recorder to  write VBA for us
What’s up with the Recorded Syntax? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Use the Microsoft Constants Database ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Registering the Notes COM Objects ,[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics ,[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Make Your End Users Happy! ,[object Object],Notes 5.X Notes 6 , 7, 8 & 8.5
Domino COM Basics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Word Template — Data from Notes pe01832_ Demo — Example 3 Create a new document Prompt user Place data into document
Managing the Template ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Attachments ,[object Object],[object Object],[object Object],[object Object],[object Object]
Working with the Attachment ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Get the rich text field Extract the attachment Get the object based on the filename Get the filename of the attachment in the field Check for an attachment Check for an object
Saving the Attachment ,[object Object],[object Object],Dim newrichtextfield As notesrichtextitem Dim newobject As notesembeddedobject newdoc.removeitem ("Attachment") Set newrichtextfield = newdoc.CreateRichTextItem("Attachment") Set newobject = newrichtextfield.EmbedObject(EMBED_ATTACHMENT, "", filepath + filename)
Attachment Demo Demo — Example 4 User form that works with attachments pe01832_
Introduction to OpenOffice.org Development ,[object Object],[object Object],[object Object],[object Object]
OpenOffice.org? StarOffice? Lotus Symphony? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What is the ServiceManager? ,[object Object],[object Object],[object Object],[object Object],[object Object]
What Did That Do? ,[object Object]
Let’s Start Writer — Word Processing Application ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Picture So Far ,[object Object],[object Object]
Let’s Add Some Text ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Hello World! ,[object Object],[object Object]
Notes to Lotus Symphony Documents Demo — Example 5 “ Hello World” from Notes to Lotus Symphony Documents pe01832_
Merging Mail from Notes ,[object Object],[object Object],[object Object],[object Object]
Mail Merge in Different Versions of Word ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Use the Mail Merge Wizard to Your Advantage ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mail Merge from Address Book Demo — Example 6 Generate a mail merge from the personal name and address book pe01832_
Mail Merge with OpenOffice.org Writer ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mail Merge with OpenOffice.org Writer (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mail Merge with OpenOffice.org Writer (cont.) ,[object Object],[object Object]
Lotus Symphony Documents Mail Merge and Notes Demo — Example 7 Creating a mail merge letter from the Notes personal name and  address book pe01832_
Integration with Microsoft Excel ,[object Object],[object Object],[object Object],[object Object]
The Beginning with Excel ,[object Object],[object Object],[object Object],[object Object],[object Object]
Working with Cells and Ranges ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dealing with the Default Row and Column Size ,[object Object],[object Object]
Creating a Chart ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Add the chart from the above range Create the chart on the current sheet Resize the chart to a specific height
Working with Microsoft Excel Demo — Example 8 Create a spreadsheet from Notes data and generate a chart pe01832_
Let’s Start  Lotus Symphony Spreadsheets ,[object Object],[object Object],[object Object],[object Object],[object Object]
Let’s Start  Lotus Symphony Spreadsheets  (cont.) ,[object Object],[object Object],[object Object]
Notes with  Lotus Symphony Spreadsheets Demo — Example 9 “ Hello World” with Notes and Lotus Symphony Spreadsheets Where will the text go? pe01832_
Notes with  Lotus Symphony Spreadsheets  — D7! ,[object Object]
Rows and Columns Are Numbered from Zero ,[object Object]
[object Object],Integration with Microsoft PowerPoint
The Beginning with PowerPoint ,[object Object],[object Object],[object Object],[object Object],[object Object]
Working with PowerPoint Shapes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Working with Shapes ,[object Object],[object Object],[object Object],[object Object],[object Object],hwd.ActiveWindow.Selection.SlideRange.Shapes("Rectangle 2").Select hwd.ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select hwd.ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(1,0).Select With hwd.ActiveWindow.Selection.TextRange .Text = sessiontitle End With
Working with PowerPoint Demo — Example 10 Create a presentation using contacts or  sessions pe01832_
Introduction to  Lotus Symphony Presentations ,[object Object],[object Object],[object Object],[object Object]
Let’s Start  Lotus Symphony Presentations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Let’s Start  Lotus Symphony Presentations  (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Lotus Symphony Presentations &  Notes - Result
Lotus Symphony Presentations  and Notes Demo — Example 11 “ Hello World” with Notes and Lotus Symphony Presentations pe01832_
Integration with Microsoft Project ,[object Object],[object Object],[object Object]
Beginning with Project ,[object Object],[object Object],[object Object],[object Object],[object Object]
Adding Notes Data to Project ,[object Object],[object Object],[object Object],[object Object],[object Object]
Microsoft Project Demo — Example 12 Create an MS Project plan using tasks or sessions pe01832_
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What We’ll Cover … ,[object Object],[object Object],[object Object],[object Object],[object Object]
Moving to the Other Side ,[object Object],[object Object],[object Object],[object Object]
Automation from the Microsoft Side ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
About Web Services ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
First Things First ,[object Object],[object Object],[object Object],[object Object],[object Object]
Web Service Classes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Lotus Developer Sessions Web Service
Calling a Web Service from Microsoft Word ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
More Detailed Web Services with Word ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Word 2007 and Web Services ,[object Object],[object Object],[object Object],[object Object]
pe01832_ Demo — Example 13 Word template that reads a Notes database via a Web service
Office and XML Details ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Office and XML Details (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Working with Domino Data as XML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
A Domino Agent That Creates XML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How Domino Data Looks as XML
Using XML with Excel ,[object Object],[object Object],[object Object],[object Object],[object Object]
Microsoft Excel and XML pe01832_ Demo — Example 14 Importing Domino data into a spreadsheet using XML
.NET and Lotus Notes/Domino ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Managed Code ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Managed Code and Domino ,[object Object],[object Object],[object Object],[object Object]
Generating COM Callable Wrappers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Visual Studio .NET ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Visual Studio Tools for Office 2005 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Word with VSTO ,[object Object],[object Object],[object Object],[object Object]
Microsoft Word and VSTO 2005 pe01832_ Demo — Example 15 Creating a new Word document that prompts the user and fills out Domino data via a Web service
Visual Studio .NET 2005 ,[object Object]
Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Visual Studio .NET 2005 Second Edition Templates ,[object Object]
VS .NET 2005 SE and Domino Data ,[object Object],[object Object],[object Object]
2007 Microsoft Office System Logical Architecture
Visual Studio.NET 2008 and VSTO 3.0 ,[object Object],[object Object],[object Object],[object Object]
VSTO 3.0 Project Types http://www.danielmoth.com/Blog/NewO11ProjectB1.jpg http://www.danielmoth.com/Blog/NewO12ProjectB1.jpg
Office 2007 Server-Side Options ,[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ways to Add Domino Functionality to ASP.NET ,[object Object],[object Object],[object Object],[object Object]
Domino COM in ASP ,[object Object],[object Object],[object Object]
Building the ASP.NET Page ,[object Object],[object Object]
Calling Domino via COM in ASP.NET ,[object Object],Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)  Dim s As New Domino.NotesSession Dim dbdir As Domino.NotesDbDirectory  Dim db As Domino.NotesDatabase Try s.Initialize() ‘ you can also use s.Initialize("password") dbdir = s.GetDbDirectory("") db = dbdir.OpenDatabase(TextBox1.Text) Label1.Text = db.Title Label2.Text = db.FileName Label3.Text = db.FilePath Label4.Text = db.ReplicaID Label5.Text = db.Size Label6.Text = db.Created Label7.Text = db.LastModified Catch ex As Exception Label1.Text = ("An Error Happend  " & ex.Message & “  “ & ex.Source) Finally System.Runtime.InteropServices.Marshal.ReleaseComObject(s) End Try End Sub
ASP.NET Calling Domino via COM Demo — Example 16 Creating an ASP.NET Web page that calls Domino via COM pe01832_
ASP.NET Calling a Domino Web Service ,[object Object],[object Object],[object Object]
ASP.NET Calling Domino via a Web Service Demo — Example 17 Creating an ASP.NET Web page that calls Domino via a Web service pe01832_
ASP.NET Can Also Work with Domino XML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino Data in a Grid on an ASP.NET Web Page ,[object Object]
Displaying Domino XML in an ASP.NET Web Page Grid pe01832_ Demo — Example 18 Creating an ASP.NET Web page that uses the grid control  to display Domino XML
Microsoft SharePoint Integration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Microsoft SharePoint Ingetration pe01832_ Demo — Example 19 Posting documents  created via Automation to Microsoft SharePoint
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Google Docs Integration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Google Docs Integration – Posting Documents pe01832_ Demo — Example 20 Saving Documents from Notes to Google Docs
Google Docs Integration – Domino Data in Spreadsheet pe01832_ Demo — Example 21 Using Domino Data via RSS feed in Spreadsheet
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Reporting Options ,[object Object],[object Object]
Five Third Party Tools Available ,[object Object],[object Object],[object Object],[object Object],[object Object]
Integra4Notes and Integra Quick Reports ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integra4Notes Key Features and Benefits ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Third-Party Application Demonstration Demo — Example 22 Integra4Notes and Integra Quick Report samples pe01832_
Integra for Notes Personal Edition ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],0.D00.gif www.integra4notes.com/personal
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Real World Integration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2009 and Beyond ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Sessions you should see this week ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Resources (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Thank You! Questions & Answers Please remember to fill out your evaluation. Samples available from  www.johndavidhead.com [email_address]   [email_address] www.johndavidhead.com   kassabov.wordpress.com www.psclistens.com
Legal disclaimer  ,[object Object],[object Object],[object Object],[object Object]

Más contenido relacionado

La actualidad más candente

BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...John Head
 
Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...John Head
 
APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015Aparna Chaudhary
 
Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming francopw
 
ILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office IntegrationILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office IntegrationJohn Head
 
Xm Lmessagingwith Soap
Xm Lmessagingwith SoapXm Lmessagingwith Soap
Xm Lmessagingwith SoapLiquidHub
 
Automatic answer checker
Automatic answer checkerAutomatic answer checker
Automatic answer checkerYesu Raj
 
HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project Ankit Gupta
 
Chapter 01
Chapter 01Chapter 01
Chapter 01llmeade
 
A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010Abram John Limpin
 
Visual Studio.NET
Visual Studio.NETVisual Studio.NET
Visual Studio.NETsalonityagi
 
Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows Rishi Kothari
 

La actualidad más candente (17)

Xml+messaging+with+soap
Xml+messaging+with+soapXml+messaging+with+soap
Xml+messaging+with+soap
 
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
 
Nitro pro-10
Nitro pro-10Nitro pro-10
Nitro pro-10
 
Live At Edu Wortell
Live At Edu WortellLive At Edu Wortell
Live At Edu Wortell
 
Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...
 
APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015
 
Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming
 
ILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office IntegrationILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office Integration
 
Xm Lmessagingwith Soap
Xm Lmessagingwith SoapXm Lmessagingwith Soap
Xm Lmessagingwith Soap
 
Automatic answer checker
Automatic answer checkerAutomatic answer checker
Automatic answer checker
 
HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
C# p1
C# p1C# p1
C# p1
 
A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010
 
Visual Studio.NET
Visual Studio.NETVisual Studio.NET
Visual Studio.NET
 
As pnet
As pnetAs pnet
As pnet
 
Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows
 

Destacado

Collaboration For The Love Of Time And Money
Collaboration For The Love Of Time And MoneyCollaboration For The Love Of Time And Money
Collaboration For The Love Of Time And Moneyakassabov
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integrationakassabov
 
Social Networking Media Presentation
Social Networking Media PresentationSocial Networking Media Presentation
Social Networking Media Presentationakassabov
 
Film making fourth quarter lesson 2 third year
Film making  fourth quarter lesson 2 third yearFilm making  fourth quarter lesson 2 third year
Film making fourth quarter lesson 2 third yearPerry Mallari
 
Is micro financing act as anti poverty agent in k.p.k rural a...
Is micro financing act as anti poverty agent in                 k.p.k rural a...Is micro financing act as anti poverty agent in                 k.p.k rural a...
Is micro financing act as anti poverty agent in k.p.k rural a...Alexander Decker
 

Destacado (6)

Collaboration For The Love Of Time And Money
Collaboration For The Love Of Time And MoneyCollaboration For The Love Of Time And Money
Collaboration For The Love Of Time And Money
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
 
110913 ver-tfl2011
110913 ver-tfl2011110913 ver-tfl2011
110913 ver-tfl2011
 
Social Networking Media Presentation
Social Networking Media PresentationSocial Networking Media Presentation
Social Networking Media Presentation
 
Film making fourth quarter lesson 2 third year
Film making  fourth quarter lesson 2 third yearFilm making  fourth quarter lesson 2 third year
Film making fourth quarter lesson 2 third year
 
Is micro financing act as anti poverty agent in k.p.k rural a...
Is micro financing act as anti poverty agent in                 k.p.k rural a...Is micro financing act as anti poverty agent in                 k.p.k rural a...
Is micro financing act as anti poverty agent in k.p.k rural a...
 

Similar a Jmp205 Final

JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...John Head
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationJohn Head
 
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...John Head
 
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...John Head
 
BP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's PerspectiveBP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's PerspectiveJohn Head
 
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...John Head
 
MMLUG 2009 Integration And Coexistence Session
MMLUG 2009   Integration And Coexistence SessionMMLUG 2009   Integration And Coexistence Session
MMLUG 2009 Integration And Coexistence SessionJohn Head
 
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And DxlBp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxldominion
 
VSTO + LOB Apps
VSTO + LOB AppsVSTO + LOB Apps
VSTO + LOB AppsJoao Livio
 
MWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryMWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryJohn Head
 
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...John Head
 
VSTO + LOB Apps Information Matters
VSTO + LOB Apps Information MattersVSTO + LOB Apps Information Matters
VSTO + LOB Apps Information MattersComunidade NetPonto
 
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino John Head
 
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...John Head
 
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's FriendBP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's FriendJohn Head
 
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your moneyIlug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your moneyJohn Head
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Jeff Blankenburg
 
The business value of notes 8.5.1
The business value of notes 8.5.1The business value of notes 8.5.1
The business value of notes 8.5.1Chris Sparshott
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Clint Edmonson
 

Similar a Jmp205 Final (20)

JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
 
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
 
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
 
BP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's PerspectiveBP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's Perspective
 
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
 
MMLUG 2009 Integration And Coexistence Session
MMLUG 2009   Integration And Coexistence SessionMMLUG 2009   Integration And Coexistence Session
MMLUG 2009 Integration And Coexistence Session
 
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And DxlBp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
 
VSTO + LOB Apps
VSTO + LOB AppsVSTO + LOB Apps
VSTO + LOB Apps
 
MWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryMWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration Story
 
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
 
VSTO + LOB Apps Information Matters
VSTO + LOB Apps Information MattersVSTO + LOB Apps Information Matters
VSTO + LOB Apps Information Matters
 
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
 
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
 
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's FriendBP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
 
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your moneyIlug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5
 
The business value of notes 8.5.1
The business value of notes 8.5.1The business value of notes 8.5.1
The business value of notes 8.5.1
 
Part i
Part iPart i
Part i
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5
 

Último

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Último (20)

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Jmp205 Final

  • 1.  
  • 2.
  • 3. Otherwise known as the … “Kum-bah-ya” session
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25. Creating a Word Document — “Hello World” Demo — Example 1 Launch Microsoft Word and enter some text pe01832_
  • 26.
  • 27.
  • 28.
  • 29. Recording Actions in Microsoft Word pe01832_ Demo — Example 2 Use the Microsoft Word macro recorder to write VBA for us
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41. Word Template — Data from Notes pe01832_ Demo — Example 3 Create a new document Prompt user Place data into document
  • 42.
  • 43.
  • 44.
  • 45.
  • 46. Attachment Demo Demo — Example 4 User form that works with attachments pe01832_
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55. Notes to Lotus Symphony Documents Demo — Example 5 “ Hello World” from Notes to Lotus Symphony Documents pe01832_
  • 56.
  • 57.
  • 58.
  • 59. Mail Merge from Address Book Demo — Example 6 Generate a mail merge from the personal name and address book pe01832_
  • 60.
  • 61.
  • 62.
  • 63. Lotus Symphony Documents Mail Merge and Notes Demo — Example 7 Creating a mail merge letter from the Notes personal name and address book pe01832_
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69. Working with Microsoft Excel Demo — Example 8 Create a spreadsheet from Notes data and generate a chart pe01832_
  • 70.
  • 71.
  • 72. Notes with Lotus Symphony Spreadsheets Demo — Example 9 “ Hello World” with Notes and Lotus Symphony Spreadsheets Where will the text go? pe01832_
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79. Working with PowerPoint Demo — Example 10 Create a presentation using contacts or sessions pe01832_
  • 80.
  • 81.
  • 82.
  • 83. Lotus Symphony Presentations & Notes - Result
  • 84. Lotus Symphony Presentations and Notes Demo — Example 11 “ Hello World” with Notes and Lotus Symphony Presentations pe01832_
  • 85.
  • 86.
  • 87.
  • 88. Microsoft Project Demo — Example 12 Create an MS Project plan using tasks or sessions pe01832_
  • 89.
  • 90.
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 97.
  • 98.
  • 99.
  • 100. pe01832_ Demo — Example 13 Word template that reads a Notes database via a Web service
  • 101.
  • 102.
  • 103.
  • 104.
  • 105. How Domino Data Looks as XML
  • 106.
  • 107. Microsoft Excel and XML pe01832_ Demo — Example 14 Importing Domino data into a spreadsheet using XML
  • 108.
  • 109.
  • 110.
  • 111.
  • 112.
  • 113.
  • 114.
  • 115. Microsoft Word and VSTO 2005 pe01832_ Demo — Example 15 Creating a new Word document that prompts the user and fills out Domino data via a Web service
  • 116.
  • 117.
  • 118.
  • 119.
  • 120. 2007 Microsoft Office System Logical Architecture
  • 121.
  • 122. VSTO 3.0 Project Types http://www.danielmoth.com/Blog/NewO11ProjectB1.jpg http://www.danielmoth.com/Blog/NewO12ProjectB1.jpg
  • 123.
  • 124.
  • 125.
  • 126.
  • 127.
  • 128.
  • 129. ASP.NET Calling Domino via COM Demo — Example 16 Creating an ASP.NET Web page that calls Domino via COM pe01832_
  • 130.
  • 131. ASP.NET Calling Domino via a Web Service Demo — Example 17 Creating an ASP.NET Web page that calls Domino via a Web service pe01832_
  • 132.
  • 133.
  • 134. Displaying Domino XML in an ASP.NET Web Page Grid pe01832_ Demo — Example 18 Creating an ASP.NET Web page that uses the grid control to display Domino XML
  • 135.
  • 136. Microsoft SharePoint Ingetration pe01832_ Demo — Example 19 Posting documents created via Automation to Microsoft SharePoint
  • 137.
  • 138.
  • 139. Google Docs Integration – Posting Documents pe01832_ Demo — Example 20 Saving Documents from Notes to Google Docs
  • 140. Google Docs Integration – Domino Data in Spreadsheet pe01832_ Demo — Example 21 Using Domino Data via RSS feed in Spreadsheet
  • 141.
  • 142.
  • 143.
  • 144.
  • 145.
  • 146. Third-Party Application Demonstration Demo — Example 22 Integra4Notes and Integra Quick Report samples pe01832_
  • 147.
  • 148.
  • 149.
  • 150.
  • 151.
  • 152.
  • 153.
  • 154.
  • 155. Thank You! Questions & Answers Please remember to fill out your evaluation. Samples available from www.johndavidhead.com [email_address] [email_address] www.johndavidhead.com kassabov.wordpress.com www.psclistens.com
  • 156.