Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
EmptyDBProject-0.0.9.tar.gz | 2016-03-25 | 42.7 kB | |
EmptyDBProject-0.0.8.tar.gz | 2016-03-17 | 41.3 kB | |
EmptyDBProject-0.0.7.tar.gz | 2015-06-11 | 42.4 kB | |
EmptyDBProject-0.0.5.tar.gz | 2014-10-10 | 42.3 kB | |
EmptyDBProject-0.0.4.tar.gz | 2014-10-09 | 41.8 kB | |
EmptyDBProject-0.0.3.tar.gz | 2014-04-18 | 41.7 kB | |
EmptyDBProject-0.0.2.tar.gz | 2013-10-04 | 41.1 kB | |
EmptyProject2-0.0.1.tar.gz | 2013-09-06 | 31.0 kB | |
EmptyProject-0.0.1.tar.gz | 2013-06-10 | 28.0 kB | |
Readme.txt | 2012-10-17 | 807 Bytes | |
EmptyDBProject-0.0.1.tar.gz | 2012-10-17 | 38.3 kB | |
Totals: 11 Items | 391.3 kB | 0 |
C_Template : Empty projects with some basic functionality ----------- EmptyProject: Empty gambas project with some elements filled: - FMain: Form with menu for File, About, Help, .. - FAbout: Form for about text (loaded from .txt file) - FChanges: Form to display recent changes in program versions, loaded from changes.txt file. - FLicense: Form for license text (loaded from .txt file) - Project icon (to overwrite with own icon) EmptyDBProject: started from EmptyProject; extended with elements for Database use: - MData module with database open/close, access code, general record add/delete. - FConfig for database configuration: read or fill db type, name, password, .. - Store config parameters in Settings file. (See also EmptyProject: empty project with FMain, FAbout, FLicense)