Shuts down the Oracle Forms replay engine. This function may only be called in the TShutdown transaction.
OraFroms.bdh
OraFormsDestroy( ) : boolean;
dcltrans
transaction TInit
begin
WebSetBrowser(WEB_BROWSER_MSIE6);
WebModifyHttpHeader ("Accept-Language", "en,de-at;q=0.5);
OraFormsInit ("http://vangelis:8888/forms90demo/190servlet", "vangelis", 9000, ORA_FORMS_9I);
end TInit;
transaction TShutdown
begin
OraFormsDestroy();
end TShutdown;