J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

Size: px
Start display at page:

Download "J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX"

Transcription

1 Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM - MUMBAI

2 Preface 1 Chapter 1: An Introduction to APEX 7 Web-based 7 Native Web based 8 Data Centric 9 A declarative development tool 9 RAD tool 10 Application Builder 10 Utilities 11 Globalization, localization, and NLS 11 APEX architecture 12 Summary 14 Chapter 2: What we need to know to effectively use APEX 15 SQL and PL/SQL 16 HTML and CSS 16 JavaScript 16 HTML 17 The DOM (Document Object Model) 17 DOM walking 19 DOM methods 19 DOM events 20 The APEX context 21 CSS 21 The cascading effect 22 The style sheets 22 CSS properties 24 CSS selectors 24

3 The (important keyword 27 The APEX angle 28 Where to store our external CSS file? 28 How to load our CSS code? 29 Globalization and NLS 29 JavaScript 30 JavaScript features 30 Object-Oriented 30 Case sensitive 31 JavaScript variables 31 JavaScript arrays 32 JavaScript operators 32 Blocks of code 34 JavaScript functions 35 The APEX angle 35 Where to store our external JavaScript file? 36 How to load our external JavaScript file? 36 Globalization and NLS 37 PL/SQL and JavaScript (advanced) 38 JavaScript and server-side resources (advanced) 38 The APEX JavaScript API 39 Summary 41 Chapter 3: APEX Basic Concepts 43 Session state 44 Session state firing points 44 Session state and the application page life cycle 45 Session state and the page rendering phase 45 Session state and the page processing phase 48 Manually saving to session state 48 Using the APEX_UTILSET_SESSION_STATE API procedure 48 Session state and AJAX 49 Using the f?p URL notation 50 Referencing persistence session state 50 Session state and stored procedures 51 Session state scope and persistence 53 Reviewing session state from the application builder 54 Substitution strings 55 APEX engine built-in substitution strings 55 Substitution strings that contain data 56 Substitution strings that contain HTML code 58 Application substitution strings 58 Application or page items 59 Referencing substitution strings 59 Using the #ITEM# notation 59 Using the &ITEM. notation 60 Referencing substitution strings in SQL and PL/SQL code 61

4 Shortcuts 62 Defining a shortcut 63 The name field 64 The type field 64 The shortcut field 64 Shortcuts availability 65 Themes and templates 66 Themes 66 Templates 68 Page templates 68 Region templates 69 Reports templates 70 Breadcrumbs templates 70 List templates 70 Calendar templates 70 Label templates 70 Button templates 70 Popup List Of Values template 70 Templates and the APEX upgrade process 71 Theme, templates, and good practice 71 The f?p URL notation 71 The p segments 71 1 App 72 2 Page 72 3 Session 73 4 Request 73 5 Debug 74 6 CC (Clear Cache) 74 7 itemname 75 8 itemvalue 75 9 PR (Printer friendly) 76 Item values including the colon character 76 APEX multi-lingual support 77 The APEX built-in translation mechanism 77 Single language applications 77 Single application with Multi-lingual user interface 78 National Language Support (NLS) in this book 78 Summary 78 Chapter 4: The Application Builder Basic Concepts and Building Blocks 79 The APEX Workspace 79 Start working with APEX 82 Logging in to the APEX IDE 83

5 The APEX IDE home page 84 The APEX Application Builder 85 The Application Builder home page 85 The Import button 86 The Create button 87 The Application IDE home page 88 The Pul! Down menu section 89 The application pages section 90 The Page component 92 The Page Rendering column 94 The Hide/Show icon bar 94 The Page Processing column 95 The Hide/Show icon bar 95 The Shared Components column 95 The Hide/Show icon bar 96 The Action Bar 96 Creating an application page 97 Editing the Page Definition page 99 The Page section 99 A page region 102 Creating a page region 102 Editing a page region 104 Summary 107 Chapter 5: APEX Items 109 Naming conventions and rules 109 Oracle Identifiers naming rules 109 Case sensitive APEX item names 110 Application items 110 Application items and security issues 111 Referencing application items 112 Application items and JavaScript 112 Page items 112 The Name section 113 The Name field 113 The Display As field 113 The Displayed section 114 The Sequence field 114 The Region field 114 The layout fields 114 The Label section 118 The Label field 118 The Horizontal / Vertical Alignment field 118 The Template field 119 The HTML Table Cell Attributes field 119

6 The Element section 120 The item dimension fields 120 The HTML Form Element Attributes field 121 The Form Element Option Attributes field 121 The Pre/Post Element Text fields 121 The Source section 122 The Source Used field 122 The Source Type field 123 Maintain session state 124 Source value or expression 125 Post Calculation Computation 125 Format Mask 125 The Default section 126 The List of Values section 127 Static LOV 127 Dynamic LOV 129 Defines LOV 130 The Security section 131 The Conditions section 132 The Condition Type field 132 The Expression 1 / Expression 2 fields 133 The Read Only section 134 The Help text section 135 The Configuration section 135 The Comments section 135 APEX pre-defined item types 135 Text based items 135 Multi-option based items 138 Special functionality items 144 Creating APEX items programmatically 147 Summary 147 Chapter 6: APEX Buttons 149 Button styles 149 HTML Button 150 Image based button 150 Template Driven button 151 Button positioning 152 Create new button(s) 153 Button position 154 Create a button in a region position 155 Button attributes 155 Image attributes or template (not for HTML) 157

7 Display properties 157 Branching (optional) 158 Conditional display 158 Create a button displayed among this region's items 159 Edit a button 160 The REQUEST feature 160 The REQUEST scope 160 Referencing REQUEST 161 Condition by REQUEST 162 Using JavaScript with "among this region's items" buttons 162 Re-visit the Buttons section 164 Summary 165 Chapter 7: APEX Computations 167 Create a page level computation 167 Compute item 168 Sequence 168 Computation point 168 Page Rendering computation points 168 Page Processing computation point 169 Computation type 169 Computation 171 Condition 171 Create an application level computation 172 Computation item 172 Frequency 172 Edit computations 173 Computations and Session State 173 Summary 174 Chapter 8: APEX Validations 175 Data validation 175 How APEX validation works? 176 Creating a new validation 177 Validation level 178 Create multiple not null validations 178 Item 179 Validation method 179 SQL 180 PL/SQL 181 Item Not Null 184 Item string comparison 184 Regular Expression 185

8 - I Table of Contents Sequence and Name 186 Sequence and Validation Name 186 Error Display Location 186 Validation 188 Conditions 189 Page level validation 190 Edit validations Client-side validation Implementing client-side validation 191 Client-side versus server-side validations 192 Summary Chapter 9: APEX Processes 193 Application Processes 194 Creating a new Application Process 194 Name Sequence Point Source Error message 197 Conditionality Edit Application Processes 198 Localization and Application Processes 199 Page level processes 200 Creating a new page level process 200 Process Type 201 PL/SQL 201 Reset Pagination 202 On Demand 204 Session State 204 Data manipulation 205 Web Services Form Pagination pop-up window 210 Edit page level process Source: Automatic Row Processing (DML) On Demand processes Summary Chapter 10: APEX Branches 215 Application flow 216 Creating a new branch 216 Branchpoint vii ]

9 218 Branch type 218 Branch to Function Returning a Page Branch to Function Returning a URL 219 Branch to PL/SQL procedure Branch to page Branch to page accept processing (not common) Branch to Page Identified by Item (Use item name) 221 Branch to page or URL 222 Branch to URL identified by item (Use item name) 224 Sequence and branch conditioning Edit branch Other ways to control the application flow 226 Branch with Buttons Branch with PL/SQL Branch with JavaScript Branch with an item Navigational aids 227 Summary 227 Chapter 11: APEX SQL Workshop 229 Navigating around the SQL workshop 230 Object Browser 232 Exploring the database with the Object Browser 232 Creating new database objects 234 Ul defaults Creating a package SQL Commands The SQL Commands code area 240 The SQL Commands results area (Display Pane) 242 SQL Scripts Query Builder The Query Builder working area (Design Pane) 246 The Query Builder results area (Output Pane) 248 Summary Chapter 12: APEX Forms 251 Sources for creating a form 252 Creating a new form 254 The form primary key 255 The form items 257 The form DML options The form branches

10 A new form has been created 259 The Page Rendering phase The items section The Page Rendering Processes section 263 The Page Processing phase The Validations section The Page Processing Processes section 264 The Branches section 266 Manually creating an APEX form 266 Summary 267 Chapter 13: APEX Reports 269 Report regions 269 Creating a simple report using a wizard 270 Start the report region wizard 271 Region type 271 Report implementation 272 Display attributes 272 SQL source 273 Query Builder 274 Report attributes 274 Conditional display 276 Wizard completion 276 Modifying a report manually 277 Editing a Region Definition 278 The identification section 278 The user interface section The source section The caching section 280 The header and footer section Editing Report Attributes The column attributes section The layout and pagination section 283 The messages section The report export section 284 The break formatting section 285 The external processing section 286 Editing Column attributes 287 The column definition section 287 The column formatting section 287 The tabular form element section The column link section Conditional display

11 Editing print attributes The printing section The page attributes section 292 The page header section The column heading section 292 The report columns section 292 The page footer section 293 Enabling PDF printing 293 Building a custom report row layout template 294 Building a parameterized report 295 Charts 296 Summary 297 Chapter 14: Tabular Forms 299 What is a Tabular Form? Using a wizard to create a Tabular Form 300 Start the Report Region Wizard 300 Region type 300 Form implementation 301 Identify Table/View Owner 301 Identify Table/View Name 302 Identify columns to display 302 Identify Primary Key 304 Primary key source 304 Updateable columns 306 Page and region attributes 306 Button labels 307 Branching Confirmation Wizard completion Show me the Tabular Form 310 What does the Tabular Form wizard add to my page? 310 Advanced note on the Update process How does the Tabular Form wizard organize the data on a page? 313 The client side The server side 316 Report regions revisited 317 Validating the Tabular Form 319 Enhancing Validation Errors Messages 321 Manually building a Tabular Form 331 Displaying the Tabular Form 332 APEXJTEM API 333 Rendering the Tabular Form

12 Referencing and validating Tabular Form items 337 Using checkboxes 338 DML on the Tabular Form 341 Delete Update Insert Summary Chapter 15: Calendars 349 Calendar region Using a wizard to create a calendar 350 Start the calendar region wizard 350 Region type 350 Calendar implementation 351 Region attributes 352 Calendar source 353 Define columns 354 Viewing the calendar 354 Modifying a calendar manually 355 Region Definition 356 Region Source 356 Calendar Attributes 357 The Calendar Display section 357 The Display Attributes section 358 The Column Link section The Day Link section 359 Summary Chapter 16: Interactive Reports Interactive Report Regions Select Columns Filter Sort Control break Highlight Compute Aggregate Chart Flashback Save report Reset Download Converting an Existing Report Region

13 Create an Interactive Report using a wizard 371 Start the Interactive Report Region Wizard 372 Region Type 372 Report Implementation 372 Display attributes 373 Source 374 Conditional Display 374 Wizard completion 375 Manually modifying an Interactive Report 375 Report Attributes 376 Column Attributes 376 Column Groups 377 Default Report Settings 377 Pagination 378 Search Bar 378 Download 379 Link Column 380 Advanced Attributes 381 Column attributes 381 Linking to Interactive Reports 383 Summary 384 Chapter 17: AJAX with APEX 385 The AJAX technology 386 The XMLHttpRequest object 386 Communication 386 Data format 387 AJAX implementation in APEX 387 AJAX support on the client side 388 The htmldb_get object obj flow req page instance proc querystring 392 Code examples 392 The htmldb_get methods 394.Add(name.val) 394.AddParam(name,val) 395 General remarks 396.get(mode, starttag, endtag) 397.GetAsync(pVar) 402

14 Namespace for the APEX AJAX framework 404 AJAX support on the server side 405 Application on-demand PL/SQL process 405 Stored (packaged) procedure 406 Handling errors in the AJAX process 407 Debugging a failed AJAX process 407 Examples of using AJAX in APEX 408 Multiple calendars on a single application page 408 The calendar main page (page xx) 409 The small calendars page (page yy) 411 Checkbox persistence in Tabular Forms (Reports) 413 Report on CUSTOMERS 414 The AJAX client-side JavaScript functions 416 The AJAX server-side processes 421 Summary 423 Chapter 18: Globalization and Localization With APEX Applications 425 A brief introduction to Globalization and Localization 426 Globalization 426 Localization 427 Native IDE support of multiple languages 427 Loading another language into APEX IDE 428 Unloading the APEX IDE translated language 429 Loading another language into APEX Runtime Environment 430 Multi-language support 430 How do we start Globalization support? 431 Setting the APEX application language 431 Date format 433 Adding or editing Globalization 434 Load Data Localization 436 Translating Text Messages 437 The Text Messages translation wizard 438 Manage the Text Messages repository 440 Using APEX Shortcut with Text Messages 442 Dynamic Translations 444 Using the Dynamic Translations repository 445 Using the APEX_LANG APIs 446 APEX_LANG.MESSAGE 446 APEX_LANG.LANG 449 Multi-lingual applications 451 The translation mechanism home page Application Language Mapping Seed and export 455

15 3- Trans!ating the text Import and publish the translation 460 Editing the Translatable Text repository 462 Running translated applications 463 Deploying translated applications 463 Summary 465 Chapter 19: Right-To-Left Support in APEX 467 Why we need special Right-To-Left support 467 Basic Right-To-Left scenarios 469 Right-To-Left as a single language 470 Right-To-Left as a translation language 470 APEX templates with Right-To-Left support 471 Page templates 471 The Header section 471 The Body and Footer sections 474 Tab attributes sections 475 Button templates 475 Popup List of Values Template 476 All the other template types 478 The APEX Shuttle item 478 Labels and input fields alignment 482 Date and time 483 Summary 483 Chapter 20: Deploying APEX Applications 485 What do we need to deploy? 485 Supporting Objects 486 Messages 488 Prerequisites 490 Substitutions 492 Build Options 492 Validations 492 Create/Update a Validation 493 Install Create Script 494 Script Attributes 495 Define Script 496 Create Scripts to Install Files 496 Upgrade 497 Deinstallation 498 Export 498 Exporting an Application 498 Exporting a page

16 Exporting components 500 Components 501 Components by Page 502 Application Attributes 503 Build Option Status 504 Export Components 504 Importing an application 505 Start the Import Wizard 505 Specify File 505 File Import Confirmation 506 Install 506 Supporting Objects installation 507 Command line export utility 508 Summary 509 Chapter 21: The APEX Runtime Environment 511 What is the APEX Runtime Environment? 511 Setting up a Runtime Environment 512 Managing the APEX Runtime Environment 512 Installing applications 512 APEX_INSTANCE_ADMIN API 513 Viewing APEX reports 514 Oracle SQL Developer 514 Summary 516 Chapter 22: Security 517 APEX security features overview 517 Authentication Schemes 518 Adding an Authentication Scheme 520 Creation method 521 Selecting a pre-built Authentication Scheme 521 Adding a login page 522 Specifying LDAP settings 522 Authentication Scheme name 523 Changing the current Authentication Scheme 523 Custom Authentication Scheme 524 Authentication reports 526 Authorization Schemes 527 Create an Authorization Scheme 527 Creation method 528 Authorization Scheme details 528

17 Table ofcontents Assigning Authorization Scheme to pages, regions, and items 530 Resetting Authorization Scheme results 531 Authorization Reports 531 Session state protection 531 Security Attributes 534 Authentication 534 Authorization 535 Database Schema 535 Session Timeout 535 Session State Protection 536 Virtual Private Database 536 Summary 536 Chapter 23: Application Conversion 537 APEX application conversion 537 Planning and understanding the application 538 APEX Application Migrations 538 Creating an APEX workspace 539 Converting Microsoft Access applications 540 Exporting Microsoft Access metadata 540 Migrating the Access database to Oracle 542 Creating a repository 543 Capturing Microsoft Access exported XML 543 Converting to an Oracle Model 544 Generating schema 545 Creating an Oracle database 546 Creating a Migration Project 546 The Migration Project page 547 Generating the application 549 Select Application Objects 549 User Interface 551 Confirmation 552 Converting Oracle Forms applications 552 Converting Oracle Forms to XML 553 Database 553 APEX Migration Project 554 Reviewing and editing application metadata 555 Annotations 557 Including objects in conversion 558 Generating the application 558 Application name 559 Create Pages 559

18 User Interface 562 Confirmation 562 What's left to do? 563 Summary 564 Chapter 24: APEX Best Practices 565 Don't re-invent the wheel 566 Be innovative when necessary 567 Learn the APEX IDE 567 The Drag and Drop Layout wizard 567 The Action Bar 568 The Page Definition view options 568 Setting up workspaces 570 Application ID 571 Page numbering and page groups 572 Use Oracle naming conventions 573 Use bind variables 573 Don't hardcode, use Substitution Strings 574 Use PL/SQL packages 574 Protect your business logic secrets 574 Re-useable code 575 Shared Components 575 Page Zero 575 Pre-defined and built-in resources 575 User Interface Defaults 576 Never change the provided APEX resources 576 Themes and Templates 576 JavaScript and CSS 577 Never trust the end user 578 Client-side validation 578 Don't rely on database constraints 578 Create your own restore point 578 Multi-user environment 579 Multi-lingual environment 580 Team development 580 Lock your pages 580 Version control 581 Document development standards 581 Thou shall enter comments 582 APEX views (APEX dictionary) 583

19 Embbeded Table of Contents APEX Application Reports 583 APEX Runtime-only version 585 Backup, backup, and more backup 585 Summary 586 Appendix: APEX Installation, Upgrade, and Configuration Tips 587 Obtaining APEX 587 Reading the relevant documentation 587 Back up your database and APEX applications 588 Use AL32UTF8 in your DAD 588 PL/SQL Web Toolkit 589 EPG - PL/SQL Gateway 590 Enabling FTP on EPG 590 Enabling remote access to EPG 590 EPG versus OHS 591 Utilizing static files caching 591 Obfuscate your DAD file 592 Upgrading an APEX Instance 592 Copy the new images directory 594 Themes and Templates in the Upgrade process 594 Summary 597 Index 599

Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini

Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini Beginning Oracle Application Express 4 Doug Gault Karen Cannell Patrick Cimolini Martin D'Souza Timothy St. Hilaire Contents at a Glance About the Authors Acknowledgments iv xv xvil 0 Chapter 1: An Introduction

More information

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports INTRODUCING ORACLE APPLICATION EXPRESS Cristina-Loredana Alexe 1 Abstract Everyone knows that having a database is not enough. You need a way of interacting with it, a way for doing the most common of

More information

<Insert Picture Here> Michael Hichwa VP Database Development Tools michael.hichwa@oracle.com Stuttgart September 18, 2007 Hamburg September 20, 2007

<Insert Picture Here> Michael Hichwa VP Database Development Tools michael.hichwa@oracle.com Stuttgart September 18, 2007 Hamburg September 20, 2007 Michael Hichwa VP Database Development Tools michael.hichwa@oracle.com Stuttgart September 18, 2007 Hamburg September 20, 2007 Oracle Application Express Introduction Architecture

More information

Rapid Application Development of Oracle Web Systems

Rapid Application Development of Oracle Web Systems Rapid Application Development of Oracle Web Systems There are many ways to implement a web -enabled Oracle database using complex tools such as XML and PHP. However, these are not easy tools for deploying

More information

Oracle Application Express Workshop

Oracle Application Express Workshop Oracle Application Express Workshop 0419 904 458 www.sagecomputing.com.au enquiries@sagecomputing.com.au Edition AUSOUG Conference 2006 SAGE Computing Services 2005-2006 SAGE Computing Services believes

More information

Elgg 1.8 Social Networking

Elgg 1.8 Social Networking Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

<Insert Picture Here> Oracle Application Express 4.0

<Insert Picture Here> Oracle Application Express 4.0 Oracle Application Express 4.0 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development By Kenji Uchida Software Engineer IBM Corporation Level: Intermediate

More information

Application Express Web Application Development

Application Express Web Application Development Application Express Web Application Development Agenda What is Oracle Application Express Demonstration Features and benefits Customer examples Conclusion Next steps Q&A Does Your Organization: Use spreadsheets

More information

Reporting. Microsoft Dynamics GP 2010. enterpri se. Dynamics GP. Christopher Liley. Create and manage business reports with.

Reporting. Microsoft Dynamics GP 2010. enterpri se. Dynamics GP. Christopher Liley. Create and manage business reports with. Microsoft Dynamics GP 2010 Reporting Create and manage business reports with Dynamics GP David Duncan Christopher Liley [ PUBLISHING J enterpri se - BIRMINGHAM MUMBAI Preface 1 Chapter 1: Meeting the Reporting

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

Top 10 Oracle SQL Developer Tips and Tricks

Top 10 Oracle SQL Developer Tips and Tricks Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

BIRT: A Field Guide to Reporting

BIRT: A Field Guide to Reporting BIRT: A Field Guide to Reporting x:.-. ^ 11 Diana Peh Alethea Hannemann Nola Hague AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Parts

More information

Database Forms and Reports Tutorial

Database Forms and Reports Tutorial Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

End the Microsoft Access Chaos - Your simplified path to Oracle Application Express

End the Microsoft Access Chaos - Your simplified path to Oracle Application Express End the Microsoft Access Chaos - Your simplified path to Oracle Application Express Donal Daly Senior Director, Database Tools Agenda Why Migrate from Microsoft Access? What is Oracle

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Dreamweaver CS3 THE MISSING MANUAL David Sawyer McFarland POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents The Missing Credits Introduction 1 Part

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

DIPLOMA IN WEBDEVELOPMENT

DIPLOMA IN WEBDEVELOPMENT DIPLOMA IN WEBDEVELOPMENT Prerequisite skills Basic programming knowledge on C Language or Core Java is must. # Module 1 Basics and introduction to HTML Basic HTML training. Different HTML elements, tags

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos)

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos) Course Description This course is a comprehensive course for Microsoft SQL Server 2008 and for SQL Server 2008 R2 Reporting Services (yes, it covers both!). This course features coverage of the two main

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

LearnFromGuru Polish your knowledge

LearnFromGuru Polish your knowledge SQL SERVER 2008 R2 /2012 (TSQL/SSIS/ SSRS/ SSAS BI Developer TRAINING) Module: I T-SQL Programming and Database Design An Overview of SQL Server 2008 R2 / 2012 Available Features and Tools New Capabilities

More information

SonicWALL GMS Custom Reports

SonicWALL GMS Custom Reports SonicWALL GMS Custom Reports Document Scope This document describes how to configure and use the SonicWALL GMS 6.0 Custom Reports feature. This document contains the following sections: Feature Overview

More information

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming TRAINING & REFERENCE murach's web programming with C# 2010 Anne Boehm Joel Murach Va. Mike Murach & Associates, Inc. I J) 1-800-221-5528 (559) 440-9071 Fax: (559) 44(M)963 murachbooks@murach.com www.murach.com

More information

The Great Office 365 Adventure

The Great Office 365 Adventure COURSE OVERVIEW The Great Office 365 Adventure Duration: 5 days It's no secret that Microsoft has been shifting its development strategy away from the SharePoint on-premises environment to focus on the

More information

<Insert Picture Here>

<Insert Picture Here> Using Oracle SQL Developer and SQL Developer Data Modeler to aid your Oracle Application Express development Marc Sewtz Software Development Manager Oracle Application

More information

GOA365: The Great Office 365 Adventure

GOA365: The Great Office 365 Adventure BEST PRACTICES IN OFFICE 365 DEVELOPMENT 5 DAYS GOA365: The Great Office 365 Adventure AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Professional Developers Instructor-led training with hands-on

More information

Oracle Application Express

Oracle Application Express Oracle Application Express Administration Guide Release 4.0 E15521-01 June 2010 Oracle Application Express Administration Guide, Release 4.0 E15521-01 Copyright 2003, 2010, Oracle and/or its affiliates.

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Site Configuration Mobile Entrée 4

Site Configuration Mobile Entrée 4 Table of Contents Table of Contents... 1 SharePoint Content Installed by ME... 3 Mobile Entrée Base Feature... 3 Mobile PerformancePoint Application Feature... 3 Mobile Entrée My Sites Feature... 3 Site

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Nintex Forms 2013 Help

Nintex Forms 2013 Help Nintex Forms 2013 Help Last updated: Friday, April 17, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Vector HelpDesk - Administrator s Guide

Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks

More information

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training Prerequisites All SSIS training attendees should have prior experience working with SQL Server. Hands-on/Lecture

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Logi Ad Hoc Reporting Report Design Guide

Logi Ad Hoc Reporting Report Design Guide Logi Ad Hoc Reporting Report Design Guide Version 11.2 Last Updated: March, 2014 Page 2 Table of Contents INTRODUCTION... 4 What is Logi Ad Hoc Reporting?... 5 CHAPTER 1 Getting Started... 6 Learning the

More information

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

Microsoft SQL Server 2005 Reporting Services Step by Step

Microsoft SQL Server 2005 Reporting Services Step by Step Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500

More information

Expert Oracle Application. Express Security. Scott Spendolini. Apress"

Expert Oracle Application. Express Security. Scott Spendolini. Apress Expert Oracle Application Express Security Scott Spendolini Apress" Contents Foreword About the Author About the Technical Reviewer Acknowledgments Introduction xv xvii xix xxi xxiii BChapter 1: Threat

More information

Market Pricing Override

Market Pricing Override Market Pricing Override MARKET PRICING OVERRIDE Market Pricing: Copy Override Market price overrides can be copied from one match year to another Market Price Override can be accessed from the Job Matches

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

DNNCentric Custom Form Creator. User Manual

DNNCentric Custom Form Creator. User Manual DNNCentric Custom Form Creator User Manual Table of contents Introduction of the module... 3 Prerequisites... 3 Configure SMTP Server... 3 Installation procedure... 3 Creating Your First form... 4 Adding

More information

Migrate your Discover Reports to Oracle APEX

Migrate your Discover Reports to Oracle APEX Migrate your Discover Reports to Oracle APEX Session ID#: 10305 Thu 4/16/2015, 9:45-10:45, South Seas I Prepared by: John Peters Independent Consultant JRPJR, Inc john.peters@jrpjr.com Revision 3.1 REMINDER

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

McAfee VirusScan and epolicy Orchestrator Administration Course

McAfee VirusScan and epolicy Orchestrator Administration Course McAfee VirusScan and epolicy Orchestrator Administration Course Intel Security Education Services Administration Course Training The McAfee VirusScan and epolicy Orchestrator Administration course from

More information

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

Embedded BI made easy

Embedded BI made easy June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin

More information

Creating Reports with Microsoft Dynamics AX SQL Reporting Services

Creating Reports with Microsoft Dynamics AX SQL Reporting Services Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

2/24/2010 ClassApps.com

2/24/2010 ClassApps.com SelectSurvey.NET Training Manual This document is intended to be a simple visual guide for non technical users to help with basic survey creation, management and deployment. 2/24/2010 ClassApps.com Getting

More information

DotNet Web Developer Training Program

DotNet Web Developer Training Program DotNet Web Developer Training Program Introduction/Summary: This 5-day course focuses on understanding and developing various skills required by Microsoft technologies based.net Web Developer. Theoretical

More information

Introduction to Tizen SDK 2.0.0 Alpha. Taiho Choi Samsung Electronics

Introduction to Tizen SDK 2.0.0 Alpha. Taiho Choi Samsung Electronics Introduction to Tizen SDK 2.0.0 Alpha Taiho Choi Samsung Electronics Contents Web technologies of Tizen Components of SDK 2.0.0 Alpha Hello world! Debugging apps Summary 1 Web technologies on Tizen Web

More information

CommonSpot Content Server Version 6.2 Release Notes

CommonSpot Content Server Version 6.2 Release Notes CommonSpot Content Server Version 6.2 Release Notes Copyright 1998-2011 PaperThin, Inc. All rights reserved. About this Document CommonSpot version 6.2 updates the recent 6.1 release with: Enhancements

More information

CRM Global Search: Installation & Configuration

CRM Global Search: Installation & Configuration Installation ***Important: It is highly recommended that you first take a backup of your current CRM Application Ribbons prior to importing this solution. Please do so by navigating to Settings > Solutions

More information

Visual Basic. murach's TRAINING & REFERENCE

Visual Basic. murach's TRAINING & REFERENCE TRAINING & REFERENCE murach's Visual Basic 2008 Anne Boehm lbm Mike Murach & Associates, Inc. H 1-800-221-5528 (559) 440-9071 Fax: (559) 440-0963 murachbooks@murach.com www.murach.com Contents Introduction

More information

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 6/24/2012) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 General Design... 2 Debugging Source Code with Visual

More information

PeopleTools 8.51 PeopleBook: PeopleSoft Application Designer Lifecycle Management Guide

PeopleTools 8.51 PeopleBook: PeopleSoft Application Designer Lifecycle Management Guide PeopleTools 8.51 PeopleBook: PeopleSoft Application Designer Lifecycle Management Guide August 2010 PeopleTools 8.51 PeopleBook: PeopleSoft Application Designer Lifecycle Management Guide SKU pt8.51tlcm-b0810

More information

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB

INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB GINI COURTER, TRIAD CONSULTING If you currently create forms using Word, Excel, or even Adobe Acrobat, it s time to step up to a best-in-class form designer:

More information

Logi Ad Hoc Reporting Report Design Guide

Logi Ad Hoc Reporting Report Design Guide Logi Ad Hoc Reporting Report Design Guide Version 10.2 Last Updated: May 2012 Page 2 Table of Contents INTRODUCTION... 4 What is Logi Ad Hoc Reporting?... 5 CHAPTER 1 Getting Started... 6 Learning the

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

More information

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features 1 Oracle SQL Developer 3.0: Overview and New Features Sue Harper Senior Principal Product Manager The following is intended to outline our general product direction. It is intended

More information

User's Manual. 2006... Dennis Baggott and Sons

User's Manual. 2006... Dennis Baggott and Sons User's Manual 2 QUAD Help Desk Client Server Edition 2006 1 Introduction 1.1 Overview The QUAD comes from QUick And Dirty. The standard edition, when first released, really was a Quick and Dirty Help Desk

More information

http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx

http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx ASP.NET Overview.NET Framework 4 ASP.NET is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with a minimum of coding. ASP.NET is

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Set Up and Maintain Customer Support Tools

Set Up and Maintain Customer Support Tools Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 FEBRUARY 2010 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Part

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course will also teach how to create various kinds of dashboards using Reporting Services. Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

Documentum Content Distribution Services TM Administration Guide

Documentum Content Distribution Services TM Administration Guide Documentum Content Distribution Services TM Administration Guide Version 5.3 SP5 August 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

SAS IT Resource Management 3.2

SAS IT Resource Management 3.2 SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:

More information

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland ASP.NET Overview Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland Agenda Introduction Master Pages Data access Caching Site navigation Security: users and roles Themes/Skin

More information

Oracle Data Integrator: Administration and Development

Oracle Data Integrator: Administration and Development Oracle Data Integrator: Administration and Development What you will learn: In this course you will get an overview of the Active Integration Platform Architecture, and a complete-walk through of the steps

More information

Course Descriptions for Focused Learning Classes

Course Descriptions for Focused Learning Classes Course Descriptions for Focused Learning Classes Excel Word PowerPoint Access Outlook Adobe Visio Publisher FrontPage Dreamweaver EXCEL Classes Excel Pivot Tables 2 hours Understanding Pivot Tables Examining

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

SAP BO Course Details

SAP BO Course Details SAP BO Course Details By Besant Technologies Course Name Category Venue SAP BO SAP Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery, Chennai 600 042 Landmark Opposite to

More information

Developer Tutorial Version 1. 0 February 2015

Developer Tutorial Version 1. 0 February 2015 Developer Tutorial Version 1. 0 Contents Introduction... 3 What is the Mapzania SDK?... 3 Features of Mapzania SDK... 4 Mapzania Applications... 5 Architecture... 6 Front-end application components...

More information

Microsoft Business Contact Manager 2010 - Complete

Microsoft Business Contact Manager 2010 - Complete Microsoft Business Contact Manager 2010 - Complete Introduction Prerequisites Section 1: Getting Started with Business Contact Manager Lesson 1.1: Setting up Business Contact Manager What is Business Contact

More information

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET Unit 40: Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET Learning Outcomes A candidate following a programme of learning leading to this

More information

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

HYPERION SMART VIEW FOR OFFICE RELEASE 9.3.1.2.0 USER S GUIDE

HYPERION SMART VIEW FOR OFFICE RELEASE 9.3.1.2.0 USER S GUIDE HYPERION SMART VIEW FOR OFFICE RELEASE 9.3.1.2.0 USER S GUIDE Smart View User s Guide, 9.3.1.2.0 Copyright 2004, 2008, Oracle and/or its affiliates. All rights reserved. Authors: Information Development

More information