I use tdatabase
Select( oTemp4:nArea )
index on oTemp4:jump To Temp
why make error ?
Tdatabase ordcreate temp
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Tdatabase ordcreate temp
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Tdatabase ordcreate temp
if DBFCDX
OR
Using this syntax:
Code: Select all | Expand
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY
Using this syntax:
Code: Select all | Expand
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )
Code: Select all | Expand
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Tdatabase ordcreate temp
thanksnageswaragunupudi wrote:if DBFCDX
ORCode: Select all | Expand
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY
Using this syntax:Code: Select all | Expand
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )
Code: Select all | Expand
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com