Session greetings!
First of all I’m totally newbie in a www development in LN (there are however
experience in LN development) and now I’ve encountered with the following
task:
It is a database which is accessible from LN6.5 and web. Kind of names.nsf but with additional fields that my boss wants to see. There should be
- search form (by surname) and after a user enters a surname and click
“Search” button:
if there is one match → display employee card
if there are more than one match → display links list to go to the employee
document
- search form (by department)
there must be 3 comboboxes. The sens here is that we have 3 levels of
hierarchy, so one field for each level. When user chose the highest level in
the second field list must be refreshed to allow chose only appropriate
sublevels. The same for the level2.
There are also different views she wants me to implement (guess I can handle
all of this) but she also wants me to create a export procedure (to MS Excel
that works on web). I have no idea how to do that.
General interface - 3 frame
=================================
++++++++||++++++++++++++++++++++||
++++++++||+++++++++3F+++++++++++||
++++++++||++++++++++++++++++++++||
++++++++||======================||
+++1F+++||++++++++++++++++++++++||
++++++++||++++++++++++++++++++++||
++++++++||+++++++++2F+++++++++++||
++++++++||++++++++++++++++++++++||
=================================
1F must have outlines with links to all views
2F must have a search forms (1 for surname and 1 for hierarchy search)
3F must have an employee form.
Any pointer to a real database with such basic, but for-me-no-idea-how-to-do functions would be a saver for me.
I especially would like to know
-
how to do MS Excel export procedure on a web
-
how to do fields dependency on a web (working example greatly appreciated)
-
how to do open-employee-card-in-the-frame-below trick.
Thank all of you who’ve read down to this line.