EXTRA 10% OFF 4+ ITEMSSee all eligible items and terms
Have one to sell?

Visual FoxPro to Visual Basic .Net by Pinter, Les

by Pinter, Les | PB | VeryGood
US $15.79
Condition:
Very Good
May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ... Read moreabout condition
Breathe easy. Free shipping and returns.
Shipping:
Free Economy Shipping. See detailsfor shipping
Estimated between Thu, Jun 27 and Sat, Jun 29 to 43230
Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.
Located in: Aurora, Illinois, United States
Returns:
30 days returns. Seller pays for return shipping. See details- for more information about returns
Payments:
      
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

Top Rated Plus
Top rated seller, fast shipping, and free returns. Learn more- Top Rated Plus - opens in a new window or tab
eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:196039246096
Last updated on Jun 19, 2024 04:00:33 PDTView all revisionsView all revisions

Item specifics

Condition
Very Good
A book that does not look new and has been read but is in excellent condition. No obvious damage to the cover, with the dust jacket (if applicable) included for hard covers. No missing or damaged pages, no creases or tears, and no underlining/highlighting of text or writing in the margins. May be very minimal identifying marks on the inside cover. Very minimal wear and tear. See the seller’s listing for full details and description of any imperfections. See all condition definitionsopens in a new window or tab
Seller Notes
“May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
2 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780672326493
Book Title
Visual Foxpro to Visual Basic .net
Publisher
Pearson Education
Item Length
9.1 in
Publication Year
2004
Type
Textbook
Format
Trade Paperback
Language
English
Illustrator
Yes
Item Height
1.1 in
Author
Les Pinter
Genre
Computers
Topic
Desktop Applications / Databases, Programming Languages / Visual Basic, Programming Languages / Asp.Net
Item Weight
30.3 Oz
Item Width
7.3 in
Number of Pages
528 Pages

About this product

Product Information

Starting with simple examples, you ll see how the multi-user, local area network applications that Visual FoxPro developers are used to building are constructed in Visual Basic .NET. You ll learn how to use Crystal Reports to build reports like the ones you build in FoxPro. You ll discover how to use DataAdapters and datasets instead of DBFs. You ll see examples of the paradigm shift that client-server programming imposes, and why .NET solves that problem (even when you wouldn t need to solve it in FoxPro.) And you ll learn how to give your FoxPro and Visual Basic applications smart client remote data access. You ll understand how to begin the construction of a database project in Visual Basic with a container form and a MainMenu instead of using _Screen and MSYSMENU. You ll learn how variables are declared and used; how menus are controlled; how to use events, and why you have to use events in VB when they re unnecessary in FoxPro. You ll learn how to build inheritable forms, Visual Basic s answer to FoxPro s form class templates, to reduce programming to a minimum. You ll learn why properties are like variables in FoxPro, but more like functions in VB. And you ll learn where Visual Basic adds features that you didn t have in FoxPro and didn t know that you needed. You ll learn where to look for all of those FoxPro commands and functions that you need. And in case you haven t yet used SQL Server with FoxPro, the examples will demonstrate how it s done first in FoxPro, then in VB .NET. Shows how to build a typical application in Visual FoxPro, including DBF, SQL Server and Internet access; then demonstrates how to build the same type of application in VB .NET Highlights the main differences in specific issues, including printing, events, data access, creation and use of properties Contains an appendix listing the principal FoxPro commands and functions and their Visual Basic equivalents Includes a table showing where to find the settings in the FoxPro s Tools, Options menu pages in VB .NET Shows how to access data remotely from your FoxPro and VB .NET applications Explains how project DLLs are created and used in other projects within a solution Shows how to use middle tier business objects to simplify ongoing development Source code downloadable from www.samspublishing.com

Product Identifiers

Publisher
Pearson Education
ISBN-10
0672326493
ISBN-13
9780672326493
eBay Product ID (ePID)
30508602

Product Key Features

Book Title
Visual Foxpro to Visual Basic .net
Number of Pages
528 Pages
Language
English
Publication Year
2004
Topic
Desktop Applications / Databases, Programming Languages / Visual Basic, Programming Languages / Asp.Net
Illustrator
Yes
Genre
Computers
Type
Textbook
Author
Les Pinter
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
30.3 Oz
Item Length
9.1 in
Item Width
7.3 in

Additional Product Features

Dewey Edition
22
Lccn
2003-099326
Target Audience
Scholarly & Professional
Dewey Decimal
005.133
Lc Classification Number
Qa76.73.B3
Table of Content
Introduction. 1. Differences Between Visual FoxPro and Visual Basic .NET. A Whole New World. The Integrated Development Environment (IDE). The Visual Basic .NET Solution Explorer. Command Syntax. Flow of Control. Variables, Enums, Arrays, Collections, and Fields. Functions and Subroutines (Procedures). Classes, Namespaces, Properties, and Forms. Events. Compiler Directives. Data. Data Binding. Error Handling and Debugging. Summary. 2. Building Simple Applications in Visual FoxPro. Building a Simple Application in Visual FoxPro Building a Simple Application in Visual Basic .NET. Summary. 3. Building a Visual FoxPro Application for SQL Server. Why Three-Tier? Creating the SQL Database and Loading Your Tables. Writing the Sample Application. The Form Template. A Search Form Template. The Data Tier. Whats Next? 4. A Visual Basic .NET Framework. Starting the New Windows Application Project. Adding a Windows Controls Library. Building Your First Inheritable Form. Programming with Class. Click Event Code for the Forms Buttons. Summary. 5. Adding Internet Access. ASP and Database Development. Internet Access in Visual FoxPro 7. The StandardForm Class Template. Writing Web Connection Functions. Introducing the Server. Modifying the Data Tier to Add Internet Data Access. Building XML Web Services with Visual FoxPro 8. XML Web Services in Visual Basic .NET. Adding References to the Web Service to Your Client. Summary. 6. Data Access. Data Access in Visual FoxPro Before Visual FoxPro 8. Database Containers. New Features in Visual FoxPro 8. Data Access in Visual Basic .NET. Summary. 7. XML. The Structure of XML. Representation of Complex Structures. Hierarchical XML. The Document Object Model. Commands to Move Data Between a Table and XML. How FoxPro Implements XML. Importing XML into Visual Basic .NET. Reading XML into a Visual Basic .NET Dataset. Using XML and Data Islands to Reduce Server Load. Related Technologies: XPATH and XSLT. Extensible Style Sheet Transformations (XSLT). Summary. 8. Screen Design. The Base Control Classes. Creating the Startup Screen for Your Application. Creating Menus. Subclassing Controls. Data Binding. Innovative Screen Design. Tools. Summary. 9. Searching and Filtering in Visual FoxPro and Visual Basic .NET. Record Filtering in FoxPro. Record Filtering in Visual Basic .NET. A Generic Record Lookup Grid with Column Sorting in Visual FoxPro. Returning a Value from a Visual Basic .NET Form. Using the DefaultDataView for Filtering and Sorting. A Generic Record Lookup Form in Visual Basic .NET. Minimalist Filtering in Visual FoxPro and Visual Basic .NET. Search Forms with Additional Fields. Building Self-Populating Controls. Cleaning Up Mistakes in Legacy Data to Improve Searching. Getting Filtered Data Across the Web. Summary. 10. Reporting. Reporting in Visual FoxPro. Crystal Reports in Visual FoxPro. Reporting in Visual Studio .NET.
Copyright Date
2004

Item description from the seller

ThriftBooks

ThriftBooks

99% positive feedback
17.8M items sold
Joined Mar 2015
Usually responds within 24 hours

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
5.0
Communication
4.9

Seller feedback (5,225,567)

r***6 (6)- Feedback left by buyer.
Past month
Verified purchase
Very satisfied! Reliable seller with fair prices. One ordered item turned out to be sold during the process, but was promptly refunded. Other ordered items arrived eralier than estimated. They were neatly packed and in the condition described. Contact with seller prior to the order wasn't possible, but communication afterwards was spotless.
z***z (603)- Feedback left by buyer.
Past 6 months
Verified purchase
🏆 SUPER STAR 🤩 AMAZING PHOTOS 🎯 ACCURATE DESCRIPTION ✏️ GENUINE PRODUCTS 💎 HIGH QUALITY 🍯 SUPER PRICES 💰 EASY TO WORK WITH 🍰 ECONOMY HANDLING ⏱️ FAST SHIPPING 🚀 BUBBLE PACKAGE 📦 ARRIVED WITHIN DAYS 🌎 EXCEPTIONAL COMMUNICATION 🎙️ OUTSTANDING CUSTOMER SERVICE 🛎️ GREAT SENSE OF HUMOR 🍿 TOTAL ASSET TO THE EBAY-ECO SYSTEM 🥇 SAVED SELLER 🎱 PROMT REPLY FOR RETURNS 🎯 WOULD BUY FROM AGAIN 🧲 UNDER PROMISES OVER DELIVERS ⛳️ MADE ME VERY HAPPY 🌈 LEFT POSITIVE FEEDBACK 🌼 THANK YOU! 😇 A+++
u***2 (284)- Feedback left by buyer.
Past 6 months
Verified purchase
Outstanding seller. Fair prices that are more than reasonable in this economy. The product is in better condition than described, a true value for my money. Packaged and shipped well shows seller has concern for the products sold to arrive in excellent condition. The seller communicated timely with progress. Highly recommend this seller & will do business again. Thank you!!⭐️⭐️⭐️⭐️⭐️

Product ratings and reviews

No ratings or reviews yet
Be the first to write the review.