Presented at SIR International Conference

Slides:



Advertisements
Similar presentations
Welcome! Were Glad Youre Here!. Whats New In Version 5.1b-100 Welcome to The Annual Information & Records Associates, Inc. User Conference May 20, 2009.
Advertisements

Microsoft® Access® 2010 Training
Access Manual 4 By Elham S.Khorasani Ismail Guneydas Dhawala Kovuri.
Microsoft Office 2007 Overview Scott A. Dougherty IDEA Training and Consultation Coordinator, Assistive Technology.
Chapter 5 Multitable Forms
Heartbase An Evolution of SIR Functionality by Nick Gawrit.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Using Visual Basic 6.0 to Create Web-Based Database Applications
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Chapter 2 Querying a Database
Advanced Tables Lesson 9. Objectives Creating a Custom Table When a table template doesn’t suit your needs, you can create a custom table in Design view.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
Self Guided Tour for Query V8.4 Basic Features. 2 This Self Guided Tour is meant as a review only for Query V8.4 Basic Features and not as a substitute.
Concepts of Database Management Seventh Edition
SIR Conference Dublin xs Conversion presented by Nick Gawrit, heartbase.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
Processing SIRxs Journals Presented at SIR-UK Conference Dublin, Ireland, June 2008 © Tom Shriver, DataVisor 2008.
Basics Lesson 2. Word Wrap Automatically moving to the next line without hitting enter.
Indexes Lookups or “ the Good, the Bad and the Ugly ” John S. Lemon.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
Converting SIR 3.2 Databases to SIR2002 A Practical Guide to Coming of Age in SIR Land © Tom Shriver, DataVisor 2002.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
ATLASSIAN SUITE MARK GOLDBLATT – PROJECT MANAGER 6 SIGMA GREEN BELT.
22/10/ June Changes I have seen. What I like about SIR/XS.
Chapter 17 Creating a Database.
SIR2002 What’s New in SIR2002 and How to Use it. SIR Review n VisualPQL –Dialogs and Message Processing –New Commands –New Functions –Pop Up Boxes.
A Baker's Dozen Tricks in a Button Thirteen Tricks of the SIR Trade Rolled into a Single Useful Application © Tom Shriver, DataVisor 2002.
Chapter Fourteen Access Databases and SQL Programming with Microsoft Visual Basic th Edition.
Build a database V: Create forms for a new Access database Overview: A window into your data So far in this series of courses, you’ve built tables, relationships,
Excel Macros 1 Macros or, How to Automate Part of Your Spreadsheet or Worksheet.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
New York Conference 2005 Developing Sophisticated Applications in SIR.
SIRxs in Review aka The Joys of XS Presented at SIR-UK Conference Dublin, Ireland, June 2008 © Tom Shriver, DataVisor 2008.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
Merger By Dave Doulton University of Southampton.
Find text. 1 Find and replace text. 2 Find and replace special characters. 3 Find and replace formatting. 4 2.
® Microsoft Access 2010 Tutorial 8 Managing and Securing a Database.
PHP: Further Skills 02 By Trevor Adams. Topics covered Persistence What is it? Why do we need it? Basic Persistence Hidden form fields Query strings Cookies.
SJSU College of Business Business Productivity Tools Fall 2016 Summary of Lessons and Learning Objectives.
The New User Interface MEDITECH Training & Education.
Using Macros, Switchboards, PivotTables, and PivotCharts
Access Tutorial 1 Creating a Database
Tutorial 8 Managing and Securing a Database
Microsoft Office Access 2010 Lab 2
Practical Office 2007 Chapter 10
JSL File manager Brady Brady and Don Mccormack, JMP.
WORKSHOP 3 GSE IMPORT.
Introduction to the Visual C# 2005 Express Edition IDE
Using GUI Objects and the Visual Studio IDE
6. Object programming with VB
Microsoft Access 2003 Illustrated Complete
Access Chapter 5 Multi-Table Forms.
Developing Editing and Formatting Skills
Using Reports © 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
What I like about SIR/XS.
Chapter 4 Creating Reports and Forms
Access Tutorial 1 Creating a Database
Department Array in Visual Basic
Siebel Open UI Features & Updates
SIRxs in Review aka The Joys of XS Presented at SIR-UK Conference
Microsoft Official Academic Course, Access 2016
Working with Tables, PivotTables, and PivotCharts
Access Tutorial 1 Creating a Database
Chapter 11 Managing Databases with SQL Server 2000
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter Two
Programming with Microsoft Visual Basic 2008 Fourth Edition
Presentation transcript:

Presented at SIR International Conference A Test Drive Report Presented at SIR International Conference Bath, England by Tom Shriver, DataVisor June 2001

Summary of SIR2002 Enhancements FORMS routine type in PQL Screen Painter Secondary Indexes Long String Variables GRID Auto-Increment Key Field Type Parameterized ODBC queries Various New Commands New PQL Functions Old Problems Fixed Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

PQL FORMS The Good The Bad Continuity with “Old SIR/Forms” Straightforward Programming Make use of existing Forms Source with nice Features The Bad Takes the “Procedural” out of PQL Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

Forms Screen Painter FINALLY! Only Partial Set of PQL Dialog Controls We get “Fields” We get Buttons for action We get Static Controls (e.g. images, boxes) Missing List, Choice, Text A couple of bugs in the version I have -- Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

Secondary Indexes Finally! Possible Sleeper Feature Does away with many inverted lists Hides the “Dummy Case” Start with PROCESS REC VIA … (no CASE IS) Feels Natural Potentially Hide All Case References Would be similar to the USING clause in Forms or SQL Paths Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

Long Strings Still Needed Quick Report Support (wrap within column) PQL Function for wrapping Have the Potential to Alter how we think of things Similar effect on me as arrays did when they were implemented Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

Variable Length Records Very Scary Very Much Needed Space Saver – possibly 25% or more Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

GRID Use as a Record Browser Tool for Data Clean-Up Use to Navigate to a Corresponding Data Screen Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001

New Commands DEDIT POP UP LIST LOOKUP HELP dialog message type A different type of DIALOG Specialized use, but very powerful POP UP LIST Should have been in Visual PQL 2000 Needs support for variable length list (e.g. using arrays) LOOKUP HELP dialog message type CREATE PROCFILE NOTFCHK option on Retrieval/Program/Subroutine Test Drive of SIR2002: © Tom Shriver, DataVisor, 2001