Beschreibungen ausblenden
|
Objekte: 253
|
Sortieren nach:
Autor |
Titel
|
Datum
|
|
|
_DblClick() Method
_DblClick.doc
Specifies the time interval between double and triple mouse clicks. Returns the number of milliseconds.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
_Screen() Method
_Screen.doc
Use System.Windows.Forms.Application object to get a reference to the application
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Abs() Method
Abs.doc
Returns an absolute value from a number (Use Math.Abs() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ACopy() Method
ACopy.doc
Receives two arrays as parameters by reference and copies the contents from one array to another array. Receives two arrays as parameters by reference and copies the contents from one array to another array. The nFirstElement specifies which should be the first element in the source array to begin the copying process.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ACos() Method
ACos.doc
Returns an angle from a Cosine (Use Math.ACos() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AddBS() Method
AddBS.doc
Receives a path as a parameter and checks if the last character is a backslash. If not then adds one and returns the path otherwise returns the string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ADel() Method
ADel.doc
Deletes an element from a one-dimensional array, or a row or column from a two-dimensional array. (Currently this does not implement the third parameter to remove an entire column.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ADir() Method
ADir.doc
Receives a file skeleton as a parameter and returns an array of files that match the skeleton.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AFont() Method
AFont.doc
Returns a array containing a list of all the fonts installed in the system.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AGetFileVersion() Method
AGetFileVersion.doc
Creates an array containing detailed information for a file Note: Params 13 and 15 are not implemented. Param 13 specifies if file can self register and param 15 specified the translation code.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AIns() Method
AIns.doc
Inserts an element into a one-dimensional array, or a row or column into a two-dimensional array
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ALen() Method
ALen.doc
Returns the number of elements, rows, or columns in an array. Implements the optional parameter for number of rows for columns
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Alias() Method
Alias.doc
Returns the alias that is specified in vfpData.oView property
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ALines() Method
ALines.doc
Copies each line in a character expression or memo field to a corresponding row in an array. ALines() also returns a zero based length of the array.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Anzeige SQL NET VFP Konferenz 2003
Anzeige Konferenz 03.pdf
Anzeige zur integrierten Konferenz 2003 der dFPUG zu den Themen Visual FoxPro, SQL-Server und ASP.NET mit Schaltungen in den Zeitschriften DotNet-Magazin, DotNetPro, Der Entwickler und ASP-Professional sowie ggf. SQL-Magazin.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
27.07.2020
|
Autor:
Rainer Becker
|
AppendBlank() Method
AppendBlank.doc
Receives a DataView as a parameter and inserts an empty new record at the end
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
APrinters() Method
APrinters.doc
Fills an array with all the printers that can be accessed by this machine.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
arrays Class
Arrays.doc
This is a class that contains methods that represent the Visual Foxpro array functions.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Asc() Method
Asc.doc
Receives a character as a parameter and returns its ANSI code
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AScan() Method
AScan.doc
Searches for an item in the array and returns the position of that item Please note that AScan() returns a zero based value
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ASin() Method
ASin.doc
Returns an angle from a Sin (Use Math.ASin() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ASort() Method
ASort.doc
Sorts elements in an array in ascending or descending order
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
At() Method
At.doc
Receives two strings as parameters and searches for one string within another. If found, returns the beginning numeric position otherwise returns 0
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ATan() Method
ATan.doc
Returns an angle from a Tangent (Use Math.ATan() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AtC() Method
AtC.doc
Receives two strings as parameters and searches for one string within another. This function ignores the case and if found, returns the beginning numeric position otherwise returns 0
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AtCLine() Method
AtCLine.doc
Returns the line number of the first occurence of a string expression within another string expression without regard to case (upper or lower)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
AtLine() Method
AtLine.doc
Receives a string and converts it to an integer
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Atn2() Method
Atn2.doc
Returns an Atn2() from two coordinates (Use Math.Atn2() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Between() Method
Between.doc
Receives an expression, low and high values and return a bool specifying if the value was between the low and high values. This contains overloads for int, float, decimal, char, date and string data types.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Bewertungsleitfaden VFP 3.0
Bewertungsleitfaden VFP3.doc
Wenn besonders starke Leistung und großer Funktionsumfang gefragt sind, ist Microsoft FoxPro für Datenbankentwickler seit langem erste Wahl. Unter anderem, weil dieses System mit einer der schnellsten Datenbank-Engines arbeitet, die für den PC erhältlich sind. So auch bei Visual FoxPro für Windows. Die neue Version 3.0 bietet all jene Werkzeuge, die Entwickler zur Erstellung umfassender Datenverwaltungsapplikationen für Endanwender benötigen.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Klaus Sobel
|
Bewertungsleitfaden VFP 5.0
Bewertungsleitfaden VFP5.doc
Bewertungsleitfaden zur Version Microsoft Visual FoxPro 5.0 - übersetzt von der dFPUG
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
28.10.2002
|
Autor:
Microsoft Corporation
|
Bewertungsleitfaden VFP 6.0
Bewertungsleitfaden VFP 6.doc
Bewertungsleitfaden zur Version Microsoft Visual FoxPro 6.0 - übersetzt von der dFPUG
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Microsoft Corporation
|
Bewertungsleitfaden VFP 6.0
Bewertungsleitfaden VFP 6.pdf
Bewertungsleitfaden zur Version Microsoft Visual FoxPro 6.0 - übersetzt von der dFPUG (PDF-Version)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
28.10.2002
|
Autor:
Microsoft Corporation
|
Bewertungsleitfaden VFP 7.0
Bewertungsleitfaden VFP7.doc
Bewertungsleitfaden zur Version Microsoft Visual FoxPro 7.0 - übersetzt von der dFPUG
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Microsoft Corporation
|
BitAnd() Method
BitAnd.doc
Receives two integers and returns the result of a bitwise and operation
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
BitLShift() Method
BitLShift.doc
Receives and integer expression and position as parameter and returns the result of shifting the bits to the left for the specified number of positions
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
BitNot() Method
BitNot.doc
Receives and integer and returns the negation
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
BitOr() Method
BitOr.doc
Receives two integers and returns the result of a bitwise or operation
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
BitRShift() Method
BitRShift.doc
Receives and integer expression and position as parameter and returns the result of shifting the bits to the left for the specified number of positions
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
BitTest() Method
BitTest.doc
Receives an integer value and position as parameter and returns the specified bit in that position.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
BOF() Method
BOF.doc
Receives the current position and DataView as parameters and returns a boolean specifying if it is the first record
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Browse() Method
Browse.doc
Receives a DataView as a parameter and displays it in a Browse Form
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Building the Best Visual Studio Database Applications
goleyte8.ppt
Session from Microsoft TechEd 98 describing and comparing all languages in Visual Studio with a special look at Microsoft Visual FoxPro
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
George F. Goley IV
|
CapsLock() Method
CapsLock.doc
Toggles the value of the CapsLock
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CDOW() Method
CDOW.doc
Receives a date in string format as a parameter and returns the current day of week as a string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Ceiling() Method
Ceiling.doc
Returns an ceiling value from a number (Use Math.Celing() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Chr() Method
Chr.doc
Receives an integer ANSI code and returns a character associated with it
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ChrTran() Method
ChrTran.doc
Replaces each character in a character expression that matches a character in a second character expression with the corresponding character in a third character expression
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CMonth() Method
CMonth.doc
Receives a DateTime as a parameter and returns the current month formatted as a string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
common Class
Common.doc
This is a class that contains methods that represent a variety of Visual Foxpro functions.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Cos() Method
Cos.doc
Returns the Cosine of an angle(Use Math.Cos() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Count() Method
Count.doc
Returns the number of records in the DataView. If a filter condition is passed as a parameter, the function returns the count for that condition
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CPConvert() Method
CPConvert.doc
Converts a string in one CodePage to another. This method receives three parameters; a string which is to be converted, the current code page number and the new code page number.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CPCurrent() Method
CPCurrent.doc
Returns the default CodePage being used. (Currently, the optional parameter that returns Application or OS codepage is not implemented.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CreateBinary() Method
CreateBinary.doc
Converts character type data to binary type character string. Just a place holder function as this becomes irrelevent now.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CreateObject() Method
CreateObject.doc
There are couple of ways in which the functionality of CreateObject() is achieved in the .NET Framework. Please check the example section for further details.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CreateObjectEx() Method
CreateObjectEx.doc
Please refer further documentation in the .NET Framework on: Activator.CreateInstance() and Activator.CreateComInstance() Note: Please review GetInterface() to see how an Excel.Application can be created in .NET
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CTOD() Method
CTOD.doc
Receives a date in string format as a parameter and converts it to a DateTime format
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CTOT() Method
CTOT.doc
Receives a date in string format as a parameter and converts it to a DateTime format
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CurDir() Method
CurDir.doc
Returns the current directory. (In VFP, CurDir() receives a parameter for the volume/drive. This has not been implemented.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CursorToXML() Method
CursorToXML.doc
Receives a DataSet and file name as a parameter and saves the xml of the DataSet to a file. Returns the number of bytes copied.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
CurVal() Method
CurVal.doc
Receives a field name and DataRow as parameters and returns the value in string format. If you want to convert your values into specific datatypes then cast the return value. example: int iid = (int)oRow["iid"];
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Date() Method
Date.doc
Returns the current Date in System.DateTime format. (Use System.DateTime.Today instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
dates Class
Dates.doc
This is a class that contains methods that represent the Visual Foxpro date functions.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DateTime() Method
DateTime.doc
Returns the current DateTime in System.DateTime format. (Use System.DateTime.Now instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Day() Method
Day.doc
Returns the current Day from a DateTime (Use MyDate.Day instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DefaultExt() Method
DefaultExt.doc
Receives a file name and extension as parameters. If the file name does not have an extension then adds the extension. If the file has a different extension then changes that extension to the new extension.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Delete() Method
Delete.doc
Receives a record number and DataView as parameters and deletes that record
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DeleteAll() Method
DeleteAll.doc
Deletes all the records in the DataView
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Deleted() Method
Deleted.doc
Receives a record number and DataView as parameters and specifies if that record is marked as deleted in the DataView
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DeleteFor() Method
DeleteFor.doc
Receives a filter expression as a parameter and deletes all the records for that filter condition
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Descending() Method
Descending.doc
Receives a DataView as a parameter and returns if the current order in the DataView is descending
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
dialogs Class
Dialogs.doc
This is a class that contains methods that represent the Visual Foxpro functions that call up Windows dialogs (GETFILE(), etc.).
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Directory() Method
Directory.doc
Receives a path as a parameter and returns true if a directory exists otherwise returns false
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DiskSpace() Method
DiskSpace.doc
Receives a drive as a parameter and returns the diskspace available on that drive
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DisplayPath() Method
DisplayPath.doc
Receives a filename with path and maxlength as parameters and returns a truncated version of the path for display purposes
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DMY() Method
DMY.doc
Receives a DateTime as a parameter and returns a string formatted as a DMY
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Do() Method
Do.doc
An example of how the Do() functionality is achieved in .NET is included.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DoDefault() Method
DoDefault.doc
The functionality of DoDefault() to call the parent class's default behavior can be achieved by calling base.MethodName().
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Dokumentation VFX AFX Wizard
VFXAFXWizard.doc
Mit dem VFX AFX-Wizard können sie VFX-Masken, welche mit dem Form Wizard erzeugt wurden, in internetfähige DHMTL Masken umwandeln.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
20.03.2022
|
Autor:
Peter Herzog
|
DOW() Method
DOW.doc
Receives a date as a parameter and returns an integer specifying the day of the week for that date
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DriveType() Method
Drive Type.doc
Receives a drive letter as a parameter and returns a numeric value that indicates the type of drive.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DTOC() Method
DTOC.doc
Receives a Date as a parameter and returns a string of that date. (Use MyDate.ToShortDateString() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DTOR() Method
DTOR.doc
Receives degrees as a parameter and converts it to radiants
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DTOS() Method
DTOS.doc
Receives a DateTime as a parameter and returns a DTOS formatted string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
DTOT() Method
DTOT.doc
This is simply a placeholder. VFP had Date and DateTime as separate datatypes. Now there is no difference here as there is only a single datatype; DateTime.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
EditSource() Method
EditSource.doc
The functionality of EditSource() can be achieved by writing a macro for the IDE. A sample is included in example section.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Empty() Method
Empty.doc
Returns a logical value indicating if an integer is 0 or not.
Returns a logical value indicating if a long is 0 or not.
Returns a logical value indicating if a double is 0 or not.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
environment Class
Environment.doc
This is a class that contains methods that represent the Visual Foxpro functions that query environmental information (GETENV(), SYSMETRIC(), etc.).
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
EOF() Method
EOF.doc
Receives the current position and DataView as parameters and returns a boolean specifying if it is the last record
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Exp() Method
Exp.doc
Returns a number raised to the specified power (Use Math.Exp() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FChSize() Method
FChSize.doc
Receives a FileStream and new size as parameters and changes the size of the FileStream
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FClose() Method
FClose.doc
Closes the FileStream
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FCount() Method
FCount.doc
Receives a DataView as a parameter and returns the number of columns in that view
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FCreate() Method
FCreate.doc
Creates a new file and returns a FileStream object back
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FDate() Method
FDate.doc
Returns a string containing the last modification date for a file
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FEOF() Method
FEOF.doc
Returns a bool value indicating if we have reached the end of the FileStream
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FFlush() Method
FFlush.doc
Flushes the contents of the FileStream object
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Field() Method
Field.doc
Receives a Field Position and DataView as parameters and returns the field name otherwise returns a blank
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
File() Method
File.doc
Receives a file name with path as a parameter and returns true if the file exists otherwise false
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
files Class
Files.doc
This is a class that contains methods that represent the Visual Foxpro directory and low-level file functions.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FileToStr() Method
FileToString.doc
Receives a file name as a parameter and returns the contents of that file as a string.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Filter() Method
Filter.doc
Returns a string that specifies the current filter condition
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Floor() Method
Floor.doc
Returns an Floor value from a number (Use Math.Floor() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FOpen() Method
FOpen.doc
Receives a file name as a parameter and returns a FileStream back after opening the file
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ForceExt() Method
ForceEtxt.doc
Receives a file name and extension as parameters. If the file name does not have an extension then adds the extension. If the file has a different extension then changes that extension to the new extension. (Forces the file to have then new extension)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ForcePath() Method
ForcePath.doc
Receives a file name and path as parameters and returns a file name with a new path name substituted for the old one
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Found() Method
Found.doc
Returns a bool indicating the status of the last search/seek operation
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FPuts() Method
FPuts.doc
Receives a FileStream and a string as parameters and adds the string to the FileStream and then appends a carriage return followed by a line feed
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FRead() Method
FRead.doc
Receives a FileStream and Bytes as parameters. The function reads the FileStream starting from the current position until the number of specified bytes and returns a string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FSeek() Method
FSeek.doc
Positions the position of the pointer to a specific location in the FileStream
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FTime() Method
FTime.doc
Returns a string containing the last modification time for a file
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FullPath() Method
FullPath.doc
Receives a filename as a parameter and returns a fully qualified path for the filename/path. (Please note that the last two parameters nMsDosPath and cFileName2 are not implemented.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
FWrite() Method
FWrite.doc
Receives a FileStream and string as parameters and writes a string to a FileStream
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetColor() Method
GetColor.doc
Displays the Color Dialog box and instead of returning a color code this function returns the actual color object. It receives a color object as a parameter and opens the dialog with that color selected
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetDir() Method
GetDir.doc
Displays a dialog box that allows to select a directory. Please note that this is not fully implemented as currently it asks the user to select a file and then extracts the directory part from it.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetEnv() Method
GetEnv.doc
Returns the current value of the OS environment variable. This method forwards the call to the private method _GetEnv()
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetFile() Method
GetFile.doc
Displays the File Open dialog box and returns the name of the file you select as a string along with path.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetFont() Method
GetFont.doc
Calls the windows font dialog box. In this case instead of returning a font in the form of a string such as "Arial,10,N", a font object is returned. The font object exposes properties such as name, size, style, bold, font-family, strikeout etc. which we can use to perform better font related manipulations.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetInterface() Method
GetInterface.doc
GetInterface() can be achieved by adding object references through the "Add References" tab to achieve early binding. An example of how an Excel object is accessed from .NET Framework is included in the example section.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetObject() Method
GetObject.doc
Please refer further documentation in the .NET Framework on Activator.GetObject() Note: Please review GetInterface() to see how an Excel.Application can be created in .NET
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetPem() Method
GetPem.doc
Returns a bool specifying whether a property/method/event exists in an object. (Currently this method does not implement all the parameters.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetPict() Method
GetPict.doc
Displays the file open dialog box with specific file types for pictures.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetPrinter() Method
GetPrinter.doc
Displays the Print dialog box and returns a string with the name of the selected printer
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetWordCount() Method
GetWordCount.doc
Receives a string as a parameter and counts the number of words in that string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GetWordNumb() Method
GetWordNumb.doc
Based on the position specified, returns a word from a string Receives a string as a parameter and counts the number of words in that string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
GoMonth() Method
GoMonth.doc
Receives a date and number of months as parameters and adds that many months to the date and returns the new date.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
help Class
Help.doc
This is a class that contains methods that represent the Visual Foxpro functions that did not fit into the categories the other classes in the toolkit.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Home() Method
Home.doc
Returns the startup directory
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Hour() Method
Hour.doc
Returns the current Hour from a DateTime (Use MyDate.Hour instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
ID() Method
ID.doc
Returns the name of the machine and the user name
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IIF() Method
IIf.doc
The functionality of IIF() can be achieved by using the ? : syntax as follows
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IndexSeek() Method
IndexSeek.doc
As ADO.NET does not support current position of cursors. This functions performs the same action as that of a seek
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
InList() Method
InList.doc
Receives an expression and a list of values as parameter and returns a true if the expression exists in the list. Please note that the Visual FoxPro's InList() function has a limitation of 23 items whereas this one does not have a limitation on the number of items passed.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
InsMode() Method
InsMode.doc
Toggles the value of the Insert Key
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Int() Method
Int.doc
Converts a double to an integer (Use (int)MyNumber instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Interview "FoxPro Familie ist und bleibt Microsoft's Strategie"
Interview Appel.doc
Interview mit dem Produktmanager von Microsoft zur Strategie von Microsoft bezüglich Visual FoxPro (ab Version 3.0)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Thomas Appel
|
IsAlpha() Method
IsAlpha.doc
Returns a bool indicating if the first character in a string is an alphabet or not
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsBlank() Method
IsBlank.doc
Returns a logical value indicating if an integer is 0 or not. Returns a logical value indicating if a long is 0 or not. Returns a logical value indicating if a double is 0 or not
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsDigit() Method
IsDigit.doc
Receives a string as a parameter and returns a bool indicating if the left most character in the string is a valid digit.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsLower() Method
IsLower.doc
Checks if the first character of a string is a lowercase char and if so then returns true
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsMouse() Method
IsMouse.doc
Returns a bool specifying if a mouse hardware is present or not
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsNull() Method
IsNull.doc
Returns a bool indicating if the object is null or not
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsReadOnly() Method
IsReadOnly.doc
Receives a DataView as a parameter and specifies if it is in read-only mode or not
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
IsUpper() Method
IsUpper.doc
Checks if the first character of a string is an uppercase and if so then returns true
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
JustDrive() Method
JustDrive.doc
Receives a path as a parameter and returns only the drive part
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
JustExt() Method
JustExt.doc
Receives a FileName as a parameter and returns the extension of that file
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
JustFName() Method
JustFName.doc
Returns the only the file name with extension from a fully qualified path
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
JustPath() Method
JustPath.doc
Receives a path as a parameter and returns only the path part without the file name.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
JustStem() Method
JustStem.doc
Returns the file name part without extension from a Path\FileName.ext string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
KeyBoard() Method
KeyBoard.doc
Receives a key (string format) as a parameter and sends the key to the currently active form.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Left() Method
Left.doc
Receives a string and the number of characters as parameters and returns the specified number of leftmost characters of that string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Leitfaden Datenbankauswahl
Leitfaden Datenbankauswahl.doc
Leitfaden zur Datenbankauswahl zwischen den verschiedenen Microsoft-Produkten SQL-Server, Access, Visual FoxPro und Visual Basic. Originaltitel "Choosing the Appropriate Database Development Tool".
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Microsoft Corporation
|
Len() Method
Len.doc
Receives a string as a parameter and returns the length of the string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
LocFile() Method
LocFile.doc
Receives a file name as a parameter and searches for that file. If the file is found then the file name with full path is returned otherwise the GetFile() dialog box is invoked. (Please note that not all parameters are implemented.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Log() Method
Log.doc
Returns the Log of a specified number (Use Math.Log() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Log10() Method
Log10.doc
Returns the base 10 Log of a specified number (Use Math.Log10() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Lookup() Method
Lookup.doc
Receives a ReturnField, SearchExpression and field to be searched a as parameters. The function looks up a value and returns the value of the ReturnField on a successful search. The function maintains the last Order() of the view. Please note that unlike the VFP Lookup() command this one receives the ReturnField and SearchField as strings.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Lower() Method
Lower.doc
Receives a string as a parameter and converts it to lowercase
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
LTrim() Method
LTrim.doc
Removes the leading spaces in cExpression
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
math Class
Math.doc
This is a class that contains methods that represent the Visual Foxpro math functions (ATAN(), etc.).
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Max() Method
Max.doc
Receives two numbers as parameters and returns the Max number
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
MDY() Method
MDY.doc
Receives a DateTime as a parameter and returns a formatted string in MDY format
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
MemLines() Method
MemLines.doc
Returns the number of lines in a string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
MessageBox() Method
MessageBox.doc
Receives a message, title and format number as parameters and displays a MessageBox
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Min() Method
Min.doc
Receives two numbers as parameters and returns the Lower number
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Minute() Method
Minute.doc
Returns the current Minute from a DateTime (Use MyDate.Minute instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
MLine() Method
MLine.doc
Receives a string and a line number as parameters and returns the specified line in that string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Mod() Method
Mod.doc
Returns the Mod of two numbers.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Month() Method
Month.doc
Returns the current Month from a DateTime (Use MyDate.Month instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
MTON() Method
MTON.doc
Converts a decimal value to double (use (double)MyDecimalValue instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
NewObject() Method
NewObject.doc
There are couple of ways in which the functionality of NewObject() is achieved in the .NET Framework. Please check the example section for further details.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
NTOM() Method
NTOM.doc
Converts a double value to decimal (use (decimal)MyValue instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
NumLock() Method
NumLock.doc
Toggles the status of the NumLock Key
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
NVL() Method
NVL.doc
Receives two objects as parameters and returns the one which is not null. If both of them are null then returns a null, if the first one is not null then returns the first object.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Occurs() Method
Occurs.doc
Returns the number of occurences of a character within a string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Order() Method
Order.doc
Returns the current order used to perform searches on the DataView
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
OS() Method
OS.doc
Returns a string containing the current Operating System name
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PadC() Method
PadC.doc
Receives a string and the length of the result string as parameters. Pads blank characters on the both sides of this string and returns a string with the length specified.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PadL() Method
PadL.doc
Receives a string and the length of the result string as parameters. Pads blank characters on the left of this string and returns a string with the length specified.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PadR() Method
PadR.doc
Receives a string and the length of the result string as parameters. Pads blank characters on the right of this string and returns a string with the length specified.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Parameters() Method
Parameters.doc
Receives a MethodInfo as a parameter and forwards the call to PCount to get the number of parameters for that method
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PCount() Method
PCount.doc
Receives a MethodInfo as a parameter and returns the number of parameters for that method. Instead of calling this method by passing the MethodInfo you can also use Reflection.MethodBase.GetCurrentMethod().GetParameters().Length; right from your method to get the parameter count.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PI() Method
PI.doc
Returns the value of PI (Use Math.PI instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PrintStatus() Method
PrintStatus.doc
Returns true if the printer is online, otherwise it returns a false.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Proper() Method
Proper.doc
Receives a string as a parameter and returns the string in Proper format (makes each letter after a space capital)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PrtInfo() Method
PrtInfo.doc
Instead of receiving various parameters and returning strings with various page settings, this function now returns the PageSettings object.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
PutFile() Method
PutFile.doc
Calls the Save As dialog box and returns the file name you specify. (Please note that not all the parameters are implemented.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Quarter() Method
Quarter.doc
Receives a date time as a parameter and returns an integer with the quaters the date falls in
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Random() Method
Random.doc
Receives a seed as a parameter and returns a random number.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
RAt() Method
RAt.doc
Receives two strings as parameters and searches for one string within another. The search is performed starting from Right to Left and if found, returns the beginning numeric position otherwise returns 0
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
RAtLine() Method
RAtLine.doc
Receives a search expression and string to search as parameters and returns an integer specifying the line where it was found. This function starts it search from the end of the string.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Recall() Method
Recall.doc
Recalls all the changes made to the data. If a record is deleted then it undeletes the record
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
RecCount() Method
RecCount.doc
Returns the number of records in the DataView. If you have a filter condition on the DataView then the number of records returned is after applying the filters.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Replicate() Method
Replicate.doc
Receives a string expression and a numeric value indicating number of time and replicates that string for the specified number of times.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
RGB() Method
RGB.doc
This method receives three parameters and returns a color object from those values. In VFP, this method returned a value whereas, in this case we are actually returning a System.Drawing.Color object.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Right() Method
Right.doc
Receives a string and the number of characters as parameters and returns the specified number of rightmost characters of that string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Round() Method
Round.doc
Rounds a number and returns it back. (Use Math.Round() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
RTOD() Method
RTOD.doc
Receives radiants as a parameter and converts it to degrees
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
RTrim() Method
RTrim.doc
Removes the trailing spaces in cExpression
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Sample Chapter 04 - A Visual Basic.NET framework
Sample Chapter 4 - A Visual Basic.NET framework.pdf
Sample Chapter from Les Pinters booktitle "From Visual FoxPro to Visual Basic". In this chapter, we’ll build a simple application framework for Visual Basic .NET forms applications that use SQL Server. You’ll see how object-oriented techniques can greatly reduce development time and cost, and simplify your job. If you thought Visual Basic .NET was a lot harder than Visual FoxPro, I think you’ll be pleasantly surprised.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
15.09.2004
|
Autor:
Les Pinter
|
Sec() Method
Sec.doc
Returns the current second from a DateTime (Use MyDate.Second instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Seconds() Method
Seconds.doc
Returns the number of seconds since midnight
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Seek() Method
Seek.doc
Receives a string value and a DataView as parameters and searches the DataView for that string using the current sort order. Unlike VFP, this function does not change the position of the record but returns the record number if a seek is successful. The function returns a -1 if the seek is unsuccessful
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Select() Method
Select.doc
Receives a DataView as a parameter and specifies that for all the operations that follow this will now be the default DataView
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Set() Method
Set.doc
Receives a command type as a parameter and returns the current status of SetFilter(), SetOrder() etc
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SetFilterTo() Method
SetFilterTo.doc
Receives a Filter expression and a DataView as parameters and applies that filter to the DataView
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SetOrderTo() Method
SetOrderTo.doc
Receives a field name as a parameter and updates the order of sort in the DataView
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Sign() Method
Sign.doc
Returns an integer sign (0,1 or 2) based on if the number is negative, zero or positive. (Use Math.Sign() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Sin() Method
Sin.doc
Returns the Sin of an angle (Use Math.Sin() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Space() Method
Space.doc
Receives an integer as a parameter and returns an empty string of that length
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SqlConnect() Method
SqlConnect.doc
Receives a connection string as a parameter and establishes a connection to the backend. Returns a connection object back
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SqlDisConnect() Method
SqlDisConnect.doc
Receives a OleDbConnection object as a parameter and closes it
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SqlStringConnect() Method
SqlStringConnect.doc
Receives a connection string as a parameter and establishes a connection to the backend. Returns a connection object back
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Str() Method
Str.doc
Receives an integer/decimal/double as a parameter and converts it to a string.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Str.Extract.doc
Receives a string along with starting and ending delimiters and returns the part of the string between the delimiters. Receives a beginning occurence to begin the extraction from and also receives a flag (0/1) where 1 indicates that the search should be case insensitive.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
strings Class
Strings.doc
This is a class that contains methods that represent the Visual Foxpro string functions (STRTRAN(), etc.).
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
StrToFile() Method
StrToFilde.doc
Receives a string and a file name as parameters and writes the contents of the string to that file
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
StrTran() Method
StrTran.doc
Searches one string into another string and replaces all occurences with a blank character.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Stuff() Method
Stuff.doc
Receives a string (cExpression) as a parameter and replaces a specified number of characters in that string (nCharactersReplaced) from a specified location (nStartReplacement) with a specified string (cReplacement)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SubStr() Method
SubStr.doc
Receives a string as a parameter and returns a part of the string based on the parameters specified.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
sys() Method
sys.doc
Visual FoxPro Sys() function receives an int as a parameter and returns a string containing the requested contents. (Please note that all the sys parameters are not implemented.)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
SysMetric() Method
SysMetric.doc
Returns the size, height, width etc. of window elements. Receives an integer nWindowElement as a parameter and returns an integer with the size/presence of that element. Please note that currently 30 items are implemented and 4 are outstanding.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Tan() Method
Tan.doc
Returns the Tangent of an angle (Use Math.Tan() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Time() Method
Time.doc
Returns the current time in string format from a DateTime.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Trim() Method
Trim.doc
Removes leading and trailing spaces from cExpression
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
TTOC() Method
TTOC.doc
Receives a Date as a parameter and returns a string of that date and time. (Use MyDate.ToShortDateString() and MyDate.ToShortTimeString() instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
TTOD() Method
TTOD.doc
Converts a DateTime expression to a short date string
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Type() Method
Type.doc
Returns the type of the object. (Please note that currently this method does not receive a string and then evaluates the type of object. It simply forwards the call to VarType(oObj).
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Upper() Method
Upper.doc
Receives a string as a parameter and converts it to uppercase
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Val() Method
Val.doc
Receives a string and converts it to an integer
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
VarType() Method
VarType.doc
Receives an object (string, int etc.) as a parameter and returns the datatype of that object. Unlike VFP, this method returns the .NET type. So, for a string object it will return "System.String" and not "C". This will allow you to get the type of any object including custom classes you develop.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Version() Method
Version.doc
Returns the current version of this Visual FoxPro Toolkit for .NET.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
vfpData Class
vfpData.doc
Requirements Namespace: VFPToolkit Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
Assembly: VFPToolkit (in VFPToolkitNET.dll)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
VFX10 Visual Contact Manager
VCM.ppt
Vorstellung des Visual Contact Managers, einer umfangreichen VFX10.0-Beispielanwendung komplett auf CursorAdaptor und damit umschaltbar zwischen DBF und SQL-Server.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
20.03.2022
|
Autor:
Uwe Habermann
|
Visual FoxPro 7.0 – Auslieferung und Marketing
00-14 VFP 7 Auslieferung und Marketing.doc
1. Wir liefern Visual FoxPro zeitlich unabhängig aus und 2. wir verstärken das Marketing.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Robert Green
|
Visual FoxPro and Visual Basic
shootout.ppt
Comparison of Visual Basic and Visual FoxPro as Database Development Environments for local data and Client/Server-applications
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Harold Chattaway
|
WBorder() Method
WBorder.doc
Returns a logical value indicating if a window has a border or not. When no parameter is specified this method returns WBorder() for the currently active form.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WDockable() Method
WDockable.doc
Returns a logical value indicating if a form is dockable or not. When no parameter is specified this method returns WDockable() for the currently active form.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WebCasts zu Visual FoxPro 9.0
vfpwebcasts.doc
Eine Serie von deutschen WebCasts wurden zwischen der dFPUG und Microsoft Deutschland vereinbart. Im Schnitt alle zwei Wochen findet eine entsprechende Übertragung mit einer Dauer von knapp einer Stunde statt. Hier die Übersicht über die gesamte Serie von Webcasts mit den Einzelbeschreibungen.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
13.03.2022
|
Autor:
Rainer Becker
|
Week() Method
Week.doc
Receives a DateTime as a parameter and returns the week of the year
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WFont() Method
WFont.doc
Returns a font object being used by the currently active window.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WMaximum() Method
WMaximum.doc
Returns a logical value indicating if a window is maximized or not. When no parameter is specified this method returns WMaximum() for the currently active form.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WMinimum() Method
WMinumum.doc
Returns a logical value indicating if a window is minimized or not. Instead of receiving a form caption as a parameter this method receives a form object as a parameter to make the determination.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WOnTop() Method
WOnTop.doc
Receives a window caption as a parameter and returns true if a form with that caption is the currently active window
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Working with WebServices
SDN_WebServices.ppt
How to create and consume WebServices in Visual FoxPro 7.0 to 9.0. Session at SDN September 2006 in Ede, Netherlands
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
13.03.2022
|
Autor:
Rainer Becker
|
Workshop Mehrebenenarchitektur mit Visual FoxPro
Booth WS 2001.doc
This seminar of three days will cover the multi-layered application architecture in detail from the conceptual model to an actual implementation using Visual FoxPro on all layers. The seminar will also demonstrate the benefits of the architecture by showing how various layers in the design can be replaced using other tools. Various data access technologies will be demonstrated. Data storage will included Visual FoxPro, SQL Server 2000 and a combination of both.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Jim Booth
|
Workshop Multi-tier Application Architectural Design
Multi.doc
This seminar of three days will cover the multi-layered application architecture in detail from the conceptual model to an actual implementation using Visual FoxPro on all layers. The seminar will also demonstrate the benefits of the architecture by showing how various layers in the design can be replaced using other tools. Various data access technologies will be demonstrated. Data storage will included Visual FoxPro, SQL Server 2000 and a combination of both.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
Jim Booth
|
WParent() Method
WParent.doc
Returns the parent of the currently active window.
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WTitle() Method
WTitle.doc
Returns the title of the currently active form. The VFP function receives an option window name as a string and returns the caption of the window. In our case the caption will be the same as a window name
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
WVisible() Method
WVisible.doc
Receives a window title as a parameter and determines if the form is the currently active form in the application
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
XMLToCursor() Method
XMLToCursor.doc
Receives an XML file and DataSet name as parameters and creates a DataSet Instead of returning the number of records this one returns the DataSet
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|
Year() Method
Year.doc
Returns the current Year from a DateTime (Use MyDate.Year instead)
Diskutieren | Abonnieren
|
Aktionen einblenden
|
Geändert:
30.11.2020
|
Autor:
|