Visual FoxPro Controls

Slides:



Advertisements
Similar presentations
Microsoft® Small Basic
Advertisements

An Introduction to Visual Basic Terms & Concepts.
Agenda Introduction New Features in Map Suite Web Edition 3.0 Demonstration Where to Get Help and Learn More Q&A 2.
Lab 1: Introduction to Statistics and Data Analysis University of Michigan Physics Department Mechanics and Sound Intro Labs.
Using Microsoft SharePoint to Develop Workflow and Business Process Automation Ted Perrotte National Practice Manager, Quilogy, Microsoft Office SharePoint.
Welcome to App Inventor Design and program your own mobile apps.
Editing With ArcGIS Pro
Planning and Tracking Projects with VSTS 2010 By Ahmed Nasr 1.
Automating Tasks with Visual Basic. Introduction  When can’t find a readymade macro action that does the job you want, you can use Visual Basic code.
An Introduction to Visual Basic
CHAPTER ONE Problem Solving and the Object- Oriented Paradigm.
Entwicklerkonference ‘00 FoxPro Application Maintenance Ted Roche Blackstone Incorporated Ted Roche Blackstone Incorporated
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Introduction to the Visual Studio.NET IDE (LAB 1 )
What I learned at Southwest Fox 2006 Barbara Peisch.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
T Progress Demo Byte-Pit T Progress demo 2 Agenda  Introduction (3 min)  Project status (5 min)  Status of project requirements.
 If a thief breaks into a house, what kinds of things are they going to take?  What kind of things will they not take?  How quickly do they want to.
11:00 – 11:30 OneNote in 30 Minutes: From Scribbles to Powerful Notes Paul Clayton Senior Practice Director, FMT Consultants.
Using Software Design Patterns Bill Anderson. About me Fox developer since 1987 Fox developer since 1987 Program Director, Los Angeles Visual Foxpro Developers.
How Are Computers Programmed? CPS120: Introduction to Computer Science Lecture 5.
Creating the Visualization Design Computer App Session 11.
Venelina Jordanova, Uwe Habermann Visual Extend 9.0 Rapid Application Development.
Chapter 1: Introduction to Visual Basic.NET: Background and Perspective Visual Basic.NET Programming: From Problem Analysis to Program Design.
Rong Lu Senior Program Manager, Visual Studio GPU Usage tool in Visual Studio.
SharePoint Saturday SharePoint 2010 BI Insights Saturday, 16 th October, 2010 MIC - Kuwait.
Getting Started with Datazen Microsoft’s New Mobile Dashboard Platform.
Use Cases – an Introduction Sriram Sethuraman Business Analyst SCB group.
Introduction to Lexia for Parents. What is Lexia? Downloading the Software Logging on The Software Important Points Session Overview.
Unit Testing in VFP Ted Roche Ted Roche & Associates, LLC
Getting & Running EdgeX Docker Containers
Your Presentation The goal is to move the audience along a path that ends with a sales opportunity. Intro About Why Details Story Offer.
Welcome! Do Now: Please sign in and take a seat. Objective:
App Inventor إعدادأشرف رفاعي أحمد
Microsoft’s shiny dashboard-tool
iVend – Reports & Dashboard
Visual FoxPro Controls
Topic: Programming Languages and their Evolution + Intro to Scratch
Module 1… In Touch and Informed
Kerry Rosvold, Innovia Consulting
Introduction to Unit Testing in JavaScript
* Type your subject here
Staff Training Type your subject here.
An Introduction to Visual Basic
ORAL PRESENTATIONS.
Principles of report writing
Welcome to GDC’05 Riyadh, Saudi Arabia
الانتخابات والقوانين الانتخابية
Project Overview Introduction to Factory Automation Numerical Control
General: Training - On-screen presentation
Visual Studio Cloud-based Load Testing Performance Testing Made Easy
Windows Phone application performance and optimization
Power Session 1: Building Validity and Positioning
Introduction to Lexia for Parents
Sacramento Forms User Group
Do-It-Yourself Research
B-CaP Week 5  Class 9  Wednesday .
Windows 8.1 Deployment Jump Start
* Type your subject here
Build /4/ Diagnosing issues with Windows Phone 8.1 JavaScript apps using Visual Studio Andy Sterland Senior Program
Using Smart Unit Tests to find bugs earlier in the development cycle
Adobe Acrobat DC Accessibility: Accessibility Checker
New FSA Logistix PPTX Template
Welcome to Forest Coordinator Training
Digital Literacies for learning
Jamie Cool Program Manager Microsoft
Power BI for the Consumer
Optimizing Your JavaScript App for Performance
Presentation transcript:

Visual FoxPro Controls Ted Roche, Senior Consultant Computer Resource (603) 746-5670

Introduction VFP: The Next Generation Controls: These are not your dad’s SAYs & GETs Ground rules, sound check, time check

VFP Overview Wizards Builders New terms 3.0 Bugs Helpful Documentation Event loop OOP

Agenda In this session, we will: Define the basic concepts and terminology associated with controls (10 minutes) Explore how controls work in the new VFP environment (30 minutes) Discuss how to create custom controls and why you should (20 minutes) Hold a Q&A session ‘til we drop

Vocabulary OOP Control Property Events Methods Classes

Demo

What to do Create an app and throw it away Subclass all controls into your toolbar Don’t create the MOA class hierarchies

Summary VFP Controls are more powerful than their predecessors Spend some time familiarizing yourself with the control’s properties, events and methods Build your own complex custom controls

Where to get more information #1: FoxHelp.Hlp Read The Fine Manuals Read The Fantastic sample code Related sessions: Form Designer – Builders Grids – OOP VFP Classes