index_C

 <  Day Day Up  >    

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X]

calculated expressions
        VFP reports 2nd 3rd
calling
        functions
        methods
        procedures
        Web services via XMLDOM
Cancel buttons
        Click event codes
        creating in forms 2nd
CDX files
changing
        form code to class code 2nd
character keys
check boxes
        color
class browser
        Visual FoxPro versus Visual Basic .NET
class libraries
       form controls class libraries
                VFP application creation 2nd
       VFP construction
                versus VB .NET construction 2nd
        Windows Control libraries (VB .NET application creation) 2nd 3rd
Class View
        Visual FoxPro versus Visual Basic .NET
Class View window
        Visual FoxPro versus Visual Basic .NET 2nd
Class View window (Solution Explorer)
        viewing typed datasets 2nd
classes
        changing form code to 2nd
       coding form classes
                VB .NET applications 2nd
        creating objects
        CursorAdapter 2nd 3rd
                finding
                Reading XML 2nd 3rd 4th
        CursorAdapter class 2nd
                manually coding 2nd 3rd
                methods 2nd
                properties 2nd 3rd 4th 5th
       data access classes
                events 2nd 3rd 4th 5th 6th 7th 8th
        declaring events in 2nd
       EasySearch class
                VB .NET search forms 2nd 3rd 4th 5th 6th
                VFP search forms
        EasySearch template class code 2nd 3rd 4th 5th
        events
        FlatFileForm template class code 2nd 3rd 4th 5th
       inheritable classes
                selecting for inherited forms 2nd
        methods
        namespace declarations 2nd 3rd
       namespaces
                Imports statements 2nd
       PRG
                adding methods to
        PRG storage 2nd
        properties 2nd
        saving buttons as 2nd
        saving forms as 2nd 3rd
       subclassed screen control classes
                editing 2nd
       subclasses
                properties 2nd
        VB .NET base control classes 2nd
       VCX
                adding methods to
        VCX storage
        VFP base control classes 2nd
        VFP versus VB .NET
        XMLAdapter
                AddTableSchema method
                Attach method
                LoadXML method
                ToXML method
        XMLAdapter class 2nd
                converting VFP tables to XML
                converting XDR schemas to XSD schemas 2nd
                cursor creation 2nd
                diffgram creation 2nd
                receiving/processing diffgrams
                updating cursors 2nd
                Web Service creation 2nd 3rd 4th
clauses
       Handles clauses
                events
        Implements 2nd
cleaning up
        VFP search form data 2nd 3rd 4th 5th
Clear button (VFP search forms) 2nd
Click events
        Add buttons
        Cancel buttons
        Close buttons
        Delete buttons
        Save buttons
Close buttons
        Click event codes
closing
        forms 2nd
        handles
        programs
cmdAdd.click template codes
code
       snippets
                accessing in Virtual Basic .NET
code window
        Visual FoxPro versus Visual Basic .NET 2nd
coding
        CursorAdapter class 2nd 3rd
       form classes
                VB .NET applications 2nd
collections
ColNames property (VFP search forms)
color (Screen design) 2nd
        buttons
color (screen design)
        check boxes
color (Screen design)
        form controls 2nd
        graphical style controls 2nd
color-coded grids (Screen design)
column sorting
        in record lookup grids (VFP) 2nd 3rd 4th 5th
columns
        data binding
columns (reports)
       customizing
                in VFP Report Designer
ColWidths property (VFP search forms)
command buttons
        adding to forms 2nd 3rd
                Add button 2nd 3rd 4th
                Browse button 2nd 3rd
                Cancel button 2nd
                Delete button 2nd 3rd
                Edit button 2nd 3rd
                Next button 2nd 3rd
                Previous button 2nd 3rd
                Save button 2nd 3rd
        properties 2nd
command windows
        prior commands, executing
        Visual FoxPro versus Visual Basic .NET 2nd 3rd
commands
        APPEND BLANK
                phantom records 2nd
        BOTTOM
       CREATE CURSOR
                migrating VFP search form data to SQL server
        DELETE
        FCOUNT()
        FIELD
        GO BOTTOM
        GO TOP
       inserting
                in CursorAdapter 2nd 3rd 4th 5th
        RECCOUNT()
        RECNO()
        SCAN...ENDSCAN
       SELECT
                VFP tables
        Select Case
       SET FIELDS (VFP)
                record filtering
       SET FILTER (VFP)
                record filtering 2nd
        SKIP
       SQL commands
                handles
        SQLCANCEL()
        SQLCOLUMNS()
        SQLCOMMIT()
        SQLConnect()
        SQLDisconnect()
        SQLExec()
        SQLGETPROP()
        SQLMORERESULTS()
        SQLPREPARE()
        SQLROLLBACK()
        SQLSETPROP()
        SQLStringConnect
        SQLTABLES()
        TOP
       USE
                VFP tables 2nd
       VFP
                table commands 2nd
       VFP syntax
                versus VB .NET syntax 2nd 3rd
        Visual FoxPro versus Visual Basic .NET
compiler directives 2nd
compiling
       DLL
                in parameterized VFP Web services 2nd
conditional execution
        in VB .NET
                If Expr Then...Else...End If statements
                Select Case commands
                Switch(VisualBasic Namespace) statements
        in VFP 2nd
Config.Web files
        Web services 2nd
configuring
        AppScreen form properties 2nd
connected data access 2nd
connecting
        to Internet servers 2nd 3rd
connection strings
connections
        adding to forms 2nd
        assigning providers to
       creating
                in Server Explorer
        data sources 2nd
        DBC
Console routine (Web Connection)
controls
        ActiveX controls (Screen design) 2nd
       adding to forms
                VB .NET application creation 2nd
       disabling
                in VFP forms 2nd
       enabling/disabling
                in VB .NET forms 2nd
        field controls (VFP Report Designer) 2nd
       form controls
                class libraries 2nd
                color
                enabling/disabling 2nd
                Field Mapping
       form creation
                VFP application creation 2nd
       graphical style controls
                color 2nd
        home-built controls (Screen design) 2nd 3rd 4th
        label controls (VFP Report Designer)
        line controls (VFP Report Designer)
        MainMenu
        MainMenu (VB .NET) 2nd
        OLE bound controls (VFP Report Designer)
        rectangle controls (VFP Report Designer)
       screen controls
                subclassing in VB .NET 2nd 3rd 4th
                subclassing in VFP 2nd 3rd 4th 5th 6th
       self-populating controls
                creating 2nd 3rd
converting
       VFP search form data
                to SQL server 2nd 3rd 4th 5th 6th
       VFP tables
                to XML
        XDR schemas to XSD schemas 2nd
copying
        SQL tables to DBF 2nd
CREATE CURSOR commands
       migrating VFP search form data
                to SQL server
Creating a Distributed Application walkthrough
Cross-Tab Expert (Crystal Reports) 2nd
Crystal Reports 2nd
       adding to other servers
                in VS .NET Server Explorer
        ASP .NET report clients 2nd
                exporting as PDF files 2nd
       building parameterized reports
                in VS .NET Server Explorer 2nd 3rd 4th 5th 6th 7th
        building reports
                adding login information
                adding user options 2nd
                grouping fields
                selecting fields
        building XML Report Web Services 2nd
       CrystalReportViewer
                XML Report Web Services
        CustomReportViewers
       datasets as data sources
                in VS .NET Server Explorer 2nd 3rd
        displaying in VS .NET Server Explorer
       Field Explorer
                showing/hiding
       filtering reports
                in VS .NET Server Explorer
        previewing reports 2nd 3rd
        Report Experts 2nd
                Cross-Tab Expert 2nd
                Drill Down Expert 2nd 3rd 4th
                Form Letter Expert 2nd 3rd
        Standard Report Expert dialog
        thin client applications
CrystalReportViewer (Crystal Reports)
        XML Report Web Services
current directories
       displaying
                in Visual FoxPro 2nd
CursorAdapter Builder
        Add Cursors page 2nd
       commands
                inserting 2nd 3rd 4th 5th
        Data Access page
        updates 2nd 3rd 4th 5th
CursorAdapter class 2nd 3rd 4th 5th
        finding
        manually coding 2nd 3rd
       methods
                CursorAttach
                CursorDetach 2nd
                CursorFill
        properties
                Alias
                AllowDelete
                AllowInsert
                AllowUpdate
                BufferModeOverride
                CursorSchema 2nd
                CursorStatus
                DataSource
                DataSourceType
                FetchMemo
                KeyFieldList
                MaxRecords
                SelectCmd
                SendUpdates
                Tables
                UpdatableFieldList
                UpdateGram
                UpdateNameList
                UpdateType
                WhereType
CursorAdapters
        creating 2nd 3rd 4th
        reading XML 2nd 3rd 4th
CursorAttach method (CursorAdapter class)
CursorDetach method (CursorAdapter class) 2nd
CursorFill method (CursorAdapter class)
cursors 2nd 3rd
       creating
                XMLAdapter class 2nd
        field names
       updating
                XMLAdapter class 2nd
        XML in VFP
CursorSchema property (CursorAdapter class) 2nd
CursorSetProp functions
CursorStatus property (CursorAdapter class)
CursorToXML functions
CursorToXML() function
        document validation 2nd
       flags parameter
                values of 2nd
        moving data between tables and XML 2nd 3rd 4th
custom controls (Screen design)
        date range pickers 2nd 3rd 4th
custom grids (screen design) 2nd
        color-coded grids
        incremental search grids 2nd
custom menus (Screen design) 2nd 3rd 4th 5th 6th
Customer forms (Internet application creation) 2nd 3rd
Customer tables
        adding records to 2nd
        VB .NET simple application creation
                index creation
                null fields
        VFP simple application creation 2nd
customizing
        IDE 2nd
       report columns
                in VFP Report Designer
        solutions 2nd
CustomReportViewers (Crystal Reports)

 <  Day Day Up  >    


Visual Fox Pro to Visual Basic.NET
Visual FoxPro to Visual Basic .NET
ISBN: 0672326493
EAN: 2147483647
Year: 2004
Pages: 130
Authors: Les Pinter

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net