Converting CAPITAL DOS Style Sheets


CAPITAL will be able to import the basic field information of a DOS style sheet, but you will have to reorganise its structure in order to use it as a CAPITAL for Windows Form.

These are the major differences to consider:

     NOTES:40:10:3

     which translates into "return a line 40 characters long, extracted from the 10th such line, out of note pad 3." Under Windows the note pad line length is controlled by the Display Length field property. The line number to extract is now obsolete. (The number of lines to display is now controlled by the size of the rectangle on the form occupied by the note field.) However, you may still specify the note pad number. Thus:

     NOTES:40:10:3

     should be changed to:

     NOTES:3

     The command:

     NOTE:40:1

      would just translate to:

     NOTES



CAPITAL VISUAL BUILDER