1 / 13

Oracle Graphics Designer

Oracle Graphics Designer. Graphics …. Komponen Oracle Developer yang digunakan untuk membuat tampilan grafik / chart Bentuk – bentuk :. Komponen :. Next …. Next …. Next …. Next …. Next …. Next …. Finally …. Struktur …. Form ke Graphics …. Declare pl ParamList; BEGIN

nikita
Download Presentation

Oracle Graphics Designer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle Graphics Designer

  2. Graphics … Komponen Oracle Developer yang digunakan untuk membuat tampilan grafik / chart Bentuk – bentuk :

  3. Komponen :

  4. Next …

  5. Next …

  6. Next …

  7. Next …

  8. Next …

  9. Next …

  10. Finally …

  11. Struktur …

  12. Form ke Graphics … Declare pl ParamList; BEGIN og.close('C:\G_DSNKMK.OGD','GKMK_BLK.CKMK'); :global.NM_CHART := 'C:\G_DSNKMK.OGD'; :global.NM_BLOCK := 'GKMK_BLK.CKMK'; pl := Get_Parameter_List('tempdata'); if not id_null(pl) then Destroy_Parameter_List('tempdata'); end if; pl := Create_Parameter_List('tempdata'); Add_Parameter (pl, 'P_NIK', TEXT_PARAMETER, :NIK); message('Loading chart ... Updating records ...', NO_ACKNOWLEDGE); OG.Open (:global.NM_CHART, :global.NM_BLOCK, TRUE, TRUE, pl); END;

More Related