Lakukan juga modifikasi pada item property agar item bisa muncul/hilang di
form
Set_Item_Property('block.item', Visible, Property_True) --tampil di form
Set_Item_Property('block.item', Visible, Property_False) --tdk tampil di
formhth, AWAL ----- Original Message ----- From: "Jack Mania" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, March 21, 2006 8:56 AM Subject: [indo-oracle] Re: Memunculkan dan menghilangkan tampilan di form > Terima kasih atas tanggapannya Mas Bowo, > > Apakah ini berarti 2 item(price_us,price_rp) akan muncul di form secara bersamaan Mas..? > Maaf yang saya maksud disini klo saya melakukan input data, yang muncul di form(canvas) adalah price_rp, sedangkan price_us tidak muncul. Tetapi klo saya melakukan query, yang muncul di form(canvas) adalah price_us, price_rp tidak muncul. > Terima kasih. > > Regards, > Andi > > > > > > > > > --- In [email protected], "Yulius Wibowo" <[EMAIL PROTECTED]> wrote: > > > > Set price_us: > > - sbg DATABASE ITEM (yg direkam di database) > > - sbg DISPLAY ITEM (tidak bisa dimodifikasi khan ???) > > > > Set price_rp: > > - sbg NON DATABASE ITEM > > - sbg TEXT ITEM > > - tambahkan trigger : WHEN-VALIDATE-ITEM, dengan isi: > > :price_us := konversi_ke_us(:price_rp); > > > > CMIIW, > > > > Bowo > > > > > > > > --- In [email protected], Jack Mania <j4ckm4n@> wrote: > > > > > > > > > - OS : Windows > > > - Oracle Product Type : Developper 6i > > > - Error/Problem : Memunculkan dan menghilangkan tampilan di form > > > > > > Dear rekan" indo-oracle semua, > > > Mudah-mudahan ada yang bisa bantu saya ya... > > > > > > Saya sedang membuat program tentang penerimaan barang beserta > > pricenya. > > > Disini saya membuat 2 item yang mirip (price_us dan price_rp). > > > Pinginnya user jika ia input data maka yang tampil di form adalah > > price rupiah, > > > tetapi jika dia melakukan query maka yang tampil di form adalah > > price dolar. > > > ( untuk konversinya sendiri sudah bisa ). > > > > > > Terima kasih sebelumnya. > > > > > > Regards, > > > Andi -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.lizt.org (NEW) ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

