|
I think it is a very impressive first attempt. There's a lot of _javascript_, which appears to be complex. Many users turn _javascript_ off, but if this is an internal application and you can force users to turn it on, then I suppose you can use it. I generally like to keep things clean and simple and use HTML and CSS only. I didn't like the way a separate full screen window opened when I selected "donor menu - donor inquiry" and I didn't like the removal of browser controls. The full screen window obscured the desktop, which I find very disturbing and uncomfortable. After doing a search, I would prefer that the search criteria be retained, which would allow users to easily fine tune their searches without a lot of redundant selecting/keying. There are several ways to set the library list. Please search the Easy400Group for them. They include using the DoCmd subprocedure to run the CHGLIBL or ADDLIBLE command, setting the library list in the HTTP server's job description, etc. The most recent versions of RPG IV allow files to be opened by their qualified names (EXTFILE and EXTMBR file description keywords) without using the library list. This removes most of the need for manipulating the library list. You shouldn't even think about ending the HTTP server job when the browser session closes. Ending and starting jobs is a big performance hit. So is ending and starting activation groups. If you want really good performance, create your CGI programs with named activation groups. There have been many EASY400Group discussions about this too. Once your CGI programs are fully tested and debugged, you can use subprocedure setNoDebug(*on) to speed up performance even more. Mel Rothman Mel Rothman, Inc. [EMAIL PROTECTED] wrote:
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- [Easy400Group] 1st Call (no questions... yet :) pdrula
- Re: [Easy400Group] 1st Call (no questions... yet :) Mel Rothman
- RE: [Easy400Group] 1st Call (no questions... yet :) pdrula
