a) Browse data
b) Filter Data
c) Add a new record
d) Modify an existing record
e) Delete an unwanted record
f) Find records
g) Print a report based on the table
Obviously, it will take a lot of coding to achieve all of the above.
Take a look at the following screen. Pretty comprehensive looking and must have involved a lot of coding, right ? Would you believe that it can be done with 1 line of code ?
Would it shock you to know that the above was done with 1 line of code namely
EDIT EXTENDED ARDATA
where ARDATA = workarea
How about this ?
EDIT HLPFOREX
where HLPFOREX = workarea
Hmm... I don't think it can get easier :-)
See More on Extended Edit...