====== pears.InvSendAllowed ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."InvSendAllowed"( in "docid" char(20),in "sendmethod" char(1) ) returns long varchar begin -- This function will block with no message; -- sendmethod E - email P - printer; declare "rv" long varchar; set "rv" = ''; return("rv") end