Files
Customer/CONN/Once/conn#775.sql
Arthur Egberink c7bc4c1444 CONN#775
svn path=/Customer/trunk/; revision=13060
2006-10-05 13:34:24 +00:00

18 lines
420 B
SQL

SET ECHO ON
SPOOL xconn#775.lst;
--CONN#775
-- key 775 is toevallig nog vrij, die gebruiken we (moet nl ook in menu_items bekend zijn)
INSERT INTO fac_usrtab
(fac_usrtab_key, fac_usrtab_naam, fac_usrtab_object, fac_usrtab_omschrijving, fac_usrtab_view
)
VALUES (775, 'Formulieren', 'USR_FORMULIEREN', 'Hyperlinks tbv formulieren', 'T'
);
SPOOL OFF
COMMIT;