Cargando…

Megafox : 1002 things you wanted to know about extending Visual FoxPro /

With its native data engine, rich object-oriented language, and capabilities to produce COM servers and consumer Web services, Visual FoxPro is the single most flexible programming tool available to software developers. But in today's programming environment, nothing stands alone. This guide wi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Akins, Marcia
Otros Autores: Kramek, Andy, Schummer, Rick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Whitefish Bay, Wis. : Hentzenwerke Pub., ©2002.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocm52604622
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 030714s2002 wiua o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCO  |d DKDLA  |d N$T  |d OCLCQ  |d MERUC  |d CCO  |d E7B  |d TEFOD  |d BTCTA  |d IDEBK  |d FVL  |d EBLCP  |d OCLCQ  |d AZK  |d LOA  |d CNNOR  |d SUR  |d MOR  |d PIFBR  |d ZCU  |d OCLCQ  |d OCLCO  |d U3W  |d BRL  |d STF  |d WRM  |d NRAMU  |d ICG  |d INT  |d VT2  |d AU@  |d OCLCQ  |d OCLCO  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d OCLCQ  |d UMK  |d OCLCQ  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 53986462  |a 70070214  |a 474459026  |a 559531862  |a 647465425  |a 722430457  |a 728034228  |a 790683323  |a 888582980  |a 961564539  |a 962598092  |a 984848904  |a 1037440696  |a 1053042416  |a 1285652707 
020 |a 193091928X  |q (electronic bk.) 
020 |a 9781930919280  |q (electronic bk.) 
020 |z 1930919271 
020 |z 9781930919273 
029 1 |a AU@  |b 000053236779 
029 1 |a AU@  |b 000065667132 
029 1 |a DEBBG  |b BV044100021 
029 1 |a NZ1  |b 12032799 
035 |a (OCoLC)52604622  |z (OCoLC)53986462  |z (OCoLC)70070214  |z (OCoLC)474459026  |z (OCoLC)559531862  |z (OCoLC)647465425  |z (OCoLC)722430457  |z (OCoLC)728034228  |z (OCoLC)790683323  |z (OCoLC)888582980  |z (OCoLC)961564539  |z (OCoLC)962598092  |z (OCoLC)984848904  |z (OCoLC)1037440696  |z (OCoLC)1053042416  |z (OCoLC)1285652707 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.D3  |b A35 2002eb 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 021000  |2 bisacsh 
082 0 4 |a 005.75/65  |2 21 
049 |a UAMI 
100 1 |a Akins, Marcia. 
245 1 0 |a Megafox :  |b 1002 things you wanted to know about extending Visual FoxPro /  |c Marcia Akins, Andy Kramek, Rick Schummer. 
246 3 |a One thousand and two things you wanted to know about extending Visual FoxPro 
246 3 |a 1002 things you wanted to know about extending Visual FoxPro 
260 |a Whitefish Bay, Wis. :  |b Hentzenwerke Pub.,  |c ©2002. 
300 |a 1 online resource (xxviii, 681 pages) :  |b illustrations 
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 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Our Contract with You, The Reader -- List of Chapters -- Table of Contents -- Acknowledgements -- About the Authors -- How to Download the Files -- Icons used in this book -- Chapter 1: KiloFox Revisited -- Updates to KiloFox -- How do I clean up my working environment? -- How do I convert character strings into data? -- How do I determine whether a tag exists? -- How do I use GOTO safely? -- How do I extract a specified item from a list? -- How can I browse field names when the table has captions? -- How do I make a SQL generated cursor updateable? 
505 8 |a How can I change the connection used by a Remote View? -- How do I check my query's optimization? -- How do I pop up a calendar from a grid cell? -- How do I put a combo in a grid? -- How do I run code when a projecthook is activated? -- Things that we missed in KiloFox -- How do I set focus to a control? -- How do I display the current record at the top of my grid? -- How do I lock the leftmost column in my grid? -- How do I create truly generic command buttons? -- How do I set up a hot key to declare local variables? -- Chapter 2: Data Driving with VFP -- What exactly is "data driving"? 
505 8 |a The three different types of data -- What goes into the metadata? -- Where should metadata be stored? -- Why bother with data driving? -- Performance overhead -- Design considerations -- Maintenance issues -- So is data driving worth it? -- How do I data drive my menus? -- What type of menus do we want to data drive? -- MPR file structure for a shortcut menu -- The shortcut menu metadata -- The shortcut menu generator class -- Using the shortcut menu class -- How can I format text correctly? -- The problem -- The solution -- The xchgcase class -- How do I data drive object instantiation? 
505 8 |a How do I data drive a migration? -- How do I data drive data validation? -- Chapter 3: IntelliSense, Inside and Out -- IntelliSense in Visual FoxPro -- What is IntelliSense? -- How do I configure IntelliSense? -- How do I work with the FoxCode table? -- What are all these record types? -- How do I create my own scripts? -- How do I create a script to insert a block of code? -- How do I create a script to generate a list? -- How do I create my own Quick Info tips? -- What is the Properties button in the IntelliSense Manager for? -- How do I modify default behavior? -- Putting IntelliSense to work. 
505 8 |a How do I change the behavior of browse? -- How do I insert a header into a program? -- How do I get a list of files? -- How do I get a list of variables? -- How do I get a list of all my custom shortcuts? -- Isn't there an easier way to create a script? -- Conclusion -- Chapter 4: Sending and Receiving E-mail -- What are the options? -- What is all this alphabet soup, anyway? -- How do I use MAPI? -- How do I read mail using MAPI? -- How do I send mail using MAPI? -- What is CDO 2.0? -- How do I send mail using CDO 2.0? -- How does the cusCDO class work? -- Can I control Outlook programmatically? 
520 0 |a With its native data engine, rich object-oriented language, and capabilities to produce COM servers and consumer Web services, Visual FoxPro is the single most flexible programming tool available to software developers. But in today's programming environment, nothing stands alone. This guide will show developers how to extend the scope and power of Visual FoxPro as a development tool by integrating it with other software technologies. This much-anticipated sequel to 1001 Things You Wanted to Know About VFP, this both epands coverage of topics such as data driving and reporting and introduces new topics such as e-mail, IntelliSense, charts and graphs, PDF technology, MSDE, COM/DCOM, XML/ ADO, and designing for extensibility. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Visual FoxPro for Windows. 
630 0 7 |a Visual FoxPro for Windows  |2 fast 
650 0 |a Database management. 
650 0 |a Application software  |x Development. 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Database Management  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Database management  |2 fast 
700 1 |a Kramek, Andy. 
700 1 |a Schummer, Rick. 
776 0 8 |i Print version:  |a Akins, Marcia.  |t Megafox.  |d Whitefish Bay, Wis. : Hentzenwerke Pub., ©2002  |z 1930919271  |w (OCoLC)51628278 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=3301805  |z Texto completo 
938 |a Baker and Taylor  |b BTCP  |n bl2003011494 
938 |a EBL - Ebook Library  |b EBLB  |n EBL3301805 
938 |a EBSCOhost  |b EBSC  |n 83578 
938 |a Internet Archive  |b INAR  |n megafox1002thing0000akin 
938 |a YBP Library Services  |b YANK  |n 2361735 
994 |a 92  |b IZTAP