1001 things you wanted to know about Visual FoxPro / Marcia Akins, Andy Kramek, Rick Schummer.

1001 Things provides the granular "how-to" techniques of every area of traditional Visual FoxPro application development. It's the perfect intermediary between Hackers Guide and Effective Techniques. The Hacker's Guide to Visual FoxPro is the exhaustive command and function refer...

Full description

Saved in:
Bibliographic Details
Main Authors: Akins, Marcia, Kramek, Andy (Author)
Other Authors: Schummer, Rick
Format: eBook
Language:English
Published: Whitefish Bay, Wis. : Hentzenwerke Pub., ©2000.
Subjects:
Online Access:Click for online access

MARC

LEADER 00000cam a2200000 a 4500
001 ocm70070209
003 OCoLC
005 20240809213013.0
006 m o d
007 cr cn|||||||||
008 010928s2000 wiu o 000 0 eng d
040 |a MEAUC  |b eng  |e pn  |c MEAUC  |d OCLCQ  |d UAB  |d CAI  |d WPG  |d OCLCQ  |d MERUC  |d CCO  |d E7B  |d DKDLA  |d IDEBK  |d OCLCQ  |d OCLCO  |d N$T  |d YDXCP  |d CSU  |d B24X7  |d OCLCQ  |d OCLCF  |d N$T  |d OCLCQ  |d OCLCO  |d VVN  |d AU@  |d EBLCP  |d DEBSZ  |d OCLCQ  |d AZK  |d LOA  |d IDB  |d CNNOR  |d SUR  |d MOR  |d PIFBR  |d ZCU  |d LIV  |d OCLCQ  |d OCLCO  |d U3W  |d BRL  |d STF  |d WRM  |d NRAMU  |d ICG  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d COO  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d OCLCQ  |d OCLCO  |d VLY  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 48096311  |a 52604379  |a 70604305  |a 276799435  |a 488740858  |a 559971027  |a 647465398  |a 722430371  |a 740948112  |a 756533800  |a 814461103  |a 824552694  |a 842259755  |a 888625296  |a 923121696  |a 961622888  |a 961657575  |a 962638103  |a 962700499  |a 984861081  |a 1037442519  |a 1053045514  |a 1162222745  |a 1290054370 
020 |a 9781930919099  |q (electronic bk.) 
020 |a 1930919093  |q (electronic bk.) 
020 |a 1280544120 
020 |a 9781280544125 
020 |a 9780965509336 
020 |a 0965509338 
020 |a 9786610544127 
020 |a 6610544123 
020 |z 1930919093 
020 |z 0965509338  |q (pbk.) 
035 |a (OCoLC)70070209  |z (OCoLC)48096311  |z (OCoLC)52604379  |z (OCoLC)70604305  |z (OCoLC)276799435  |z (OCoLC)488740858  |z (OCoLC)559971027  |z (OCoLC)647465398  |z (OCoLC)722430371  |z (OCoLC)740948112  |z (OCoLC)756533800  |z (OCoLC)814461103  |z (OCoLC)824552694  |z (OCoLC)842259755  |z (OCoLC)888625296  |z (OCoLC)923121696  |z (OCoLC)961622888  |z (OCoLC)961657575  |z (OCoLC)962638103  |z (OCoLC)962700499  |z (OCoLC)984861081  |z (OCoLC)1037442519  |z (OCoLC)1053045514  |z (OCoLC)1162222745  |z (OCoLC)1290054370 
037 |b 00122502 
050 4 |a QA76.9.D3  |b A45 2000beb 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a US  |2 bicssc 
049 |a HCDD 
100 1 |a Akins, Marcia. 
245 1 0 |a 1001 things you wanted to know about Visual FoxPro /  |c Marcia Akins, Andy Kramek, Rick Schummer. 
246 3 |a Thousand and one things you wanted to know about Visual FoxPro 
260 |a Whitefish Bay, Wis. :  |b Hentzenwerke Pub.,  |c ©2000. 
300 |a 1 online resource (xxv, 557 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
588 0 |a Print version record. 
520 |a 1001 Things provides the granular "how-to" techniques of every area of traditional Visual FoxPro application development. It's the perfect intermediary between Hackers Guide and Effective Techniques. The Hacker's Guide to Visual FoxPro is the exhaustive command and function reference to the Visual FoxPro language. Effective Techniques for Application Development with Visual FoxPro shows you big picture and in-depth strategies for building apps. In between these two classics comes 1001 Things You Wanted to Know About Visual FoxPro. Contains over 500 pages of "tips, tricks and traps." 
505 0 |a Dedications -- List of Chapters -- Table of Contents -- Our Contract with You, The Reader -- Acknowledgements -- About Us -- How to Download the Files -- Introduction -- What is this book? -- A word about the code in this book -- So who is this book for? -- What is in this book? -- What is not in this book? -- Where do you start? -- Chapter 1 Controlling the VFP Environment -- Starting Visual FoxPro -- Configuration files -- How to specify a config.fpw file -- How VFP locates its configuration file 
505 8 |a How VFP starts up when no configuration file is foundIncluding a configuration file in the project -- How to suppress a configuration file -- How to determine which configuration file is being used -- What goes into the configuration file? -- Special settings -- SET Commands -- Commands -- Giving VFP a path -- How VFP looks for files -- Setting the default directory -- Using the SET PATH command -- Where am I? -- How to set a path programmatically -- Making sure VFP is only started once -- Using a 'semaphore' file -- Using the Windows API 
505 8 |a Combination of semaphore and Windows APISET Commands and DataSessions -- What exactly does Default DataSession mean? -- So can I have a public Datasession? -- How can I ensure SET commands apply to a private data session? -- Adding code to BeforeOpenTables() -- Suppressing auto-open tables -- Creating an environment setting class -- How do I get rid of the system toolbars? -- The system toolbar Gotcha! -- Can I make use of keyboard macros in VFP? -- How can I construct a more complex macro? -- What is a Macro Set? 
505 8 |a What's the difference between a macro and an On Key Label?How do I create a 'Splash' screen? -- How do I run my splash screen? -- An alternative to the splash screen -- How to wallpaper your desktop -- So how can I get the size of the current _Screen area? -- Do I really need to create all these bitmaps? -- A toolbar 'gotcha!' -- Tidying up your development environment -- Closing VFP down -- What is an On ShutDown procedure? -- What triggers an On Shutdown procedure? -- What goes into an On Shutdown procedure? -- Chapter 2 Functions and Procedures 
505 8 |a How shall we proceed?Parameters (an aside) -- By reference, by value? -- How do I know what was passed? -- How should I position my parameters? -- How can I return multiple values from a function? -- What about using named parameters? -- Passing parameters optionally -- Date and time functions -- Elapsed time -- Date in words -- Calculating Age -- What date is the second Tuesday in October of 2000? -- Setting up a payment schedule -- What date is ten business days from today? -- Gotcha! Strict date format and parameterized views -- Working with numbers 
630 0 0 |a Visual FoxPro for Windows. 
630 0 7 |a Visual FoxPro for Windows  |2 fast 
650 0 |a Database management. 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Database management  |2 fast 
700 1 |a Kramek, Andy.  |4 aut 
700 1 |a Schummer, Rick. 
758 |i has work:  |a 1001 Things You Wanted to Know About Visual FoxPro (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXk68GJv4ypmKyb66TGkqj  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Akins, Marcia.  |t 1001 things you wanted to know about Visual FoxPro.  |d Whitefish Bay, Wis. : Hentzenwerke Pub., ©2000  |z 0965509338  |w (OCoLC)47352997 
856 4 0 |u https://ebookcentral.proquest.com/lib/holycrosscollege-ebooks/detail.action?docID=3301799  |y Click for online access 
903 |a EBC-AC 
994 |a 92  |b HCD