Integrating newlook In this presentation… –Integrating your underlying iSeries application with 3 rd party applications. –Using DDE and the API. –Using.

Slides:



Advertisements
Similar presentations
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
Advertisements

Starting Out with C++, 3 rd Edition 1 Chapter 10 – Characters, Strings, and the string Class.
Mainframe-caliber tools for UNIX Treehouse Software, Inc.
Visual Studio Extensibility, DSL Tools and T4 Code Generation Peter Goodman.
Microsoft Office Excel 2013 Core Microsoft Office Excel 2013 Core Courseware # 3253 Lesson 8: Macros, Importing and Exporting Data.
3/6/07Detailed Design1 Automated Excel Grading System Welcome Ms. Jami Cotler and Dr. Scott Hunter And Guests.
Learning Web development. 3(+1) Tier architecture PHP script Remote services Web Server (Apache, IIS) Browser (IE, FireFox, Opera) Desktop (PC or MAC)
Your First C++ Program Aug 27, /27/08 CS 150 Introduction to Computer Science I C++  Based on the C programming language  One of today’s most.
Chapter 5 - Menus, Sub Procedures, and Sub Functions  Menus - controls - properties and events –menu editor - create and change –defining menus - menu.
3D Modelling & Animation
Datalogi A 1: 8/9. Book: Cay Horstmann: Big Java or Java Consepts.
Computer Science A 1: 3/2. Course plan Introduction to programming Basic concepts of typical programming languages. Tools: compiler, editor, integrated.
Microsoft Office 2000 Introducing the Suite. Microsoft Word Key Features of Word: create & edit documents apply formatting features add visual elements.
1 Chapter 11 Developing Custom Help. 11 Chapter Objectives Use HTML to create customized Help topics for an application Use the HTML Help Workshop to.
Principles of Procedural Programming
VBA & Excel Barry L. Nelson IEMS 465 Fall Quarter 2003.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Programming the Microprocessor A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
Visual Basic for Applications (VBA) An object-oriented programming language –Instructions for the manipulation of objects –A structured way to provide.
Survey Management System Phase Two Presentation by Team S1.
Application Extension In this presentation… –About extending your underlying iSeries application. –Using Designer to extend your application. –Introduction.
Integrate. Automate. eXLerateTM
Advanced Integration - Grid Control In this presentation… –The enhanced Grid control. –Application integration. –New properties and events. –Connecting.
Relex Reliability Software “the intuitive solution!” Relex Software Corporation 1.
ACL Scripts Using ACL Scripts Georgia Department of Audits
Print Screen Photos. Button Button 2 Button 3.
1 Visual Basic for Applications (VBA) for Excel Prof. Yitzchak Rosenthal.
Higher Grade Computing Studies 2. Languages and Environments Higher Computing Software Development S. McCrossan 1 Classification of Languages 1. Procedural.
® Microsoft Access 2010 Tutorial 11 Using and Writing Visual Basic for Applications Code.
Database actions In this presentation… –database actions –database connections –recordsets.
 An object-oriented programming language ◦ Instructions for the manipulation of objects ◦ A structured way to provide instructions to Excel  Excel has.
Class 3 Programming in Visual Basic. Class Objectives Learn about input/output Learn about strings Learn about subroutines Learn about arrays Learn about.
JTIMS Lesson Learned Initial Observation Capability LCDR Steven Jaureguizar JTIMS Program Manager.
1 Computer Programming (ECGD2102 ) Using MATLAB Instructor: Eng. Eman Al.Swaity Lecture (1): Introduction.
Irwin/McGraw-Hill Copyright© 2000 by the McGraw-Hill Companies, Inc. PowerPoint® Presentation to accompany prepared by James T. Perry University of San.
Introduction to the Windows API n API - Application Programming Interface n an API is the software interface for things such as the OS n an API is the.
Significance of Scripting Languages for Operating System Administration Vladimir Mateljan Željka Požgaj Krunoslav Peter INFuture2007.
Remote programs and commands In this presentation… –rpc concepts –rpc connections –rpc actions.
Newlook 8 Training Vas Mintzikos – Support Manager Nick Hampson – Product Evangelist.
Just a Little PHP Programming PHP on the Server. Common Programming Language Features Comments Data Types Variable Declarations Expressions Flow of Control.
VIDEO: INTRODUCTION TO STATA EMBA Data Analysis Professor Timothy Simcoe Boston University School of Management.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
AdLib eDocument Solutions Scott Mackey AdLib eDocument eDocument Solutions.
Chapter 11: Introduction to VBA Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Microsoft Office Excel By : Juan Pratama Anandika Year : 7 Project Presentation : ICT.
National Aeronautics and Space Administration TablePress Evaluation & Section 508 Accessible Tables with Visual Editor WP Workshop, 3/19/2014.
Department of Electronic & Electrical Engineering Introduction to C - The Development cycle. Why C? The development cycle. Using Visual Studio ? A simple.
Linux+ Guide to Linux Certification, Second Edition Chapter 4 Exploring Linux Filesystems.
COMPREHENSIVE Access Tutorial 11 Using and Writing Visual Basic for Applications Code.
Computer Science A 1. Course plan Introduction to programming Basic concepts of typical programming languages. Tools: compiler, editor, integrated editor,
Key Concepts 2 Simple VB Procedures Simple VB Applications - take with Other Examples - time permitting.
Scripting In this presentation… –centric’s scripting support. VBScript and JScript. Scripting Editor.
Acess Test Questions. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is not one of them? Tables.
Technical Specifications
Dave Pendreigh Audit Specialist, HMRC
VBA - Excel VBA is Visual Basic for Applications
VBA - Excel VBA is Visual Basic for Applications
Quarterly Training Meeting
TCL command in C, a simple example Nguyen Truong – GCS VN Aug 5, 2004
Objectives Learn about Function procedures (functions), Sub procedures (subroutines), and modules Review and modify an existing subroutine in an event.
DB Implementation: MS Access Macros
أ.إسراء الطريقي أ. هاله الشملان , 102 تقن , المعمل الخامس
Admin: Exporting Reservation Report.
WEBINAR: Robotic Process Automation (RPA) of Dynamics NAV with Rapise
WEBINAR: Test Automation & Robotic Automation of Dynamics AX with Rapise October 18th, 2018 – Adam
1/14/2019 3:57 AM © 2004 Microsoft Corporation. All rights reserved.
A simple function.
Tutorial 11 Using and Writing Visual Basic for Applications Code
Visual Basic for Applications: Introduction
Presentation transcript:

Integrating newlook In this presentation… –Integrating your underlying iSeries application with 3 rd party applications. –Using DDE and the API. –Using Call and Declare.

Integrating newlook Integrate newlook –Refers to integrating newlook with standard desktop applications, such as MS Word, Excel, Lotus Notes and . Key newlook tools –Designer –Macro Editor

Integrating newlook – DDE & API DDE macro actions –LinkInitiate –LinkExecute –LinkPoke –LinkTerminate

Integrating newlook – DDE & API Sample DDE commands –Word [SetDocumentVar “Balance”, “999.99”] [EditSelectAll] [UpdateFields] [SendKeys {home}] –Excel [Workbook.Activate (“Sheet1”)] [Echo (0)]

Integrating newlook – Call & Declare Call and Declare –Declare (library, procedure, alias, return values, arguments) –Call (procedure, arguments and return values) Sample Call and Declare –Declare (Kernel32.dll, WritePrivateProfileStringA, WritePrivateProfileString, Boolean, ByVal Section as String, ByVal Key as String, ByVal Value as String, ByVal File as String) –Call (WritePrivateProfileString, "Section", "Key", "Data", "myapp.ini", rc)

Integrating newlook – DDE & API newlook API (for external applications) –NL_GetVersion –NL_EnumInstances –NL_GetValue –NL_SetValue –NL_RunMacro

Integrating newlook – DDE & API Using the newlook API –32 bit –Visual Basic Samples\Visual Basic\ApiTest –Visual C++ Samples\Visual C++\ApiTest –Other languages Link with NLAPI.DLL

Summary newlook can be used to integrate your underlying iSeries application. The key tools used in integrating your application are Designer, Macro Editor and the Expression Builder. You can use DDE and API calls to export data to common desktop applications, e.g. MS Word and Excel.

newlook 8 Training Workshop 6