English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

recall --> recalls records marked for deletion
i.e.
dele all (delets all records)
recall all (recalls all records)

pack --> physically removes the record from dbf marked for deletion
i.e.
use customer
dele all
pack

nothing will be left in the dbf just like a dull brain

replace --> u can update values

replace all basic with 10000

replaces all records with 10000 in basic field

locate ---> locate finds a record
i.e.
use customer
locate for city = 'SA'

the record pointer moves the record wherre 'SA' is found in city
continue
will move to the next matching record

if no matching record found then end of locate scope will come

list

lists out all the records of the currently opened dbf

list off

lists out all the records of the currently opened dbf without recno()

display

displays the current record

there are so many commands in foxpro.

also u can give condition in the above commands

i.e. u can say dele for name = 'SMART'

edit will edit the current record
change will edit the current record

browse will open the entire database for editing

there is nothing called data

logical is a datatype which store .T. OR .F.

i think u asked this question b4 also 3 times

please DO NOT SPAM

2006-12-13 19:41:49 · answer #1 · answered by lakshmi r 4 · 0 0

May I ask What O/S And or Programming languge you are using :P

2006-12-14 03:23:46 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers