cobnet
25 Dec 2007, 10:37 PM
Updated: 05/13/2008.
Uploaded latest files. Moved Sql files into zip file. Removed all special characters from table and field names in the database.
Updated all php files to reflect these changes. Again no upgrade path, will need to start from the top. Maybe this will be the last time?
Updated: 05/11/2008. 2nd Time
We now have grids for all tables! Next I have to work on linking the grids. Any help greatly appreciated. Til next time.
Updated: 05/11/2008.
Uploaded latest files. Many changes, no upgrade path, must update all files. Rename all modules according to instructions below. There should be no more renaming of files, folders, moduleNames etc from here on, at least I hope not? The zip file will be the only name that should change.
Updated: 05/07/2008.
Uploaded latest files.
The desktop files made a successful transition to the latest Ext 2.1!
The desktop files are working with the latest Desktop 0.7.1 coding.
Deleted OLD webBase.zip file. From here on any coding for Desktop versions before 0.7.1 will not be available here.
Added: NEW webBase4.zip file. This is the latest coding with many changes.
Installation for Desktop 0.7.1:
Before installing files below you will need of course the Desktop App and the Qo Admin Modules at:
http://qwikioffice.com/forum/viewtopic.php?f=6&t=35
installed and working correctly.
Download webBase4.zip file.
Unzip the file.
Next please read the readme.txt file for further plugins needed before installing these files.
Once all plugins are installed and working continue with:
Upload files to your desktop app's system/modules/ folder.
Unfortunately you will have to update the wb.php file for your database connections.
Instructions are included in the wb.php file.
Use the Qo.Admin Module to install the following to your desktop:
module: wbMenu
file: wbMenu.js
-
module: wbNameSearch
files: wbNameSearch.css, wbNameSearch.js, wbNameSearch.php
-
module: wbEventSearch
files: wbEventSearch.css, wbEventSearch.js, wbEventSearch.php
-
module: wbParentsSearch
files: wbParentsSearch.css, wbParentsSearch.js, wbParentsSearch.php
-
module: wbResourceSearch
files: wbResourceSearch.css, wbResourceSearch.js, wbResourceSearch.php
-
module: wbSourceSearch
files: wbSourceSearch.css, wbSourceSearch.js, wbSourceSearch.php
-
module: wbUrlSearch
files: wbUrlSearch.css, wbUrlSearch.js, wbUrlSearch.php
-
module: wbVariantSearch
files: wbVariantSearch.css, wbVariantSearch.js, wbVariantSearch.php
-
module: wbGenCard
files: wbGenCard.css, wbGenCard.js
That should be it?
The wbGenCard module links all the tables with the appropriate info.
The php files currently only send data from the database, there is no saving of new or edited records. I will be re-working these files and will update the zip file when they are ready.
Thanks to Saki for the excellent recordform plugin at http://extjs.com/forum/showthread.php?t=31341
Our new grids are based off this plugin. Supposedly we should be able to call a grid into any window, panel, etc. without having so much duplication in the coding now!
Updated: 02/28/2008.
Deleted alot of UPDATED messages in this posting - no longer needed.
Updated: 02/11/2008.
MySql bug in treeid.php file. It is fixed now! I am wondering about a possible endless loop in the while call of this file. Suppose a parent has a child listed, then this child links back to the parent as a child. Would this while call loop forever?
Updated: 02/09/2008.
Thanks to the great Tutorial at: http://extjs.com/learn/Tutorial:Ext20_Tree_TreeLoader_PHP_MySQL
I have updated the GenCard and TreeID windows to open an individual window on tree click.
Updated: 12/27/2007.
Added SQL files to setup your own Surname webBase.
- Note the readme file.
---------------------------------------------------------------
This is my first attempt using the MyDesktop framework by MXRacer. It is far from complete but it is a pretty good example of using ExtJS in a research application.
Demo Link (http://cobnet.com/icmsBeta2/extjs/examples/wb)
Looking for ideas, suggestions and more........ Someone with more time than me, lol!
Uploaded latest files. Moved Sql files into zip file. Removed all special characters from table and field names in the database.
Updated all php files to reflect these changes. Again no upgrade path, will need to start from the top. Maybe this will be the last time?
Updated: 05/11/2008. 2nd Time
We now have grids for all tables! Next I have to work on linking the grids. Any help greatly appreciated. Til next time.
Updated: 05/11/2008.
Uploaded latest files. Many changes, no upgrade path, must update all files. Rename all modules according to instructions below. There should be no more renaming of files, folders, moduleNames etc from here on, at least I hope not? The zip file will be the only name that should change.
Updated: 05/07/2008.
Uploaded latest files.
The desktop files made a successful transition to the latest Ext 2.1!
The desktop files are working with the latest Desktop 0.7.1 coding.
Deleted OLD webBase.zip file. From here on any coding for Desktop versions before 0.7.1 will not be available here.
Added: NEW webBase4.zip file. This is the latest coding with many changes.
Installation for Desktop 0.7.1:
Before installing files below you will need of course the Desktop App and the Qo Admin Modules at:
http://qwikioffice.com/forum/viewtopic.php?f=6&t=35
installed and working correctly.
Download webBase4.zip file.
Unzip the file.
Next please read the readme.txt file for further plugins needed before installing these files.
Once all plugins are installed and working continue with:
Upload files to your desktop app's system/modules/ folder.
Unfortunately you will have to update the wb.php file for your database connections.
Instructions are included in the wb.php file.
Use the Qo.Admin Module to install the following to your desktop:
module: wbMenu
file: wbMenu.js
-
module: wbNameSearch
files: wbNameSearch.css, wbNameSearch.js, wbNameSearch.php
-
module: wbEventSearch
files: wbEventSearch.css, wbEventSearch.js, wbEventSearch.php
-
module: wbParentsSearch
files: wbParentsSearch.css, wbParentsSearch.js, wbParentsSearch.php
-
module: wbResourceSearch
files: wbResourceSearch.css, wbResourceSearch.js, wbResourceSearch.php
-
module: wbSourceSearch
files: wbSourceSearch.css, wbSourceSearch.js, wbSourceSearch.php
-
module: wbUrlSearch
files: wbUrlSearch.css, wbUrlSearch.js, wbUrlSearch.php
-
module: wbVariantSearch
files: wbVariantSearch.css, wbVariantSearch.js, wbVariantSearch.php
-
module: wbGenCard
files: wbGenCard.css, wbGenCard.js
That should be it?
The wbGenCard module links all the tables with the appropriate info.
The php files currently only send data from the database, there is no saving of new or edited records. I will be re-working these files and will update the zip file when they are ready.
Thanks to Saki for the excellent recordform plugin at http://extjs.com/forum/showthread.php?t=31341
Our new grids are based off this plugin. Supposedly we should be able to call a grid into any window, panel, etc. without having so much duplication in the coding now!
Updated: 02/28/2008.
Deleted alot of UPDATED messages in this posting - no longer needed.
Updated: 02/11/2008.
MySql bug in treeid.php file. It is fixed now! I am wondering about a possible endless loop in the while call of this file. Suppose a parent has a child listed, then this child links back to the parent as a child. Would this while call loop forever?
Updated: 02/09/2008.
Thanks to the great Tutorial at: http://extjs.com/learn/Tutorial:Ext20_Tree_TreeLoader_PHP_MySQL
I have updated the GenCard and TreeID windows to open an individual window on tree click.
Updated: 12/27/2007.
Added SQL files to setup your own Surname webBase.
- Note the readme file.
---------------------------------------------------------------
This is my first attempt using the MyDesktop framework by MXRacer. It is far from complete but it is a pretty good example of using ExtJS in a research application.
Demo Link (http://cobnet.com/icmsBeta2/extjs/examples/wb)
Looking for ideas, suggestions and more........ Someone with more time than me, lol!