Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK command
Message
From
24/04/1998 23:02:03
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00094815
Message ID:
00094847
Views:
26
>>Hi, >> >>Im using the seek command to seek a client name in a very large database with 1.7 m records. i have set the order to name2 which is the clients surname and then using the command SEEK locclient. loc> > >>Please help >> >>thanks >>~Quinn > >If you are not receiving an error, say, 'Index tag not found', then try to check the length of the name and compare it to the length of the clocvariable. > >Include this on the syntax valid event of the textbox control: > >SELECT table1 >nLength = FSIZE('fieldname') >cLocVariable = STR(Thisform.TextBoxName.Value,nLength,0) >=SEEK(cLockVariable,'Table1','FieldnameTag') > You may need to set your index to UPPER(sirname) and do your seek with UPPER(variable) so they match exactly ./ Andy Roth andyroth@electriciti.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform