DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6894eec59⟧ TextFile

    Length: 2536 (0x9e8)
    Types: TextFile
    Notes: UNIX file
    Names: »staff«

Derivation

└─⟦c93a30372⟧ Bits:30004169/disk3.imd Uniplex II+ V.6 release 1.0 (dansk)
└─⟦c93a30372⟧ UNIX Filesystem
    └─⟦this⟧ »up/new/usr/UAP/demo/us_sales.frm/src/staff« 

TextFile

:C U.S. VERSION


:TITLE
-- AMEND/INQUIRE FOR SALES FORCE --
:TABLE
sales_force

:SCREEN

           DAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF @@
           [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
           B   EMPLOYEE    B   Christian name : [L1.........]   B@@
           [  AAAAAAAAAA   [                                    [
           B               B   Surname        : [L2.........]   B@@
           [               [                                    [
           KAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG@@
           [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
           B   PAYMENTS    B   Salary         : [L3.....]       B@@
           [  AAAAAAAAAA   [                                    [
           B               B   Commission     : [L4.]           B@@
           [               [                                    [
           KAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG@@
           [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
           B     CAR       B   License        : [L5......]      B@@
           [  AAAAAAAAAA   [                                    [
           KAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG@@
           [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
           B    BRANCH     B   Branch number  : [L6.]           B @@
           [  AAAAAAAAAA   [                                    [[
           B               B   Branch         : [L7..........]  B @@
           [               [                                    [[
           JAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH @@
           [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
:LABELS
L1=First_name, type char, prompt = "Type in christian name";
L2=Surname, type char, prompt = "Type in surname";
L3=Salary, type dec, prompt = "Only digits will be accepted";
L4=PC, type dec, prompt = "Only digits will be accepted";
L5=License, type char, chars USD,
   prompt = "Alpha characters will be converted to uppercase";
L6=BNo, type char, chars D, reply = "01|02|03|04|05",
   prompt = "The branch ID's range from 01-05, any other input is invalid";

:LABELS

table=branch
search on BNo = L6;
L7 = Branch_name

:HELP

This form will allow a user to either view,  input,  edit or delete data.
The form will validate user input.


NOTE:
Forms can be designed to allow users to input, edit, delete and select data.
They can also be designed to restrict access, that is 'no input', 'no edit'
and 'no delete'.



:END