I have just finished creating a nice vfp program. I would like to post it on my web site as a "fully working demo", that restricts the main table to 25 records. The table name is "members".
....
I "could" allow the users to input more than 25 records, and then when the program exits it would delete all but the first 25...However, most demo programs I have seen will not allow you to save more than 25 records (if that is how they have it set).
....
What is a good method to handle this???
Likely a good FAQ posting as well!
....
I "could" allow the users to input more than 25 records, and then when the program exits it would delete all but the first 25...However, most demo programs I have seen will not allow you to save more than 25 records (if that is how they have it set).
....
What is a good method to handle this???
Likely a good FAQ posting as well!