Whenever I read a good article about VFP e.g. here I like it to store it
in a self-made data-table which consists of a title field (character-field) and a memo-field
structure of my table:
Field-name Type
--------------------------
Contents (character)
article (memo)
This means presently the following:
1.Mark all the lines of that article. (CTRL-A)
2.copy it into memory (CTRL-C)
3.open the foxpro-table with browse
4.append a blank record (CTRL-T) at the end of the table
5.open the memo-field of that blank record by double clicking the memo- field
6.drop the copied artikel into that memo field
7.close the table
8.When back in browse modus write the first line of the copied article (which is normally
the description of the article which was read.
As I do this manually so far, I am looking for a short program which could help to reduce
all these keystrokes I have to make, and therefore helps me to work faster.
Any ideas?
Regards
Klaus
in a self-made data-table which consists of a title field (character-field) and a memo-field
structure of my table:
Field-name Type
--------------------------
Contents (character)
article (memo)
This means presently the following:
1.Mark all the lines of that article. (CTRL-A)
2.copy it into memory (CTRL-C)
3.open the foxpro-table with browse
4.append a blank record (CTRL-T) at the end of the table
5.open the memo-field of that blank record by double clicking the memo- field
6.drop the copied artikel into that memo field
7.close the table
8.When back in browse modus write the first line of the copied article (which is normally
the description of the article which was read.
As I do this manually so far, I am looking for a short program which could help to reduce
all these keystrokes I have to make, and therefore helps me to work faster.
Any ideas?
Regards
Klaus