home *** CD-ROM | disk | FTP | other *** search
- * ┌─────────────────────────────────────────────────────────────────────┐ *
- * │ PROG NAME: CREDITS.PRG. Give credit where credit is due... │ *
- * │ Copyright (c) 1989 Tech III, Inc. All rights reserved. │ *
- * │ Tech III of San Pedro, California (213) 547-2191. │ *
- * │ "The bridge connecting people and technology."(tm) │ *
- * └─────────────────────────────────────────────────────────────────────┘ *
- DEFINE WINDOW credits FROM 00,00 TO 24,79
- ACTIVATE WINDOW credits
- TEXT
- ┌───────────┐
- │ CREDITS │
- └───────────┘
-
- PRO-DEMO is copyright (C) 1989,1990 by Tech III, Inc. of San Pedro, California.
- We are dedicated to creating database and financial applications written in
- languages such as FOXPRO. You may be familiar with one of our commercial prod-
- ucts: SCAN-A-LYZER!(tm) (programmers' tool), INSIDE PARTNER(tm), (for Mfr.s'
- Reps), or WHO-YOU-KNOW(tm) (Mailing List / Contact Tracker + Source Code).
-
- As you get to know FoxPro, you can look forward to discovering a whole new
- world of programming, beyond the limitations that were previously in place.
- We think you'll have as much fun programming with it as we have had, while
- writing Pro-Demo.
-
- We hope that the Pro-Demo code and interface helps you to quickly access
- the possibilities created by this new language, and greatly shorten the
- learning curve in putting all the great new capabilities of FoxPro to work!
-
- Good coding! - Richard Grossman, President, Tech III, Inc.
- ENDTEXT
- WAIT WINDOW
- CLEAR
- TEXT
- ┌───────────┐
- │ CREDITS │
- └───────────┘
-
- SYSTEM DESIGN: Richard Grossman
- Gil Sidhom
-
- PROGRAMMING: Richard Grossman
- Gil Sidhom
-
- PROJECT ADMINISTRATION: Sophie Hall
- Rob Kissner
-
- SAMPLE DATA AND TESTING: Christine Guerra
- Frank DeGiorgio
-
- DOCUMENTATION: Scan-A-Lyzer!
-
- TECHNICAL LIAISON: Janet Walker & Brian Crites @ Fox Software
- ENDTEXT
- WAIT WINDOW
- RELEASE WINDOW credits
- RETURN
- * EOF
-