Re: Oracle graphics within forms

From: Thanos Tsakonas <ttskns_at_ath.forthnet.gr>
Date: Mon, 27 Jul 1998 17:03:47 +0300
Message-ID: <6pi17d$o91$1_at_ulysses.noc.ntua.gr>


Use OG.Close/OG.Open instead. It will work fine.

Example:

IF :GLOBAL.CUR_CHART IS NOT NULL THEN
   OG.close(:global.cur_chart,'CHART1'); END IF;
:global.cur_chart := op_chart;
OG.OPEN(op_chart,'CHART1',FALSE,TRUE,PARM_LIST);

Hope it helps.

Thanos Tsakonas

Alan Campbell wrote in message <35b61f80.170090_at_news.demon.co.uk>...
><snip>
>Anyone have any ideas ?
>
>TIA
>
>Alan
>
>---
>Alan Campbell
Received on Mon Jul 27 1998 - 16:03:47 CEST

Original text of this message