بتاريخ: 8 مارس 200422 سنة comment_2872 مرحبا جميعاً سؤالي هالمره عن الصور كيف ممكن أحط شعار أو صوره بالأوراكل فورم ديفيلوبر 9iبانتظار إجاباتكم .. ومشكورين مقدماً تقديم بلاغ
بتاريخ: 14 مارس 200422 سنة comment_3264 الأمر سهل و بسيط جدا ...تقوم بعمل ITEM حسب الحيز اللي تريده من نوع IMAGE ITEM و من ثم تستخدم Read_Image_FiLE('IMAGE PATH','IMG TYPE','IMG NAME'); في ال FWHEN NEW ORM INSTANCE انشاء الله الدنيا تشتغل تم تعديل 23 مارس 200422 سنة بواسطة khaled تقديم بلاغ
بتاريخ: 14 مارس 200422 سنة comment_3285 اعتقد ان الاخت LEBANON تقصد اين يمكن وضع صورة مثل IMPORT في ال6I وليس IMAGE_ITEM ارجو منها توضيح ما تريد بالضبط تقديم بلاغ
بتاريخ: 23 مارس 200422 سنة comment_3912 ماادري اذا كانت الطريقه المتبعه بال9اى هيه نفسها المتبعه بال6 اى ... المهم لادراج صوره او شعار go to file -> choose import -> then you will get dialog msg box and choose your directory تقديم بلاغ
بتاريخ: 23 مارس 200422 سنة comment_3922 To add IconsYou have to put the icons in the fileE:\oracle\dev9i\forms90\j2ee\forms90app\forms90webNote the icon should be of gif extension.To add ImagesTo put images into your forms you have to register your image's path. To do so do the following: Search for forms90_path in the registry Open the file. In the value data put the path of the images after a semicolon";"Note to open registry. From START>RUN write regedit In the registry editor EDIT>FIND then write forms90_path.Or HKEY_LOCAL_MACHINE == SOFTWARE === ORACLE == HOME1== FORMS90_PATHC:\oracle\dev9i\forms90;the path of imagesEx. C:\oracle\dev9i\forms90;D:\imagesWhere the D:\images is the path of imagesAnother way is to put it in the default path which isC:\oracle\dev9i\forms90 To add java beansOpen the file formsweb.cfg with word pad. Its location is c:\oracle\dev9i\forms90\serverIn the word pad open EDIT>FINDWrite in find "archive_jini=f90all_jinit.jar "Add to that string the java beans you want; like that Archive_jini= 90all_jinit.jar, colorpicker.jarTo separate between two java bean use coma.The above steps are about registering your java beans.But we should put them in a folder, and that folder is in Oracle\dev9i\forms90\javaNote keyfilter.jar is especial case where we create a folder called demos in that path:C:\oracle\dev9i\forms90\java\oracle\formsDon't forget that keyfilter.jar is copied to that path too oracle\dev9i\forms90\java.To make the java bean visible of colorpicker.jar:Execute the procedure pr15_3.txtPut it in the program units of the form you want to show in itMake trigger (when_new_form_instance) at the form level. Write in it fbean.register_bean('control.color_picker',1,'oracle.forms.demos.beans.ColorPicker')Where 'control .color_picker' is ' the name of the block. the name of the item' respectively . And 'oracle.forms.demos.beans.ColorPicker' is the bath written in the beans. Make sure that C and P in ColorPicker is capitalizedMake a button and write in it Pickcolor('canvas');Note the pickcolor('canvas') is a procedure pr15_3.txt pr15_3.txt تقديم بلاغ
بتاريخ: 24 مارس 200422 سنة comment_4008 يفضل استخدام الصور ذات الامتداد gif على jpg ... لان النوع الثاني دايما يتحول الى الجي اى اف يوم يتخزن .. فالالوان تتبهدل ... تقديم بلاغ
بتاريخ: 25 مارس 200422 سنة comment_4021 مشكور أخى kindghost على المعلومات الرأئعةوشكرا لجميع الاعضاء المشاركين تقديم بلاغ
بتاريخ: 9 يونيو 200718 سنة comment_101868 Alsalam alikom ,To the member Kindghosti've checked the code it's Great thank you but can we do something more generic cause at work i have to do same steps at every machine that got the application under 6i i don't want to use the registryand is this part also applicable for E-bussiness applications ?Thank you hope i get a reply تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.