Tdatabase ordcreate temp
Posted: Fri Jan 26, 2024 12:01 pm
I use tdatabase
Select( oTemp4:nArea )
index on oTemp4:jump To Temp
why make error ?
Select( oTemp4:nArea )
index on oTemp4:jump To Temp
why make error ?
www.FiveTechSoft.com
https://forums.fivetechsupport.com/
Code: Select all | Expand
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY
Code: Select all | Expand
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )
Code: Select all | Expand
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )
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. )