Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
freefile to make appendable a random file?
#4
hy, thanks a lot. now when i put information and new information in the database, the file reflect all update.
the essence code to make a random file appendable is:
Code:
DIM ff AS INTEGER
DIM recordcount AS INTEGER ' To get number of records in the file.

ff= FREEFILE
...
(assign "ff" in the open file)
RecordCount = LOF(ff) / Recordlen#
...
PUT #ff, RecordCount + 1 , ...
---------------------------------------------------------------
Thanks a lot!!!.
now my next code is to make a editable record.
my other project is the view table.  that display all record in the above file.

is at least 3 step
make (also add)
see
and edit.
Reply


Messages In This Thread
Re: freefile to make appendable a random file? - by guyisland - 07-10-2009, 07:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)