home *** CD-ROM | disk | FTP | other *** search
- $$// confirm.inf = the text emitted to the confirmation dialog for
- $$// this configuration
-
- - Java Project: '$$Root$$'
- - Java applet/application: '$$AppName$$.java'
- - HTML file: '$$AppName$$.html'
- $$IF(use_DAO)
- $$IF(recordset)
-
- $$IF(comments)
- - Source code comments
- $$ENDIF
- $$IF(todo)
- - 'TODO' comments
- $$ENDIF
- - DAO support
-
- This applet will:
-
- - Open the '$$recordset$$' table of the '$$fname$$' Access database
- - Create and layout AWT components for the fields you specified
- - Update the AWT components with records from your database
- - Create 'Next', 'Prev', 'First' and 'Last' buttons for browsing
- $$IF(readonly)
- - Disable all TextFields and prevent you from modifying the database
- $$ELSE
- - Create 'Save!', 'Add!', 'Delete!' and 'Re-read' buttons for modifying the database
- $$ENDIF
-
- The following fields have been selected:
-
- $$BEGINLOOP(fieldcount)
- $$IF(include)
- - $$field$$ ($$typedesc$$)
- $$ENDIF
- $$ENDLOOP
-
- The following fields were not selected and will be commented out
- in the source code (in case you change your mind later):
-
- $$BEGINLOOP(fieldcount)
- $$IF(!include)
- - $$field$$ ($$typedesc$$)
- $$ENDIF
- $$ENDLOOP
- $$ELSE
-
- This applet will NOT run:
- $$IF(fname)
- - A valid table in the '$$fname$$' database was not selected.
- $$ELSE
- - A valid database was not specified.
- $$ENDIF
- $$ENDIF
- $$ELSE
- $$IF(resultset)
-
- $$IF(comments)
- - Source code comments
- $$ENDIF
- $$IF(todo)
- - 'TODO' comments
- $$ENDIF
- - RDO support
-
- This applet will:
-
- - Open the '$$resultset$$' table of the '$$DSN$$' ODBC datasource
- - Create and layout AWT components for the fields you specified
- - Update the AWT components with records from your database
- - Create 'Next', 'Prev', 'First' and 'Last' buttons for browsing
- $$IF(readonly)
- - Disable all TextFields and prevent you from modifying the datasource
- $$ELSE
- - Create "Save!" and "Re-read" buttons for modifying the datasource
- $$ENDIF
-
- The following fields have been selected:
-
- $$BEGINLOOP(fieldcount)
- $$IF(include)
- - $$field$$ ($$typedesc$$)
- $$ENDIF
- $$ENDLOOP
-
- The following fields were not selected and will be commented out
- in the source code (in case you change your mind later):
-
- $$BEGINLOOP(fieldcount)
- $$IF(!include)
- - $$field$$ ($$typedesc$$)
- $$ENDIF
- $$ENDLOOP
- $$ELSE
-
- This applet will NOT run:
- $$IF(DSN)
- - A valid table in the '$$DSN$$' datasource was not selected.
- $$ELSE
- - A valid datasource was not specified.
- $$ENDIF
- $$ENDIF
- $$ENDIF
-