DbReCompiler| Owners |
Vitezslav VLCEK |
Category |
| Software Development Tools |
|
| Contributors |
- |
Platform |
|
| Downloads |
799Download latest release |
Last Release |
Apr 10, 2008 |
| Rating |
(0 ratings)
|
Project Creation |
Nov 10, 2006 |
| Status |
Not active |
Short URL |
Not defined |
| Description |
Mass template and database recompilator (Refresh/Replace design & Compile all LotusScript) |
In Catalog |
|
This database is useful especially when you want to perform mass template recompilation.
For instance:
I have 2 templates (A.ntf, B.ntf) and 1 database (DB.nsf).
Template B.ntf contains some design elements form template A.ntf.
Database DB.nsf contains some design elements form template A.ntf and form B.ntf.
I have to make some changes in template A.ntf.
If I want to have DB.nsf up-to-date, I should do:
1.recompile A.ntf
2.refresh design B.ntf
3.recompile B.ntf
4.(optionally) refresh design B.ntf again (if I want to have identical date/time for inherited design elements from A.ntf)
5.refresh design DB.nsf
6.recompile DB.nsf
7.(optionally) refresh design DB.nsf again (if I want to have identical date/time for inherited design elements from A.ntf)
This process is very slow and boring. Therefore I decide to create Database ReCompilator. It can do this process very simply.