2013-03-24 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/hbct/doc/en/*.txt
  * contrib/hbgt/doc/en/hbgt.txt
  * contrib/hbmisc/doc/en/*.txt
  * contrib/hbziparc/doc/en/hbziparc.txt
  * contrib/rddads/doc/en/adsfuncs.txt
  * doc/en/*.txt
    ! space after comma
    ! unicode fix
    ! minor corrections

  * extras/template/tests/hbmk.hbm
    * cleaned recently added comment
This commit is contained in:
Viktor Szakats
2013-03-24 20:22:55 +01:00
parent 951fa0bb0c
commit ec87fbc449
71 changed files with 495 additions and 481 deletions

View File

@@ -57,7 +57,7 @@
$FILES$
Library is core
$SEEALSO$
AAdd(),ADel(),AFill(),AIns()
AAdd(), ADel(), AFill(), AIns()
$END$
*/
@@ -103,7 +103,7 @@
$FILES$
Library is core
$SEEALSO$
AIns(),ASize()
AIns(), ASize()
$END$
*/
@@ -146,7 +146,7 @@
$FILES$
Library is core
$SEEALSO$
AAdd(),ADel(),AFill(),AIns()
AAdd(), ADel(), AFill(), AIns()
$END$
*/
@@ -181,7 +181,7 @@
$FILES$
Library is core
$SEEALSO$
Len(),Array(),ASize(),AAdd()
Len(), Array(), ASize(), AAdd()
$END$
*/
@@ -225,7 +225,7 @@
$FILES$
Library is core
$SEEALSO$
AAdd(),ACopy(),ADel(),AEval(),AFill(),ASize()
AAdd(), ACopy(), ADel(), AEval(), AFill(), ASize()
$END$
*/
@@ -254,7 +254,7 @@
given subscript position <nPos> will move up one position in the
array. In other words, what was formerly the sixth subscript position
will become the fifth subscript position. The length of the array
<aArray> will remain unchanged,as the last element in the array will
<aArray> will remain unchanged, as the last element in the array will
become a NIL data type.
$EXAMPLES$
LOCAL aArray := { "Harbour", "is", "Power" }
@@ -266,7 +266,7 @@
$FILES$
Library is core
$SEEALSO$
ACopy(),AIns(),AFill()
ACopy(), AIns(), AFill()
$END$
*/
@@ -316,7 +316,7 @@
$FILES$
Library is core
$SEEALSO$
AAdd(),AEval(),dbStruct(),Directory()
AAdd(), AEval(), dbStruct(), Directory()
$END$
*/
@@ -422,7 +422,7 @@
$FILES$
Library is core
$SEEALSO$
Eval(),dbEval()
Eval(), dbEval()
$END$
*/
@@ -461,7 +461,7 @@
<nCount> is the number of elements to be copied from <aSource>;
the default is the entire array.
<nTargetPos> is the subscript number in the target array,<aTarget>,
<nTargetPos> is the subscript number in the target array, <aTarget>,
to which array elements are to be copied; the default is 1
This function will copy all data types in <aSource> to <aTarget>.
@@ -489,7 +489,7 @@
$FILES$
Library is core
$SEEALSO$
AClone(),ADel(),AEval(),AFill(),AIns(),ASort()
AClone(), ADel(), AEval(), AFill(), AIns(), ASort()
$END$
*/
@@ -519,11 +519,11 @@
$EXAMPLES$
LOCAL aOne, aTwo
aOne := { "Harbour", " is ", "POWER" }
aTwo := AClone( aOne ) // Result: aTwo is {"Harbour"," is ","POWER"}
aTwo := AClone( aOne ) // Result: aTwo is { "Harbour", " is ", "POWER" }
aOne[ 1 ] := "The Harbour Compiler"
// Result:
// aOne is { "The Harbour Compiler", " is ", "POWER" }
// aTwo is { "Harbour"," is ","POWER" }
// aTwo is { "Harbour", " is ", "POWER" }
$STATUS$
R
$COMPLIANCE$
@@ -531,7 +531,7 @@
$FILES$
Library is core
$SEEALSO$
ACopy(),ADel(),AIns(),ASize()
ACopy(), ADel(), AIns(), ASize()
$END$
*/
@@ -597,6 +597,6 @@
$FILES$
Library is core
$SEEALSO$
AScan(),Eval(),SORT
AScan(), Eval(), SORT
$END$
*/

View File

@@ -65,7 +65,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2U(),I2Bin(),L2Bin(),W2Bin(),Word(),U2Bin(),FRead()
Bin2I(), Bin2L(), Bin2U(), I2Bin(), L2Bin(), W2Bin(), Word(), U2Bin(), FRead()
$END$
*/
@@ -127,7 +127,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2L(),Bin2U(),Bin2W(),I2Bin(),L2Bin(),W2Bin(),Word(),U2Bin(),FRead()
Bin2L(), Bin2U(), Bin2W(), I2Bin(), L2Bin(), W2Bin(), Word(), U2Bin(), FRead()
$END$
*/
@@ -186,7 +186,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2U(),Bin2W(),I2Bin(),L2Bin(),W2Bin(),Word(),U2Bin(),FRead()
Bin2I(), Bin2U(), Bin2W(), I2Bin(), L2Bin(), W2Bin(), Word(), U2Bin(), FRead()
$END$
*/
@@ -245,7 +245,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2W(),I2Bin(),L2Bin(),W2Bin(),Word(),U2Bin(),FRead()
Bin2I(), Bin2L(), Bin2W(), I2Bin(), L2Bin(), W2Bin(), Word(), U2Bin(), FRead()
$END$
*/
@@ -313,7 +313,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2U(),Bin2W(),L2Bin(),W2Bin(),Word(),U2Bin(),FWrite()
Bin2I(), Bin2L(), Bin2U(), Bin2W(), L2Bin(), W2Bin(), Word(), U2Bin(), FWrite()
$END$
*/
@@ -356,7 +356,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2U(),Bin2W(),I2Bin(),L2Bin(),Word(),U2Bin(),FWrite()
Bin2I(), Bin2L(), Bin2U(), Bin2W(), I2Bin(), L2Bin(), Word(), U2Bin(), FWrite()
$END$
*/
@@ -399,7 +399,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2U(),Bin2W(),I2Bin(),W2Bin(),Word(),U2Bin(),FWrite()
Bin2I(), Bin2L(), Bin2U(), Bin2W(), I2Bin(), W2Bin(), Word(), U2Bin(), FWrite()
$END$
*/
@@ -442,7 +442,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2U(),Bin2W(),I2Bin(),L2Bin(),W2Bin(),Word(),FWrite()
Bin2I(), Bin2L(), Bin2U(), Bin2W(), I2Bin(), L2Bin(), W2Bin(), Word(), FWrite()
$END$
*/

View File

@@ -193,7 +193,7 @@
Header files are dbedit.ch, inkey.ch
Library is core
$SEEALSO$
@...SAY,Browse(),TBrowse class,Transform()
@...SAY, Browse(), TBrowse class, Transform()
$END$
*/
@@ -270,7 +270,7 @@
$FILES$
Library is core
$SEEALSO$
dbEdit()*,TBrowse class
dbEdit()*, TBrowse class
$END$
*/
@@ -314,7 +314,7 @@
$FILES$
Library is core
$SEEALSO$
Browse(),TBColumn class,TBrowse class,TBrowseNew()
Browse(), TBColumn class, TBrowse class, TBrowseNew()
$END$
*/
@@ -358,6 +358,6 @@
$FILES$
Library is core
$SEEALSO$
dbSkip(),SKIP
dbSkip(), SKIP
$END$
*/

View File

@@ -21,7 +21,7 @@
$ONELINER$
Define a Class for Object Oriented Programming
$SYNTAX$
[CREATE] CLASS <ClassName> [ <FROM, INHERIT> <SuperClass1> [,<SuperClassN>] ] [STATIC]
[CREATE] CLASS <ClassName> [ <FROM, INHERIT> <SuperClass1> [, <SuperClassN>] ] [STATIC]
$ARGUMENTS$
<ClassName> Name of the class to define. By tradition, Harbour
classes start with "T" to avoid collisions with user-
@@ -83,7 +83,7 @@
$PLATFORMS$
All
$SEEALSO$
HBClass(),Object Oriented Programming,VAR,METHOD
HBClass(), Object Oriented Programming, VAR, METHOD
$END$
*/
@@ -99,7 +99,7 @@
$ONELINER$
Alternate syntax for VAR: instance variable for the objects.
$SYNTAX$
VAR <DataName1> [,<DataNameN>] [ AS <type> ] [ INIT <uValue> ]
VAR <DataName1> [, <DataNameN>] [ AS <type> ] [ INIT <uValue> ]
[[EXPORTED | VISIBLE] | [PROTECTED] | [HIDDEN]] [READONLY | RO]
$ARGUMENTS$
<DataName1> Name of the VAR
@@ -164,7 +164,7 @@
$PLATFORMS$
All
$SEEALSO$
Object Oriented Programming,CLASS,METHOD,CLASS VAR,VAR
Object Oriented Programming, CLASS, METHOD, CLASS VAR, VAR
$END$
*/
@@ -180,7 +180,7 @@
$ONELINER$
Define a CLASS VAR variable for a class (NOT for an Object!)
$SYNTAX$
CLASS VAR <DataName1> [,<DataNameN>] [ AS <type> ] [ INIT <uValue> ]
CLASS VAR <DataName1> [, <DataNameN>] [ AS <type> ] [ INIT <uValue> ]
$ARGUMENTS$
<DataName1> Name of the VAR
@@ -213,7 +213,7 @@
$PLATFORMS$
All
$SEEALSO$
Object Oriented Programming,CLASS,METHOD,VAR
Object Oriented Programming, CLASS, METHOD, VAR
$END$
*/
@@ -322,7 +322,7 @@
$PLATFORMS$
All
$SEEALSO$
HBClass(),Object Oriented Programming,VAR,CLASS
HBClass(), Object Oriented Programming, VAR, CLASS
$END$
*/
@@ -378,7 +378,7 @@
$PLATFORMS$
All
$SEEALSO$
METHOD,VAR,CLASS,Object Oriented Programming
METHOD, VAR, CLASS, Object Oriented Programming
$END$
*/
@@ -413,7 +413,7 @@
$PLATFORMS$
All
$SEEALSO$
Object Oriented Programming,ON ERROR,CLASS,METHOD,VAR
Object Oriented Programming, ON ERROR, CLASS, METHOD, VAR
$END$
*/
@@ -449,7 +449,7 @@
$PLATFORMS$
All
$SEEALSO$
Object Oriented Programming,ERROR HANDLER,CLASS,METHOD,VAR
Object Oriented Programming, ERROR HANDLER, CLASS, METHOD, VAR
$END$
*/
@@ -482,6 +482,6 @@
$PLATFORMS$
All
$SEEALSO$
Object Oriented Programming,CLASS,METHOD,VAR
Object Oriented Programming, CLASS, METHOD, VAR
$END$
*/

View File

@@ -3,8 +3,8 @@
* www - http://harbour-project.org
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: CDoW(),CMonth(),Date(),CToD(),Day(),Days()
* DoW(),DToS(),DToC(),ElapTime(),Month(),Seconds(),Secs(),Time(),Year()
* Documentation for: CDoW(), CMonth(), Date(), CToD(), Day(), Days()
* DoW(), DToS(), DToC(), ElapTime(), Month(), Seconds(), Secs(), Time(), Year()
* See COPYING.txt for licensing terms.
*
*/
@@ -45,7 +45,7 @@
$FILES$
Library is core
$SEEALSO$
Day(),DoW(),Date(),CMonth()
Day(), DoW(), Date(), CMonth()
$END$
*/
@@ -67,7 +67,7 @@
$RETURNS$
<cMonth> The current month name
$DESCRIPTION$
This function returns the name of the month (January,February,etc.)
This function returns the name of the month (January, February, etc.)
from a date expression <dDate> passed to it.
If a NULL date is passed to the function, the value of the function
will be a NULL byte.
@@ -85,7 +85,7 @@
$FILES$
Library is core
$SEEALSO$
CDoW(),Date(),Month(),Year(),DoW(),DToC()
CDoW(), Date(), Month(), Year(), DoW(), DToC()
$END$
*/
@@ -120,7 +120,7 @@
$FILES$
Library is core
$SEEALSO$
CToD(),DToS(),DToC(),Day(),Month(),CMonth()
CToD(), DToS(), DToC(), Day(), Month(), CMonth()
$END$
*/
@@ -160,7 +160,7 @@
$FILES$
Library is core
$SEEALSO$
SET DATE,Date(),DToS()
SET DATE, Date(), DToS()
$END$
*/
@@ -196,7 +196,7 @@
$FILES$
Library is core
$SEEALSO$
CToD(),DToS(),DToC(),Date(),Month(),CMonth()
CToD(), DToS(), DToC(), Date(), Month(), CMonth()
$END$
*/
@@ -232,7 +232,7 @@
$FILES$
Library is core
$SEEALSO$
Seconds(),Secs(),ElapTime()
Seconds(), Secs(), ElapTime()
$END$
*/
@@ -268,7 +268,7 @@
$FILES$
Library is core
$SEEALSO$
DToC(),CDoW(),Date(),DToS(),Day()
DToC(), CDoW(), Date(), DToS(), Day()
$END$
*/
@@ -306,7 +306,7 @@
$FILES$
Library is core
$SEEALSO$
SET DATE,Date(),DToS()
SET DATE, Date(), DToS()
$END$
*/
@@ -342,7 +342,7 @@
$FILES$
Library is core
$SEEALSO$
DToC(),Date(),DToS()
DToC(), Date(), DToS()
$END$
*/
@@ -386,7 +386,7 @@
$FILES$
Library is core
$SEEALSO$
Secs(),Seconds(),Time(),Day()
Secs(), Seconds(), Time(), Day()
$END$
*/
@@ -423,7 +423,7 @@
$FILES$
Library is core
$SEEALSO$
CDoW(),DoW(),Year(),CMonth()
CDoW(), DoW(), Year(), CMonth()
$END$
*/
@@ -497,7 +497,7 @@
$FILES$
Library is core
$SEEALSO$
Seconds(),ElapTime(),Time()
Seconds(), ElapTime(), Time()
$END$
*/
@@ -532,7 +532,7 @@
$FILES$
Library is core
$SEEALSO$
Date(),Seconds()
Date(), Seconds()
$END$
*/
@@ -571,6 +571,6 @@
$FILES$
Library is core
$SEEALSO$
Day(),Month()
Day(), Month()
$END$
*/

View File

@@ -61,7 +61,7 @@
$FILES$
Library is rdd
$SEEALSO$
COPY STRUCTURE,COPY STRUCTURE EXTENDED,dbCreate(),dbStruct(),__dbCopyXStruct(),__dbCreate(),__dbStructFilter()
COPY STRUCTURE, COPY STRUCTURE EXTENDED, dbCreate(), dbStruct(), __dbCopyXStruct(), __dbCreate(), __dbStructFilter()
$END$
*/
@@ -111,7 +111,7 @@
$PLATFORMS$
All
$SEEALSO$
COPY STRUCTURE EXTENDED,dbCreate(),dbStruct(),__dbCopyStruct(),__dbCopyXStruct(),__dbCreate(),__dbStructFilter()
COPY STRUCTURE EXTENDED, dbCreate(), dbStruct(), __dbCopyStruct(), __dbCopyXStruct(), __dbCreate(), __dbStructFilter()
$END$
*/
@@ -189,7 +189,7 @@
$FILES$
Library is rdd
$SEEALSO$
COPY STRUCTURE,COPY STRUCTURE EXTENDED,CREATE,CREATE FROM,dbCreate(),dbStruct(),__dbCopyStruct(),__dbCreate()
COPY STRUCTURE, COPY STRUCTURE EXTENDED, CREATE, CREATE FROM, dbCreate(), dbStruct(), __dbCopyStruct(), __dbCreate()
$END$
*/
@@ -263,7 +263,7 @@
$PLATFORMS$
All
$SEEALSO$
COPY STRUCTURE,CREATE,CREATE FROM,dbCreate(),dbStruct(),__dbCopyStruct(),__dbCopyXStruct(),__dbCreate()
COPY STRUCTURE, CREATE, CREATE FROM, dbCreate(), dbStruct(), __dbCopyStruct(), __dbCopyXStruct(), __dbCreate()
$END$
*/
@@ -377,7 +377,7 @@
$FILES$
Library is rdd
$SEEALSO$
COPY STRUCTURE,COPY STRUCTURE EXTENDED,CREATE,CREATE FROM,dbCreate(),dbStruct(),__dbCopyStruct(),__dbCopyXStruct()
COPY STRUCTURE, COPY STRUCTURE EXTENDED, CREATE, CREATE FROM, dbCreate(), dbStruct(), __dbCopyStruct(), __dbCopyXStruct()
$END$
*/
@@ -452,7 +452,7 @@
$PLATFORMS$
All
$SEEALSO$
COPY STRUCTURE,COPY STRUCTURE EXTENDED,CREATE FROM,dbCreate(),dbStruct(),__dbCopyStruct(),__dbCopyXStruct(),__dbCreate()
COPY STRUCTURE, COPY STRUCTURE EXTENDED, CREATE FROM, dbCreate(), dbStruct(), __dbCopyStruct(), __dbCopyXStruct(), __dbCreate()
$END$
*/
@@ -520,7 +520,7 @@
$PLATFORMS$
All
$SEEALSO$
COPY STRUCTURE,COPY STRUCTURE EXTENDED,CREATE,dbCreate(),dbStruct(),__dbCopyStruct(),__dbCopyXStruct(),__dbCreate()
COPY STRUCTURE, COPY STRUCTURE EXTENDED, CREATE, dbCreate(), dbStruct(), __dbCopyStruct(), __dbCopyXStruct(), __dbCreate()
$END$
*/
@@ -615,7 +615,7 @@
Header file is dbstruct.ch
Library is rdd
$SEEALSO$
dbCreate(),dbStruct(),__dbCopyStruct(),__dbStructFilter()
dbCreate(), dbStruct(), __dbCopyStruct(), __dbStructFilter()
$END$
*/
@@ -702,6 +702,6 @@
Header file is dbstruct.ch
Library is rdd
$SEEALSO$
dbCreate(),dbStruct(),__dbCopyStruct(),__FLedit()*
dbCreate(), dbStruct(), __dbCopyStruct(), __FLedit()*
$END$
*/

View File

@@ -62,7 +62,7 @@
$FILES$
Library is core
$SEEALSO$
ADir(),Directory(),SET DEFAULT,DIR
ADir(), Directory(), SET DEFAULT, DIR
$END$
*/
@@ -115,7 +115,7 @@
$PLATFORMS$
All(LFN)
$SEEALSO$
ADir(),Directory(),SET DEFAULT,__Dir()*
ADir(), Directory(), SET DEFAULT, __Dir()*
$END$
*/
@@ -197,6 +197,6 @@
$FILES$
Library is core
$SEEALSO$
Array(),Directory(),SET DEFAULT
Array(), Directory(), SET DEFAULT
$END$
*/

View File

@@ -45,7 +45,7 @@
$COMPLIANCE$
C
$PLATFORMS$
DOS,Win,OS2
DOS, Win, OS2
$FILES$
Library is core
Header is fileio.ch
@@ -107,7 +107,7 @@
$COMPLIANCE$
H
$PLATFORMS$
DOS,Win,OS2,Unix
DOS, Win, OS2, Unix
$FILES$
Library is core
Header is fileio.ch

View File

@@ -37,6 +37,6 @@
$FILES$
Library is core
$SEEALSO$
ErrorBlock(),Error class
ErrorBlock(), Error class
$END$
*/

View File

@@ -35,7 +35,7 @@
returns its evaluated value. If their are multiple expressions within
the code block, the last expression will be value of this function.
If the code block requires parameters to be passed to it,they are
If the code block requires parameters to be passed to it, they are
specified in the parameter list <xVal> and following. Each parameter
is separated by a comma within the expression list.
$EXAMPLES$
@@ -57,6 +57,6 @@
$FILES$
Library is core
$SEEALSO$
AEval(),dbEval()
AEval(), dbEval()
$END$
*/

View File

@@ -55,7 +55,7 @@
64 FO_SHARED same as FO_DENYNONE
</table>
If there is an error in opening a file, a -1 will be returned by
If there is an error in opening a file, a F_ERROR will be returned by
the function. Files handles may be in the range of 0 to 65535. The
status of the SET DEFAULT TO and SET PATH TO commands has no effect
on this function. Directory names and paths must be specified along
@@ -76,7 +76,7 @@
Library is core
Header is fileio.ch
$SEEALSO$
FCreate(),FError(),FClose()
FCreate(), FError(), FClose()
$END$
*/
@@ -104,9 +104,9 @@
default value of <nAttribute> is 0 and is used to set the
attribute byte for the file being created by this function.
The return value will be a file handle that is associated
with the new file. This number will be between zero to 65,535,
with the new file. This number will be between zero to 65535,
inclusive. If an error occurs, the return value of this function
will be -1.
will be F_ERROR.
If the file <cFile> already exists, the existing file will be
truncated to a file length of 0 bytes.
@@ -118,10 +118,10 @@
<table>
<nAttribute> fileio.ch Meaning
0 FC_NORMAL Normal/Default,Read/Write
0 FC_NORMAL Normal/Default, Read/Write
1 FC_READONLY Read-only file attribute is set
2 FC_HIDDEN Hidden,Excluded from normal DIR search
4 FC_SYSTEM Create,Excluded from normal DIR search
2 FC_HIDDEN Hidden, Excluded from normal DIR search
4 FC_SYSTEM Create, Excluded from normal DIR search
</table>
$EXAMPLES$
#include "fileio.ch"
@@ -136,7 +136,7 @@
Library is core
Header is fileio.ch
$SEEALSO$
FClose(),FOpen(),FWrite(),FRead(),FError()
FClose(), FOpen(), FWrite(), FRead(), FError()
$END$
*/
@@ -201,7 +201,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2W(),FError(),FWrite()
Bin2I(), Bin2L(), Bin2W(), FError(), FWrite()
$END$
*/
@@ -302,7 +302,7 @@
33 Lock Violation
</table>
$DESCRIPTION$
After every low-level file function,this function will return
After every low-level file function, this function will return
a value that provides additional information on the status of
the last low-level file functions's performance. If the FError()
function returns a 0, no error was detected. Below is a table
@@ -320,7 +320,7 @@
$FILES$
Library is core
$SEEALSO$
FClose(),FErase(),FOpen(),FWrite()
FClose(), FErase(), FOpen(), FWrite()
$END$
*/
@@ -358,7 +358,7 @@
$FILES$
Library is core
$SEEALSO$
FOpen(),FCreate(),FRead(),FWrite(),FError()
FOpen(), FCreate(), FRead(), FWrite(), FError()
$END$
*/
@@ -408,7 +408,7 @@
$FILES$
Library is core
$SEEALSO$
FError(),FRename()
FError(), FRename()
$END$
*/
@@ -449,7 +449,7 @@
If the file specified in <cNewFile> exists or the file is open,
the function will be unable to rename the file. If the function
is unable to complete its operation,it will return a value of -1.
is unable to complete its operation, it will return a value of -1.
If it is able to rename the file, the return value for the function
will be 0. A call to FError() function will give additional infor-
mation about any error found.
@@ -466,7 +466,7 @@
$FILES$
Library is core
$SEEALSO$
ERASE,FErase(),FError(),File(),RENAME
ERASE, FErase(), FError(), File(), RENAME
$END$
*/
@@ -525,16 +525,16 @@
// cB = a string buffer passed-by-reference to hold the result
// nMaxLine = maximum number of bytes to read
FUNCTION FREADln( nH, cB, nMaxLine )
FUNCTION FReadLn( nH, cB, nMaxLine )
LOCAL cLine, nSavePos, nEol, nNumRead
cLine := Space( nMaxLine )
cB := ""
nSavePos := FSeek( nH, 0, FS_RELATIVE )
nNumRead := FRead( nH, @cLine, nMaxLine )
IF ( nEol := At( hb_eol(), SubStr( cLine, 1, nNumRead ) ) ) == 0
IF ( nEol := hb_BAt( hb_eol(), hb_BSubStr( cLine, 1, nNumRead ) ) ) == 0
cB := cLine
ELSE
cB := SubStr( cLine, 1, nEol - 1 )
cB := hb_BSubStr( cLine, 1, nEol - 1 )
FSeek( nH, nSavePos + nEol + 1, FS_SET )
ENDIF
RETURN nNumRead != 0
@@ -546,7 +546,7 @@
Library is core
Header is fileio.ch
$SEEALSO$
FCreate(),FError(),FOpen(),FRead(),FReadStr(),FWrite()
FCreate(), FError(), FOpen(), FRead(), FReadStr(), FWrite()
$END$
*/
@@ -589,7 +589,7 @@
$FILES$
Library is core
$SEEALSO$
SET DEFAULT,SET PATH,Set()
SET DEFAULT, SET PATH, Set()
$END$
*/
@@ -646,7 +646,7 @@
$FILES$
Library is core
$SEEALSO$
Bin2I(),Bin2L(),Bin2W(),FError(),FRead(),FSeek()
Bin2I(), Bin2L(), Bin2W(), FError(), FRead(), FSeek()
$END$
*/
@@ -685,7 +685,7 @@
$FILES$
Library is core
$SEEALSO$
CurDir(),ERASE,File(),FErase(),FRename()
CurDir(), ERASE, File(), FErase(), FRename()
$END$
*/
@@ -705,7 +705,7 @@
$ARGUMENTS$
<xcFile> Name of file to remove
$DESCRIPTION$
This command removes a file from the disk. The use of a drive,directo-
This command removes a file from the disk. The use of a drive, directo-
ry, and wild-card skeleton operator is allowed for the root of the
filename. The file extension is required. The SET DEFAULT and SET PATH
commands do not affect this command.
@@ -739,8 +739,8 @@
$ARGUMENTS$
<xcFile> Name of file to remove
$DESCRIPTION$
This command removes a file from the disk. The use of a drive,directo-
ry,and wild-card skeleton operator is allowed for the root of the
This command removes a file from the disk. The use of a drive, directo-
ry, and wild-card skeleton operator is allowed for the root of the
filename. The file extension is required. The SET DEFAULT and SET PATH
commands do not affect this command.
@@ -814,7 +814,7 @@
$FILES$
Library is core
$SEEALSO$
COPY FILE,SET DEFAULT,SET PATH,SET PRINTER,TYPE
COPY FILE, SET DEFAULT, SET PATH, SET PRINTER, TYPE
$END$
*/
@@ -881,7 +881,7 @@
$COMPLIANCE$
C
$SEEALSO$
COPY FILE,SET DEFAULT,SET PATH,SET PRINTER,__TypeFile()
COPY FILE, SET DEFAULT, SET PATH, SET PRINTER, __TypeFile()
$END$
*/
@@ -959,7 +959,7 @@
$COMPLIANCE$
C
$SEEALSO$
ERASE,RENAME,FRename(),FErase()
ERASE, RENAME, FRename(), FErase()
$END$
*/
@@ -985,7 +985,7 @@
If the file handle is missing, not numeric, or not open, then this
function returns .T. and sets the value returned by FError() to -1
(FS_ERROR) or a C-compiler dependent errno value (EBADF or EINVAL).
(F_ERROR) or a C-compiler dependent errno value (EBADF or EINVAL).
$EXAMPLES$
nH := FOpen( "test.txt" )
? FReadStr( nH, 80 )

View File

@@ -92,7 +92,7 @@
See hb_gcAll() for explanation of how to call this function from your
harbour code.
$SEEALSO$
hb_gcAlloc(),hb_gcFree(),hb_gcCollectAll(),hb_gcItemRef(),hb_gcAll(),hb_idleState()
hb_gcAlloc(), hb_gcFree(), hb_gcCollectAll(), hb_gcItemRef(), hb_gcAll(), hb_idleState()
$END$
*/
@@ -204,7 +204,7 @@
$PLATFORMS$
All
$SEEALSO$
hb_gcAlloc(),hb_gcFree()
hb_gcAlloc(), hb_gcFree()
$END$
*/
@@ -246,7 +246,7 @@
$PLATFORMS$
All
$SEEALSO$
hb_gcAlloc(),hb_gcFree()
hb_gcAlloc(), hb_gcFree()
$END$
*/

View File

@@ -54,7 +54,7 @@
$FILES$
Library is core
$SEEALSO$
hb_FUnlock(),FOpen(),FCreate(),FError(),FClose()
hb_FUnlock(), FOpen(), FCreate(), FError(), FClose()
$END$
*/
@@ -103,6 +103,6 @@
$FILES$
Library is core
$SEEALSO$
hb_FLock(),FOpen(),FCreate(),FError(),FClose()
hb_FLock(), FOpen(), FCreate(), FError(), FClose()
$END$
*/

View File

@@ -3,7 +3,7 @@
* www - http://harbour-project.org
*
* Copyright 1999 Jose Lanin <dezac@corevia.com>
* Documentation for: ProcLine(),ProcFile(),ProcName()
* Documentation for: ProcLine(), ProcFile(), ProcName()
*
* Copyright 1999 Eddie Ruina
* Documentation for: __dbgVMVarLGet()
@@ -55,7 +55,7 @@
$FILES$
Library is core
$SEEALSO$
ProcLine(),ProcFile()
ProcLine(), ProcFile()
$END$
*/
@@ -93,7 +93,7 @@
$FILES$
Library is core
$SEEALSO$
ProcName(),ProcFile()
ProcName(), ProcFile()
$END$
*/
@@ -130,7 +130,7 @@
$FILES$
Library is core
$SEEALSO$
ProcName(),ProcLine()
ProcName(), ProcLine()
$END$
*/
@@ -306,7 +306,7 @@
$FILES$
Library is core
$SEEALSO$
__XHelp(),SET KEY,SetKey()
__XHelp(), SET KEY, SetKey()
$END$
*/

View File

@@ -28,7 +28,7 @@
For signaling the idle state from C code see the hb_idleState()
API function.
$SEEALSO$
hb_idleAdd(),hb_idleDel()
hb_idleAdd(), hb_idleDel()
$END$
*/
@@ -65,7 +65,7 @@
$PLATFORMS$
All
$SEEALSO$
hb_idleDel(),hb_idleState()
hb_idleDel(), hb_idleState()
$END$
*/
@@ -106,7 +106,7 @@
$PLATFORMS$
All
$SEEALSO$
hb_idleAdd(),hb_idleState()
hb_idleAdd(), hb_idleState()
$END$
*/
@@ -151,7 +151,7 @@
$PLATFORMS$
All
$SEEALSO$
hb_idleAdd(),hb_idleDel()
hb_idleAdd(), hb_idleDel()
$END$
*/
@@ -191,6 +191,6 @@
$PLATFORMS$
All
$SEEALSO$
hb_idleAdd(),hb_idleDel(),hb_idleState()
hb_idleAdd(), hb_idleDel(), hb_idleState()
$END$
*/

View File

@@ -149,7 +149,7 @@
$FILES$
Library is core
$SEEALSO$
CLEAR TYPEAHEAD,KEYBOARD
CLEAR TYPEAHEAD, KEYBOARD
$END$
*/
@@ -188,7 +188,7 @@
$FILES$
Library is core
$SEEALSO$
KEYBOARD,CLEAR TYPEAHEAD,Inkey()
KEYBOARD, CLEAR TYPEAHEAD, Inkey()
$END$
*/
@@ -240,7 +240,7 @@
$FILES$
Library is core
$SEEALSO$
Inkey(),LastKey()
Inkey(), LastKey()
$END$
*/
@@ -285,7 +285,7 @@
$FILES$
Library is core
$SEEALSO$
Inkey(),LastKey()
Inkey(), LastKey()
$END$
*/
@@ -310,7 +310,7 @@
The number of characters that can be stuffed into the keyboard
buffer is controlled by the SET TYPEAHEAD command and may range
from 0 to 32,622, with each character being in the ASCII
from 0 to 32622, with each character being in the ASCII
range of 0 to 255.
None of the extended keys may be stuffed into the keyboard buffer.
@@ -329,7 +329,7 @@
$COMPLIANCE$
KEYBOARD is compliant with CA-Cl*pper 5.3
$SEEALSO$
CLEAR TYPEAHEAD,__Keyboard()
CLEAR TYPEAHEAD, __Keyboard()
$END$
*/
@@ -384,7 +384,7 @@
$FILES$
Library is core
$SEEALSO$
@...GET,Inkey(),LastKey(),READ,ReadExit(),Updated()
@...GET, Inkey(), LastKey(), READ, ReadExit(), Updated()
$END$
*/

View File

@@ -6,7 +6,7 @@
* Documentation for: hb_langName(), hb_langSelect()
*
* Copyright 2004 Chen Kedem <niki@actcom.co.il>
* Documentation for: hb_langErrMsg(),hb_langMessage(),hb_cdpSelect(),
* Documentation for: hb_langErrMsg(), hb_langMessage(), hb_cdpSelect(),
* hb_Translate()
*
* See COPYING.txt for licensing terms.
@@ -54,7 +54,7 @@
$FILES$
Header is error.ch
$SEEALSO$
hb_langSelect(),NationMsg()
hb_langSelect(), NationMsg()
$END$
*/
@@ -103,7 +103,7 @@
$FILES$
Header is hblang.ch
$SEEALSO$
hb_langSelect(),NationMsg(),REQUEST
hb_langSelect(), NationMsg(), REQUEST
$END$
*/
@@ -156,7 +156,7 @@
All
$FILES$
$SEEALSO$
hb_langSelect(),NationMsg()
hb_langSelect(), NationMsg()
$END$
*/
@@ -252,7 +252,7 @@
All
$FILES$
$SEEALSO$
hb_langName(),hb_cdpSelect(),NationMsg(),REQUEST
hb_langName(), hb_cdpSelect(), NationMsg(), REQUEST
$END$
*/
@@ -363,7 +363,7 @@
All
$FILES$
$SEEALSO$
hb_langName(),hb_langSelect(),hb_Translate(),NationMsg(),REQUEST
hb_langName(), hb_langSelect(), hb_Translate(), NationMsg(), REQUEST
$END$
*/
@@ -421,6 +421,6 @@
All
$FILES$
$SEEALSO$
hb_langSelect(),hb_cdpSelect(),NationMsg(),REQUEST
hb_langSelect(), hb_cdpSelect(), NationMsg(), REQUEST
$END$
*/

View File

@@ -3,8 +3,8 @@
* www - http://harbour-project.org
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: Abs(),Exp(),Log(),Int(),Max()
* Min(),Sqrt(),Round()
* Documentation for: Abs(), Exp(), Log(), Int(), Max()
* Min(), Sqrt(), Round()
* Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany
* Author: Martin Vogel <vogel@inttec.de>
* Documentation for API
@@ -128,7 +128,7 @@
$FILES$
Library is core
$SEEALSO$
Round(),StrZero()
Round(), StrZero()
$END$
*/
@@ -340,7 +340,7 @@
$ONELINER$
Rounds off a numeric expression.
$SYNTAX$
Round( <nNumber>,<nPlace> ) --> <nResult>
Round( <nNumber>, <nPlace> ) --> <nResult>
$ARGUMENTS$
<nNumber> Any numeric value.
@@ -365,7 +365,7 @@
$FILES$
Library is core
$SEEALSO$
Int(),Str(),Val(),SET FIXED
Int(), Str(), Val(), SET FIXED
$END$
*/

View File

@@ -51,7 +51,7 @@
$FILES$
Library is core
$SEEALSO$
HardCR(),StrTran()
HardCR(), StrTran()
$END$
*/
@@ -84,7 +84,7 @@
$FILES$
Library is core
$SEEALSO$
MemoTran(),StrTran()
MemoTran(), StrTran()
$END$
*/
@@ -150,7 +150,7 @@
$FILES$
Library is core
$SEEALSO$
MemoEdit(),MemoWrit(),REPLACE,hb_MemoRead()
MemoEdit(), MemoWrit(), REPLACE, hb_MemoRead()
$END$
*/
@@ -220,7 +220,7 @@
$FILES$
Library is core
$SEEALSO$
MemoEdit(),hb_MemoWrit(),REPLACE,MemoRead()
MemoEdit(), hb_MemoWrit(), REPLACE, MemoRead()
$END$
*/
@@ -281,7 +281,7 @@
$FILES$
Library is core
$SEEALSO$
MemoEdit(),MemoRead(),hb_MemoWrit()
MemoEdit(), MemoRead(), hb_MemoWrit()
$END$
*/
@@ -355,6 +355,6 @@
$FILES$
Library is core
$SEEALSO$
MemoEdit(),MemoRead(),hb_MemoWrit()
MemoEdit(), MemoRead(), hb_MemoWrit()
$END$
*/

View File

@@ -11,7 +11,7 @@
$ONELINER$
Declares a list of database field names.
$SYNTAX$
FIELD <xField> [,<xFieldn...> [in <cDatabase>]
FIELD <xField> [, <xFieldn...> [IN <cDatabase>]
$ARGUMENTS$
<xField> A valid field name
@@ -46,7 +46,7 @@
$FILES$
None.
$SEEALSO$
MEMVAR,PRIVATE,PUBLIC,STATIC
MEMVAR, PRIVATE, PUBLIC, STATIC
$END$
*/
@@ -70,8 +70,8 @@
$DESCRIPTION$
This command created a LOCAL memory variable or array. The name
of either is specified in <xVar>. If more then one variable is being
initialized with the LOCAL command,separate each entry with a comma.
If a variable or an array is to be assingned a start-up value,that
initialized with the LOCAL command, separate each entry with a comma.
If a variable or an array is to be assingned a start-up value, that
expression may be specified in <xInit> and folling. Is Strong type
compile mode is used, the Compiler will check if the value recived
matchs the type specified in <xType>.
@@ -110,7 +110,7 @@
$FILES$
None
$SEEALSO$
FIELD,PRIVATE,PUBLIC,STATIC,MEMVAR
FIELD, PRIVATE, PUBLIC, STATIC, MEMVAR
$END$
*/
@@ -138,7 +138,7 @@
expansions are not affected by this command.
The MEMVAR declaration must apear before any executable commands;it
is similat to the LOCAL,STATIC,FIELD,PARAMETERS,FUNCTION, and
is similat to the LOCAL, STATIC, FIELD, PARAMETERS, FUNCTION, and
PROCEDURE commands statements.
$EXAMPLES$
MEMVAR y AS NUMERIC
@@ -165,6 +165,6 @@
$FILES$
None.
$SEEALSO$
LOCAL,STATIC,FIELD,PRIVATE,PUBLIC
LOCAL, STATIC, FIELD, PRIVATE, PUBLIC
$END$
*/

View File

@@ -153,7 +153,7 @@
$FILES$
Library is core
$SEEALSO$
AChoice(),MENU TO,SET MESSAGE,SET INTENSITY,SET WRAP,__MenuTo()
AChoice(), MENU TO, SET MESSAGE, SET INTENSITY, SET WRAP, __MenuTo()
$END$
*/
@@ -214,7 +214,7 @@
$COMPLIANCE$
C(menu)
$SEEALSO$
AChoice(),MENU TO,SET MESSAGE,SET INTENSITY,SET WRAP,__MenuTo()
AChoice(), MENU TO, SET MESSAGE, SET INTENSITY, SET WRAP, __MenuTo()
$END$
*/
@@ -305,7 +305,7 @@
$FILES$
Library is core
$SEEALSO$
@...PROMPT,AChoice(),SET MESSAGE,SET INTENSITY,SET WRAP,__AtPrompt()
@...PROMPT, AChoice(), SET MESSAGE, SET INTENSITY, SET WRAP, __AtPrompt()
$END$
*/
@@ -389,6 +389,6 @@
$COMPLIANCE$
C
$SEEALSO$
@...PROMPT,AChoice(),SET MESSAGE,SET INTENSITY,SET WRAP,__AtPrompt()
@...PROMPT, AChoice(), SET MESSAGE, SET INTENSITY, SET WRAP, __AtPrompt()
$END$
*/

View File

@@ -292,7 +292,7 @@
$FILES$
Library is core
$SEEALSO$
Chr(),SET BELL
Chr(), SET BELL
$END$
*/

View File

@@ -44,7 +44,7 @@
$FILES$
Library is core
$SEEALSO$
IsNegative(),NationMsg()
IsNegative(), NationMsg()
$END$
*/
@@ -81,7 +81,7 @@
$FILES$
Library is core
$SEEALSO$
IsAffirm(),NationMsg()
IsAffirm(), NationMsg()
$END$
*/
@@ -119,6 +119,6 @@
$FILES$
Library is core
$SEEALSO$
IsAffirm(),IsNegative()
IsAffirm(), IsNegative()
$END$
*/

View File

@@ -49,7 +49,7 @@
$FILES$
Library is core
$SEEALSO$
__objGetMethodList(),__objGetMsgList(),__objHasMethod()
__objGetMethodList(), __objGetMsgList(), __objHasMethod()
$END$
*/
@@ -88,7 +88,7 @@
$FILES$
Library is core
$SEEALSO$
__objGetMethodList(),__objGetMsgList(),__objHasData()
__objGetMethodList(), __objGetMsgList(), __objHasData()
$END$
*/
@@ -165,7 +165,7 @@
Header file is hboo.ch
Library is core
$SEEALSO$
__objGetMethodList(),__objGetValueList(),__objHasData(),__objHasMethod()
__objGetMethodList(), __objGetValueList(), __objHasData(), __objHasMethod()
$END$
*/
@@ -206,7 +206,7 @@
$FILES$
Library is core
$SEEALSO$
__objGetMsgList(),__objGetValueList(),__objHasData(),__objHasMethod()
__objGetMsgList(), __objGetValueList(), __objHasData(), __objHasMethod()
$END$
*/
@@ -254,7 +254,7 @@
Header file is hboo.ch
Library is core
$SEEALSO$
__objGetMethodList(),__objGetMsgList(),__objHasData(),__objHasMethod(),__objSetValueList()
__objGetMethodList(), __objGetMsgList(), __objHasData(), __objHasMethod(), __objSetValueList()
$END$
*/
@@ -367,7 +367,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddInline(),__objAddData(),__objDelMethod(),__objGetMethodList(),__objGetMsgList(),__objHasMethod(),__objModMethod()
__objAddInline(), __objAddData(), __objDelMethod(), __objGetMethodList(), __objGetMsgList(), __objHasMethod(), __objModMethod()
$END$
*/
@@ -411,7 +411,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddData(),__objAddMethod(),__objDelInline(),__objGetMethodList(),__objGetMsgList(),__objHasMethod() ,__objModInline()
__objAddData(), __objAddMethod(), __objDelInline(), __objGetMethodList(), __objGetMsgList(), __objHasMethod() , __objModInline()
$END$
*/
@@ -455,7 +455,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddInline(),__objAddMethod(),__objDelData(),__objGetMsgList(),__objGetValueList(),__objHasData(),__objSetValueList()
__objAddInline(), __objAddMethod(), __objDelData(), __objGetMsgList(), __objGetValueList(), __objHasData(), __objSetValueList()
$END$
*/
@@ -526,7 +526,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddMethod(),__objDelMethod(),__objGetMethodList(),__objGetMsgList(),__objHasMethod()
__objAddMethod(), __objDelMethod(), __objGetMethodList(), __objGetMsgList(), __objHasMethod()
$END$
*/
@@ -576,7 +576,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddInline(),__objDelInline(),__objGetMethodList(),__objGetMsgList(),__objHasMethod()
__objAddInline(), __objDelInline(), __objGetMethodList(), __objGetMsgList(), __objHasMethod()
$END$
*/
@@ -632,7 +632,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddInline(),__objAddMethod(),__objGetMethodList(),__objGetMsgList(),__objHasMethod(),__objModInline(),__objModMethod()
__objAddInline(), __objAddMethod(), __objGetMethodList(), __objGetMsgList(), __objHasMethod(), __objModInline(), __objModMethod()
$END$
*/
@@ -686,7 +686,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddInline(),__objAddMethod(),__objGetMethodList(),__objGetMsgList(),__objHasMethod(),__objModInline(),__objModMethod()
__objAddInline(), __objAddMethod(), __objGetMethodList(), __objGetMsgList(), __objHasMethod(), __objModInline(), __objModMethod()
$END$
*/
@@ -729,7 +729,7 @@
$FILES$
Library is core
$SEEALSO$
__objAddData(),__objGetMsgList(),__objGetValueList(),__objHasData(),__objSetValueList()
__objAddData(), __objGetMsgList(), __objGetValueList(), __objHasData(), __objSetValueList()
$END$
*/
@@ -792,6 +792,6 @@
$FILES$
Library is core
$SEEALSO$
__objHasData(),__objHasMethod()
__objHasData(), __objHasMethod()
$END$
*/

View File

@@ -128,7 +128,7 @@
This function add a new record to the end of the database
in the selected or aliased work area. All fields in that
database will be given empty data values - character fields
will be filled with blank spaces,date fields with CToD('//'),
will be filled with blank spaces, date fields with CToD('//'),
numeric fields with 0, logical fields with .F., and memo fields
with NULL bytes. The header of the database is not updated until
the record is flushed from the buffer and the contents are
@@ -160,7 +160,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUnlock(),dbUnlockAll()
dbUnlock(), dbUnlockAll()
$END$
*/
@@ -197,7 +197,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbSetFilter(),dbFilter()
dbSetFilter(), dbFilter()
$END$
*/
@@ -236,7 +236,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUseArea(),dbCloseArea()
dbUseArea(), dbCloseArea()
$END$
*/
@@ -270,7 +270,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUseArea(),dbCloseAll()
dbUseArea(), dbCloseAll()
$END$
*/
@@ -288,7 +288,7 @@
$SYNTAX$
dbCommit()
$DESCRIPTION$
This function updates all of the information for a give,selected,
This function updates all of the information for a give, selected,
or active workarea. This operation includes all database and index
buffers for that work area only. This function does not update all
open work areas.
@@ -316,7 +316,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbCloseAll(),dbCommitAll(),dbUnlock()
dbCloseAll(), dbCommitAll(), dbUnlock()
$END$
*/
@@ -335,7 +335,7 @@
dbCommit()
$DESCRIPTION$
This function performs a hard-disk write for all work areas.
Before the disk write is performed,all buffers are flushed.
Before the disk write is performed, all buffers are flushed.
open work areas.
$EXAMPLES$
PROCEDURE Main()
@@ -366,7 +366,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbCloseAll(),dbCommit(),dbUnlock()
dbCloseAll(), dbCommit(), dbUnlock()
$END$
*/
@@ -421,7 +421,7 @@
The dbCreate( ) function does not use the decimal field to
calculate the length of a character held longer than 256. Values
up to the maximum length of a character field (which is 65,519 bytes)
up to the maximum length of a character field (which is 65519 bytes)
are stored directly in the database in the length attribute if that
database was created via this function. However, a file containing
fields longer than 256 bytes is not compatible with any interpreter.
@@ -461,7 +461,7 @@
Library is rdd
Header is dbstruct.ch
$SEEALSO$
AFields()*,dbStruct()
AFields()*, dbStruct()
$END$
*/
@@ -541,7 +541,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbRelation(),dbRSelect()
dbRelation(), dbRSelect()
$END$
*/
@@ -578,7 +578,7 @@
$FILES$
Library is rdd
$SEEALSO$
Bof(),Eof(),dbSkip(),dbSeek(),dbGoTop()
Bof(), Eof(), dbSkip(), dbSeek(), dbGoTop()
$END$
*/
@@ -605,7 +605,7 @@
The parameter <xRecordNumber> may be something other than a record
number. In some data formats, for example, the value of <xRecordNumber>
is a unique primary key while in other formats,<xRecordNumber> could
is a unique primary key while in other formats, <xRecordNumber> could
be an array offset if the data set was an array.
Issuing a dbGoto(RecNo()) call in a network enviroment will refresh
@@ -628,7 +628,7 @@
$FILES$
Library is rdd
$SEEALSO$
Bof(),Eof(),dbGoTop(),dbGoBottom(),dbSeek(),dbSkip()
Bof(), Eof(), dbGoTop(), dbGoBottom(), dbSeek(), dbSkip()
$END$
*/
@@ -665,7 +665,7 @@
$FILES$
Library is rdd
$SEEALSO$
Bof(),Eof(),dbSkip(),dbSeek(),dbGoBottom()
Bof(), Eof(), dbSkip(), dbSeek(), dbGoBottom()
$END$
*/
@@ -750,7 +750,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUnlock(),dbUnlockAll(),FLock(),RLock()
dbUnlock(), dbUnlockAll(), FLock(), RLock()
$END$
*/
@@ -796,7 +796,7 @@
$FILES$
Library is rdd
$SEEALSO$
RLock(),dbRLock(),dbRUnlock()
RLock(), dbRLock(), dbRUnlock()
$END$
*/
@@ -837,7 +837,7 @@
$FILES$
Library is rdd
$SEEALSO$
RLock(),dbRLock(),dbRLockList()
RLock(), dbRLock(), dbRLockList()
$END$
*/
@@ -880,7 +880,7 @@
false if there is an item in the index key with a greater value than
the key expression <expKey>; at this point the record pointer will
position itself on that record. However, if there is no greater key
in the index,Eof() will return a logical true (.T.) value. If
in the index, Eof() will return a logical true (.T.) value. If
<lSoftSeek> is not passed, the function will look to the internal
status of SOFTSEEK before performing the operation. The default of
<lSoftSeek> is a logical false (.F.)
@@ -911,7 +911,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbGoBottom(),dbGoTop(),dbSkip(),Eof(),Bof(),Found()
dbGoBottom(), dbGoTop(), dbSkip(), Eof(), Bof(), Found()
$END$
*/
@@ -933,7 +933,7 @@
$DESCRIPTION$
This function moves the Harbour internal primary focus to the work
area designated by <xArea>. If <xArea> is numeric, then it will
select the numeric work area; if <xArea> is character,then it will
select the numeric work area; if <xArea> is character, then it will
select the work area with the alias name.
dbSelectArea(0) will select the next avaliable and unused work area.
@@ -960,7 +960,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUseArea(),Select()
dbUseArea(), Select()
$END$
*/
@@ -986,7 +986,7 @@
selected work area. The default will be "DBFNTX". If specified,
<cDriver> contains the name of the database driver that should be
used to activate and manage the work area. If the specified driver is
not avaliable,this function will have no effect.
not avaliable, this function will have no effect.
$EXAMPLES$
dbSetDriver( "ADS" )
$STATUS$
@@ -1038,7 +1038,7 @@
$FILES$
Library is rdd
$SEEALSO$
Bof(),dbGoBottom(),dbGoTop(),dbSeek(),Eof()
Bof(), dbGoBottom(), dbGoTop(), dbSeek(), Eof()
$END$
*/
@@ -1063,9 +1063,9 @@
This function masks a database so that only those records that meet
the condition prescribed by the expression in the code block
<bCondition> and literally expressed as <cCondition> are visible.
If <cCondition> is not passed to this function,then the dbFilter()
If <cCondition> is not passed to this function, then the dbFilter()
function will return an empty string showing no filter in that work
area which in fact,would be not correct.
area which in fact, would be not correct.
$EXAMPLES$
PROCEDURE Main()
USE tests NEW
@@ -1078,7 +1078,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbFilter(),dbClearFilter()
dbFilter(), dbClearFilter()
$END$
*/
@@ -1099,7 +1099,7 @@
dbStruct() returns an array pointer to database structure
$DESCRIPTION$
This function returns a multidimensional array. This array has array
pointers to other arrays,each of which contains the characteristic
pointers to other arrays, each of which contains the characteristic
of a field in the active work area. The lenght of this array is based
in the number of fields in that particular work area. In other words,
Len(dbStruct()) is equal to the value obtained from FCount().
@@ -1162,7 +1162,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUnlockAll(),FLock(),RLock()
dbUnlockAll(), FLock(), RLock()
$END$
*/
@@ -1202,7 +1202,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbUnlock(),FLock(),RLock()
dbUnlock(), FLock(), RLock()
$END$
*/
@@ -1264,6 +1264,6 @@
$FILES$
Library is rdd
$SEEALSO$
dbCloseArea(),dbSetDriver(),Select(),Set()
dbCloseArea(), dbSetDriver(), Select(), Set()
$END$
*/

View File

@@ -172,7 +172,7 @@
$FILES$
Library is rdd
$SEEALSO$
Eof(),Found(),LastRec()
Eof(), Found(), LastRec()
$END$
*/
@@ -207,7 +207,7 @@
$COMPLIANCE$
C
$SEEALSO$
DELETE,PACK,USE
DELETE, PACK, USE
$END$
*/
@@ -292,7 +292,7 @@
$FILES$
Library is rdd
$SEEALSO$
Bof(),Found(),LastRec()
Bof(), Found(), LastRec()
$END$
*/
@@ -328,7 +328,7 @@
$FILES$
Library is rdd
$SEEALSO$
FieldName(),Type()
FieldName(), Type()
$END$
*/
@@ -409,7 +409,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbStruct(),FCount(),Len(),ValType()
dbStruct(), FCount(), Len(), ValType()
$END$
*/
@@ -448,7 +448,7 @@
$FILES$
Library is rdd
$SEEALSO$
FieldGet(),FieldPut()
FieldGet(), FieldPut()
$END$
*/
@@ -603,7 +603,7 @@
$FILES$
Library is rdd
$SEEALSO$
DiskSpace(),LastRec(),RecSize()
DiskSpace(), LastRec(), RecSize()
$END$
*/
@@ -680,7 +680,7 @@
$FILES$
Library is rdd
$SEEALSO$
FieldName(),LastRec(),RecSize()
FieldName(), LastRec(), RecSize()
$END$
*/
@@ -729,7 +729,7 @@
$FILES$
Library is rdd
$SEEALSO$
FLock(),RLock()
FLock(), RLock()
$END$
*/
@@ -769,7 +769,7 @@
$FILES$
Library is rdd
$SEEALSO$
Eof(),LastRec(),RecNo(),dbGoBottom()
Eof(), LastRec(), RecNo(), dbGoBottom()
$END$
*/
@@ -809,7 +809,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbGoto(),dbGoTop(),dbGoBottom(),LastRec(),Eof(),Bof()
dbGoto(), dbGoTop(), dbGoBottom(), LastRec(), Eof(), Bof()
$END$
*/
@@ -848,7 +848,7 @@
$FILES$
Library is rdd
$SEEALSO$
DiskSpace(),FieldName(),Header(),LastRec()
DiskSpace(), FieldName(), Header(), LastRec()
$END$
*/

View File

@@ -50,7 +50,7 @@
$FILES$
Library is rdd
$SEEALSO$
IndexExt(),ordBagName()
IndexExt(), ordBagName()
$END$
*/
@@ -98,7 +98,7 @@
$FILES$
Library is rdd
$SEEALSO$
IndexOrd(),ordBagExt(),Alias()
IndexOrd(), ordBagExt(), Alias()
$END$
*/
@@ -220,7 +220,7 @@
$FILES$
Library is rdd
$SEEALSO$
dbCreateIndex(),ordName(),ordSetFocus()
dbCreateIndex(), ordName(), ordSetFocus()
$END$
*/
@@ -284,7 +284,7 @@
$SYNTAX$
ordFor( <xOrder>[, <cOrderBagName>] ) --> cForExp
$ARGUMENTS$
<xOrder> It the name of the target order,or the numeric position
<xOrder> It the name of the target order, or the numeric position
of the order.
<cOrderBagName> Name of the order bag.
@@ -294,7 +294,7 @@
$DESCRIPTION$
This function returns a character string that is the expression for
the FOR condition for the specified order. The order may be specified
if <xOrder> is the name of the order.However,<xOrder> may be an
if <xOrder> is the name of the order.However, <xOrder> may be an
numeric which represent the position in the order list of the desired
Order.
$EXAMPLES$
@@ -315,7 +315,7 @@
$FILES$
Library is rdd
$SEEALSO$
ordKey(),ordCreate(),ordName(),ordNumber()
ordKey(), ordCreate(), ordName(), ordNumber()
$END$
*/
@@ -333,7 +333,7 @@
$SYNTAX$
ordKey( <cOrderName> | <nOrder> [, <cOrderBagName>] ) --> cExpKey
$ARGUMENTS$
<xOrder> It the name of the target order,or the numeric position
<xOrder> It the name of the target order, or the numeric position
of the order.
<cOrderBagName> Name of the order bag.
@@ -362,7 +362,7 @@
$FILES$
Library is rdd
$SEEALSO$
ordFor(),ordName(),ordNumber(),ordKey()
ordFor(), ordName(), ordNumber(), ordKey()
$END$
*/
@@ -401,7 +401,7 @@
$FILES$
Library is rdd
$SEEALSO$
IndexKey(),IndexOrd()
IndexKey(), IndexOrd()
$END$
*/
@@ -468,7 +468,7 @@
The IndexOrd() function returns the numeric position of the current
controlling index in the selected or designated work area.
A returned value of 0 indicated that no active index is controlling
the database,which therefore is in the natural order.
the database, which therefore is in the natural order.
$EXAMPLES$
USE tests NEW INDEX test1
IF IndexOrd() > 0

View File

@@ -11,9 +11,9 @@
$ONELINER$
Creates a GET object and displays it to the screen
$SYNTAX$
@ <nRow>,<nCol> [SAY <cSay> [PICTURE <cSayPict>] COLOR <cSayColor> ]
@ <nRow>, <nCol> [SAY <cSay> [PICTURE <cSayPict>] COLOR <cSayColor> ]
GET <xVar> [PICTURE <cGetPict>] [WHEN <lWhen>] [COLOR <cGetColor>]
[VALID <lValid> / RANGE <xStart>,<xEnd>]
[VALID <lValid> / RANGE <xStart>, <xEnd>]
$ARGUMENTS$
<nRow> The row coordinate.
@@ -45,7 +45,7 @@
at row, column coordinate <nRow>, <nCol>.
If the SAY clause is used <cSay> will be displayed starting at
<nRow>,<nCol>, with the field variable <xVar> displayed at Row(),
<nRow>, <nCol>, with the field variable <xVar> displayed at Row(),
Col()+ 1. If <cSayPicr>, the picture template for the SAY expression
<cSay>, is used, all formatting rules contained will apply See the
TRANSFORM I function for further information.
@@ -54,11 +54,11 @@
used for the GET object and all formatting rules will apply. See
the table below for GET formatting rules.
If the WHEN clause is specified,when <lWhen> evaluates to a logical
If the WHEN clause is specified, when <lWhen> evaluates to a logical
true (.T.) condition, the GET object will he activated otherwise the
GET object will be skipped and no information will be obtained via
the screen. The name of a user-defined function returning a logical
true (.T.) or false ( F.) or a code block may be ,specified in <lWhen>
true (.T.) or false ( F.) or a code block may be, specified in <lWhen>
This clause not activated until a READ command or ReadModal()
function call is issued.
@@ -74,7 +74,7 @@
If the RANGE clause is specified instead of the VALID clause, the
two inclusive range values for <xVar> must be specified in <xStart>
and <xEnd>. Id <xVar> is a date data type,<xStart> and <xEnd> must
and <xEnd>. Id <xVar> is a date data type, <xStart> and <xEnd> must
also be date data types; if <xVar> is a numeric data type <xStart>
and <xEnd> must also be numeric data types. If a value fails the
RANGE test ,a message of OUT OF RANGE will appear in the SCOREBOARD
@@ -143,7 +143,7 @@
$PLATFORMS$
All
$SEEALSO$
@...SAY,READ,Transform()
@...SAY, READ, Transform()
$END$
*/
@@ -159,7 +159,7 @@
$ONELINER$
Displays data at specified coordinates of the current device.
$SYNTAX$
@ <nRow>,<nCol> SAY <xValue> [ PICTURE <cPict> ] [COLOR <cColor>]
@ <nRow>, <nCol> SAY <xValue> [ PICTURE <cPict> ] [COLOR <cColor>]
$ARGUMENTS$
<nRow> Row coordinate
@@ -195,6 +195,6 @@
$FILES$
$SEEALSO$
@...GET,SET DEVICE,Transform()
@...GET, SET DEVICE, Transform()
$END$
*/

View File

@@ -17,10 +17,10 @@
* Documentation for: __XHelp()
*
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>
* Documentation for: SET WRAP,SET DEFAULT,SET MESSAGE
* Documentation for: SET PATH,SET INTENSITY,SET ALTERNATE
* Documentation for: SET CENTURY,SET DATE,SET CONSOLE
* Documentation for: SET EPOCH,SET PRINTER,SET FIXED
* Documentation for: SET WRAP, SET DEFAULT, SET MESSAGE
* Documentation for: SET PATH, SET INTENSITY, SET ALTERNATE
* Documentation for: SET CENTURY, SET DATE, SET CONSOLE
* Documentation for: SET EPOCH, SET PRINTER, SET FIXED
* Documentation for: SET BELL
* See COPYING.txt for licensing terms.
*
@@ -121,7 +121,7 @@
_SET_COLOR <cColorSet>
Sets the current color scheme, using color pairs in the
sequence "<standard>,<enhanced>,<border>,<background>,
sequence "<standard>, <enhanced>, <border>, <background>,
<unselected>". Each color pair uses the format
"<foreground>/<background>". The color codes are space
or "N" for black, "B" for blue, "G" for green, "BG" for
@@ -490,7 +490,7 @@
$FILES$
Library is core
$SEEALSO$
Inkey(),SetKey(),__Keyboard(),SET KEY
Inkey(), SetKey(), __Keyboard(), SET KEY
$END$
*/
@@ -547,7 +547,7 @@
$PLATFORMS$
All
$SEEALSO$
Inkey(),SetKey(),__Keyboard()
Inkey(), SetKey(), __Keyboard()
$END$
*/
@@ -640,7 +640,7 @@
$FILES$
Library is core
$SEEALSO$
SetKey(),hb_SetKeySave(),hb_SetKeyCheck()
SetKey(), hb_SetKeySave(), hb_SetKeyCheck()
$END$
*/
@@ -731,7 +731,7 @@
$FILES$
Library is core
$SEEALSO$
SetKey(),hb_SetKeySave()
SetKey(), hb_SetKeySave()
$END$
*/
@@ -816,7 +816,7 @@
$FILES$
Library is core
$SEEALSO$
__Accept(),__Input()
__Accept(), __Input()
$END$
*/
@@ -868,7 +868,7 @@
<cPath> Drive and/or path.
$DESCRIPTION$
This command changes the drive and directory used for reading and
writing database,index,memory, and alternate files. Specifying no
writing database, index, memory, and alternate files. Specifying no
parameters with this command will default the operation to the
current logged drive and directory.
$EXAMPLES$
@@ -878,7 +878,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET PATH,CurDir(),Set()
SET PATH, CurDir(), Set()
$END$
*/
@@ -901,7 +901,7 @@
This command toggles the highlighted bars in a @...PROMPT command
to wrap around in a bottom-to-top and top-to-bottom manner. If the
value of the logical expression <lWrap> is a logical false (.F.),
the wrapping mode is set OFF; otherwise,it is set ON.
the wrapping mode is set OFF; otherwise, it is set ON.
$EXAMPLES$
See tests/menuto.prg
$STATUS$
@@ -909,7 +909,7 @@
$COMPLIANCE$
C
$SEEALSO$
@...PROMPT,MENU TO
@...PROMPT, MENU TO
$END$
*/
@@ -952,7 +952,7 @@
$COMPLIANCE$
C
$SEEALSO$
Set(),SET WRAP,@...PROMPT,MENU TO
Set(), SET WRAP, @...PROMPT, MENU TO
$END$
*/
@@ -985,7 +985,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET DEFAULT,CurDir(),Set()
SET DEFAULT, CurDir(), Set()
$END$
*/
@@ -1015,7 +1015,7 @@
$COMPLIANCE$
C
$SEEALSO$
@...GET,@...PROMPT,@...SAY,Set()
@...GET,@...PROMPT,@...SAY, Set()
$END$
*/
@@ -1065,7 +1065,7 @@
$COMPLIANCE$
C
$SEEALSO$
CLOSE,SET PRINTER,SET CONSOLE,Set()
CLOSE, SET PRINTER, SET CONSOLE, Set()
$END$
*/
@@ -1099,7 +1099,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET DATE,SET EPOCH,CToD(),Date(),DToC(),Set()
SET DATE, SET EPOCH, CToD(), Date(), DToC(), Set()
$END$
*/
@@ -1149,7 +1149,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET DATE,SET EPOCH,CToD(),Date(),DToC(),Set()
SET DATE, SET EPOCH, CToD(), Date(), DToC(), Set()
$END$
*/
@@ -1179,7 +1179,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET DATE,SET CENTURY,CToD(),Date(),DToC(),Set()
SET DATE, SET CENTURY, CToD(), Date(), DToC(), Set()
$END$
*/
@@ -1227,7 +1227,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET DECIMALS,Exp(),Log(),Sqrt(),Val(),Set()
SET DECIMALS, Exp(), Log(), Sqrt(), Val(), Set()
$END$
*/
@@ -1253,7 +1253,7 @@
$DESCRIPTION$
This command can direct all output that is not controlled by the
@...SAY command and the DevPos() and DevOut() functions to the
printer. If specified,the condition <lPrinter> toggles the printer
printer. If specified, the condition <lPrinter> toggles the printer
ON if a logical true (.T.) and OFF if a logical false (.F.). If no
argument is specified in the command, the alternate file (if one
is open) is closed, or the device is reselected and the PRINTER
@@ -1308,7 +1308,7 @@
screens display other then direct output via the @...SAY commands
or the <-> DevOut() function.
If <lConsole> is a logical true (.T.),the console will be turned
If <lConsole> is a logical true (.T.), the console will be turned
ON; otherwise, the console will be turned off.
$EXAMPLES$
SET CONSOLE ON
@@ -1320,7 +1320,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET DEVICE,Set()
SET DEVICE, Set()
$END$
*/
@@ -1355,7 +1355,7 @@
$COMPLIANCE$
C
$SEEALSO$
SET FIXED,Set()
SET FIXED, Set()
$END$
*/
@@ -1379,7 +1379,7 @@
and the DevPos() and DevOut() function will be displayed on the
printer.
When the device is set to the PRINTER,the SET MARGIN value adjusts
When the device is set to the PRINTER, the SET MARGIN value adjusts
the position of the column values accordingly. Also, an automatic
page eject will be issued when the current printhead position is
less than the last printed row. Finally, if used in conjunction with
@@ -1397,7 +1397,7 @@
$COMPLIANCE$
C
$SEEALSO$
@...SAY,SET PRINTER,SetPRC(),Set()
@...SAY, SET PRINTER, SetPRC(), Set()
$END$
*/

View File

@@ -71,8 +71,8 @@
$COMPLIANCE$
Some of these modes are not availables in CA-Cl*pper
$PLATFORMS$
DOS,Win
DOS, Win
$SEEALSO$
MaxCol(),MaxRow()
MaxCol(), MaxRow()
$END$
*/

View File

@@ -7,7 +7,7 @@
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: IsAlpha(), IsDigit(), IsUpper(), IsLower(), LTrim(),
* At(), hb_At(),RAt(), hb_RAt(), Left(), Right(),
* At(), hb_At(), RAt(), hb_RAt(), Left(), Right(),
* SubStr(), Upper(), Lower(), Asc(), Chr(), PadC(),
* PadL(), PadR(), AllTrim(), Trim(), RTrim(), Space(),
* Replicate(), Val(), Transform(), StrTran()
@@ -49,7 +49,7 @@
$FILES$
Library is core
$SEEALSO$
IsDigit(),IsLower(),IsUpper(),Lower(),Upper()
IsDigit(), IsLower(), IsUpper(), Lower(), Upper()
$END$
*/
@@ -87,7 +87,7 @@
$FILES$
Library is core
$SEEALSO$
IsAlpha(),IsLower(),IsUpper(),Lower(),Upper()
IsAlpha(), IsLower(), IsUpper(), Lower(), Upper()
$END$
*/
@@ -125,7 +125,7 @@
$FILES$
Library is core
$SEEALSO$
IsAlpha(),IsLower(),IsDigit(),Lower(),Upper()
IsAlpha(), IsLower(), IsDigit(), Lower(), Upper()
$END$
*/
@@ -163,7 +163,7 @@
$FILES$
Library is core
$SEEALSO$
IsAlpha(),IsDigit(),IsUpper(),Lower(),Upper()
IsAlpha(), IsDigit(), IsUpper(), Lower(), Upper()
$END$
*/
@@ -198,7 +198,7 @@
$FILES$
Library is core
$SEEALSO$
Trim(),RTrim(),AllTrim()
Trim(), RTrim(), AllTrim()
$END$
*/
@@ -433,7 +433,7 @@
$FILES$
Library is core
$SEEALSO$
SubStr(),Right(),At(),RAt()
SubStr(), Right(), At(), RAt()
$END$
*/
@@ -474,7 +474,7 @@
$FILES$
Library is core
$SEEALSO$
SubStr(),Left(),At(),RAt()
SubStr(), Left(), At(), RAt()
$END$
*/
@@ -523,7 +523,7 @@
$FILES$
Library is core
$SEEALSO$
Left(),At(),Right()
Left(), At(), Right()
$END$
*/
@@ -597,7 +597,7 @@
$FILES$
Library is core
$SEEALSO$
StrZero(),Transform(),Val()
StrZero(), Transform(), Val()
$END$
*/
@@ -760,7 +760,7 @@
$FILES$
Library is core
$SEEALSO$
Empty(),RTrim(),LTrim(),AAdd(),ASize()
Empty(), RTrim(), LTrim(), AAdd(), ASize()
$END$
*/
@@ -875,7 +875,7 @@
$FILES$
Library is core
$SEEALSO$
Upper(),IsLower(),IsUpper()
Upper(), IsLower(), IsUpper()
$END$
*/
@@ -911,7 +911,7 @@
$FILES$
Library is core
$SEEALSO$
Lower(),IsUpper(),IsLower()
Lower(), IsUpper(), IsLower()
$END$
*/
@@ -1036,7 +1036,7 @@
$FILES$
Library is core
$SEEALSO$
AllTrim(),PadL(),PadR()
AllTrim(), PadL(), PadR()
$END$
*/
@@ -1054,7 +1054,7 @@
$SYNTAX$
PadL( <xVal>, <nWidth>, <cFill> ) --> cString
$ARGUMENTS$
<xVal> An number,Character or date to pad
<xVal> An number, Character or date to pad
<nWidth> Width of output string
@@ -1062,7 +1062,7 @@
$RETURNS$
<cString> The left-justifies string of <xVal>
$DESCRIPTION$
This function takes an date,number,or character expression <xVal>
This function takes an date, number, or character expression <xVal>
and attempt to left-justify it within a string of a given width
expressed as <nWidth>. The default character used to pad left side
of <xVal> will be an blank space; however, this character may be
@@ -1084,7 +1084,7 @@
$FILES$
Library is core
$SEEALSO$
AllTrim(),PadC(),PadR()
AllTrim(), PadC(), PadR()
$END$
*/
@@ -1110,7 +1110,7 @@
$RETURNS$
<cString> The right-justifies string of <xVal>
$DESCRIPTION$
This function takes an date,number,or character expression <xVal>
This function takes an date, number, or character expression <xVal>
and attempt to right-justify it within a string of a given width
expressed as <nWidth>. The default character used to pad right side
of <xVal> will be an blank space; however, this character may be
@@ -1132,7 +1132,7 @@
$FILES$
Library is core
$SEEALSO$
AllTrim(),PadC(),PadL()
AllTrim(), PadC(), PadL()
$END$
*/
@@ -1170,7 +1170,7 @@
$FILES$
Library is core
$SEEALSO$
LTrim(),RTrim(),Trim()
LTrim(), RTrim(), Trim()
$END$
*/
@@ -1212,7 +1212,7 @@
$FILES$
Library is core
$SEEALSO$
AllTrim(),LTrim(),Trim()
AllTrim(), LTrim(), Trim()
$END$
*/
@@ -1254,7 +1254,7 @@
$FILES$
Library is core
$SEEALSO$
RTrim(),LTrim(),AllTrim()
RTrim(), LTrim(), AllTrim()
$END$
*/
@@ -1296,7 +1296,7 @@
$FILES$
Library is core
$SEEALSO$
Space(),PadC(),PadL(),PadR()
Space(), PadC(), PadL(), PadR()
$END$
*/
@@ -1368,7 +1368,7 @@
$FILES$
Library is core
$SEEALSO$
PadC(),PadL(),PadR(),Replicate()
PadC(), PadL(), PadR(), Replicate()
$END$
*/
@@ -1405,7 +1405,7 @@
$FILES$
Library is core
$SEEALSO$
Str(),Transform()
Str(), Transform()
$END$
*/
@@ -1458,7 +1458,7 @@
$FILES$
Libraty is rtl
$SEEALSO$
SubStr(),At()
SubStr(), At()
$END$
*/
@@ -1555,6 +1555,6 @@
$FILES$
Library is core
$SEEALSO$
@...SAY,DevOutPict()
@...SAY, DevOutPict()
$END$
*/

View File

@@ -22,7 +22,7 @@
<oBrowse> An new Browse Object
$DESCRIPTION$
This function set up a browsing window at top-left coordinates of
<nTop>,<nLeft> to bottom-right coordinates of <nBottom>,<nRight>.
<nTop>, <nLeft> to bottom-right coordinates of <nBottom>, <nRight>.
To browse Database files use TBrowseDB() function insted.
$DATANOLINK$
:aColumns Array to hold all browse columns
@@ -178,7 +178,7 @@
$FILES$
Library is core
$SEEALSO$
TBrowseNew(),TBColumnNew()
TBrowseNew(), TBColumnNew()
$END$
*/
@@ -225,7 +225,7 @@
K_ESC {| oB, nKey | -1 }
</table>
The keys handlers can be queried,added and replace an removed from
The keys handlers can be queried, added and replace an removed from
the internal keyboard dictionary. See the example.
oTb:SetKey( K_TAB, {| oTb, nKey | -1 } )
@@ -267,7 +267,7 @@
Value Meaning
-1 User request for the browse lost input focus
0 Code block associated with <nkey> was evaluated
1 Unable to locate <nKey> in the dictionary,Key was not processed
1 Unable to locate <nKey> in the dictionary, Key was not processed
</table>
$DESCRIPTION$
This method evaluate an code block associated with <nkey> that is

View File

@@ -21,14 +21,14 @@
$ONELINER$
HBClass() is used in the creation of all classes
$SYNTAX$
oClass := HBClass():New("TMyClass")
oClass := HBClass():New( "TMyClass" )
-or-
HBClass() is usually accessed by defining a class with the commands
defined in hbclass.h:
defined in hbclass.ch:
CLASS HBGetList // Calls HBClass() to create the HBGetList class
CREATE CLASS HBGetList // Calls HBClass() to create the HBGetList class
...
ENDCLASS
$ARGUMENTS$
@@ -66,6 +66,6 @@
$FILES$
Library is core
$SEEALSO$
__objHasData(),Object Oriented Programming,CLASS
__objHasData(), Object Oriented Programming, CLASS
$END$
*/

View File

@@ -17,7 +17,7 @@
* Documentation for: DevOutPict()
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: EJECT,MaxRow(),MaxCol(),Row(),Col(),PRow(),PCol()
* Documentation for: EJECT, MaxRow(), MaxCol(), Row(), Col(), PRow(), PCol()
*
* See COPYING.txt for licensing terms.
*
@@ -66,7 +66,7 @@
$FILES$
Library is core
$SEEALSO$
RESTORE SCREEN,RestScreen(),SaveScreen()
RESTORE SCREEN, RestScreen(), SaveScreen()
$END$
*/
@@ -107,7 +107,7 @@
$PLATFORMS$
All(GT)
$SEEALSO$
RESTORE SCREEN,__XRestScreen(),__XSaveScreen()
RESTORE SCREEN, __XRestScreen(), __XSaveScreen()
$END$
*/
@@ -153,7 +153,7 @@
$FILES$
Library is core
$SEEALSO$
__XRestScreen(),SAVE SCREEN,__XSaveScreen()
__XRestScreen(), SAVE SCREEN, __XSaveScreen()
$END$
*/
@@ -194,7 +194,7 @@
$PLATFORMS$
All(GT)
$SEEALSO$
__XRestScreen(),SAVE SCREEN,__XSaveScreen()
__XRestScreen(), SAVE SCREEN, __XSaveScreen()
$END$
*/
@@ -303,7 +303,7 @@
$FILES$
Library is core
$SEEALSO$
@...PROMPT,MENU TO,OutStd(),__NoNoAlert()
@...PROMPT, MENU TO, OutStd(), __NoNoAlert()
$END$
*/
@@ -379,7 +379,7 @@
$FILES$
Library is core
$SEEALSO$
OS(),OutStd(),OutErr()
OS(), OutStd(), OutErr()
$END$
*/
@@ -458,7 +458,7 @@
$FILES$
Library is core
$SEEALSO$
DevOut(),Transform()
DevOut(), Transform()
$END$
*/
@@ -489,7 +489,7 @@
$FILES$
Library is core
$SEEALSO$
__Wait(),__Accept()
__Wait(), __Accept()
$END$
*/
@@ -523,7 +523,7 @@
$FILES$
Library is core
$SEEALSO$
Set(),SET ALTERNATE,SET PRINTER,TEXT,__TextRestore()
Set(), SET ALTERNATE, SET PRINTER, TEXT, __TextRestore()
$END$
*/
@@ -555,7 +555,7 @@
$FILES$
Library is core
$SEEALSO$
Set(),SET ALTERNATE,SET PRINTER,TEXT,__TextSave()
Set(), SET ALTERNATE, SET PRINTER, TEXT, __TextSave()
$END$
*/
@@ -593,7 +593,7 @@
$FILES$
Library is core
$SEEALSO$
__Accept(),__Input()
__Accept(), __Input()
$END$
*/
@@ -641,7 +641,7 @@
$FILES$
Library is core
$SEEALSO$
?,??,DevOut(),DevOutPict(),DispOut(),DispOutAt(),OutErr(),QOut(),QQOut(),Str()
?, ??, DevOut(), DevOutPict(), DispOut(), DispOutAt(), OutErr(), QOut(), QQOut(), Str()
$END$
*/
@@ -690,7 +690,7 @@
$FILES$
Library is core
$SEEALSO$
?,??,DevOut(),DevOutPict(),DispOut(),DispOutAt(),OutStd(),QOut(),QQOut(),Str()
?, ??, DevOut(), DevOutPict(), DispOut(), DispOutAt(), OutStd(), QOut(), QQOut(), Str()
$END$
*/
@@ -711,11 +711,11 @@
None
$DESCRIPTION$
This command issue an form-feed command to the printer. If the printer
is not properly hooked up to the computer,an error will not be
is not properly hooked up to the computer, an error will not be
generated and the command will be ignored.
Once completed,the values of PRow() and PCol(),the row and column
indicators to the printer,will be set to 0. Their values,however,may
Once completed, the values of PRow() and PCol(), the row and column
indicators to the printer, will be set to 0. Their values, however, may
be manipulated before or after ussuing an EJECT by using the DevPos()
function.
@@ -741,7 +741,7 @@
$PLATFORMS$
All
$SEEALSO$
DevPos(),SET PRINTER,PRow(),PCol()
DevPos(), SET PRINTER, PRow(), PCol()
$END$
*/
@@ -776,7 +776,7 @@
$FILES$
Library is core
$SEEALSO$
Row(),MaxRow(),MaxCol()
Row(), MaxRow(), MaxCol()
$END$
*/
@@ -811,7 +811,7 @@
$FILES$
Library is core
$SEEALSO$
Col(),MaxRow(),MaxCol()
Col(), MaxRow(), MaxCol()
$END$
*/
@@ -843,11 +843,11 @@
$COMPLIANCE$
C
$PLATFORMS$
Linux(GT),OS2(GT),Win(GT)
Linux(GT), OS2(GT), Win(GT)
$FILES$
Library is core
$SEEALSO$
Row(),MaxRow(),Col()
Row(), MaxRow(), Col()
$END$
*/
@@ -879,10 +879,10 @@
$COMPLIANCE$
C
$PLATFORMS$
Linux(GT),OS2(GT),Win(GT)
Linux(GT), OS2(GT), Win(GT)
$FILES$
Library is core
$SEEALSO$
Col(),Row(),MaxCol()
Col(), Row(), MaxCol()
$END$
*/

View File

@@ -60,6 +60,6 @@
$FILES$
Library is core
$SEEALSO$
@...GET,@...PROMPT,MENU TO,READ,SET KEY,__AtPrompt(),__MenuTo()
@...GET, @...PROMPT, MENU TO, READ, SET KEY, __AtPrompt(), __MenuTo()
$END$
*/

View File

@@ -43,7 +43,7 @@
include NEXT <expN> (number of records to be displayed, where <expN>
is the number of records), RECORD <expN> (a specific record to be
printed), REST (all records starting from the current record
position,and ALL (all records). The default is ALL.
position, and ALL (all records). The default is ALL.
Both logical expression may work ill conjunction with one another
where <bFor> is the logical expression for the FOR condition (for
@@ -53,7 +53,7 @@
If the SAMPLE clause is specified, test labels will be generated.
If the NOCONSOLE clause is specified,the console will be turned off
If the NOCONSOLE clause is specified, the console will be turned off
while this command is being executed.
This command follows the search criteria outlined in the SET PATH TO

View File

@@ -85,7 +85,7 @@
groups, subgroups, and grand total information. The detailed title
item information will be ignored.
If the NOCONSOLE clause is specified,output to the console will be
If the NOCONSOLE clause is specified, output to the console will be
turned off while this command is being executed.
$EXAMPLES$
PROCEDURE Main()

View File

@@ -576,7 +576,7 @@
$COMPLIANCE$
C
$SEEALSO$
__mvGet(),__mvPut()
__mvGet(), __mvPut()
$FILES$
Library is core
$END$
@@ -631,7 +631,7 @@
$FILES$
Library is core
$SEEALSO$
Eval(),FieldWBlock(),MemVarBlock()
Eval(), FieldWBlock(), MemVarBlock()
$END$
*/
@@ -694,7 +694,7 @@
$FILES$
Library is core
$SEEALSO$
Eval(),FieldBlock(),MemVarBlock()
Eval(), FieldBlock(), MemVarBlock()
$END$
*/