Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

   The passwords accepted are by default ISA001 to ISA099.

   Whenever it becomes necessary to modify one of the passwords, a dBsee
   library function must be used. One way to do this, is by adding a new menu
   label to the start-up object's menu.

   The library function to be used is dfCngPwd().

   Proceed as follows:

     . Activate the password management as described before, and
       access the Application environment.

     . Highlight the Service label (or any other of your
       choice).

     . Press the Menu labels and then the Label button.

     . Enter, for both fields, the Modify password string.

     . Press the Properties button, and press the Space Bar
       on the Function parameter.

     . Press Alt-1. Select Library functions and press
       Expand entity.

     . Select Password management functions and press List
       functions.

     . Select function dfCngPwd() and press the Paste
       button. At this point, the function is copied into the entry field.

     . Save by pressing F10.

     . Press Ctrl-F10 to regenerate all sources modified, and
       generate eventually the Configuration files option. Exit to DOS
       and run the compile and link batch file.

     . By running the application, and when selecting the newly
       created label, the system will first ask for the old password. As soon
       as the correct password has been entered, the system will ask to enter
       the new password, as well as the user's name.

Practical example

   Supposing to allow the execution of a menu label to only those users with
   a security level greater than 30.

     . Activate the password management.

     . Access the Application environment, select the desired
       menu label and press Ctrl-Enter to open the properties
       environment.

     . Select option Allow only if and enter the following
       expression:

     dfUserLev() > 30

     . Save and exit, and press Ctrl-F10 to regenerate the
       parts modified. Compile and link and verify the result.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson