بتاريخ: 8 يوليو 200718 سنة comment_104362 ألسلام عليكم...لمن لديه الخبره في مجال ال Apps Technicalقمت بعمل برنامج كامل حسب طلب العميل وقمة بأضافته على ال Apps ولا يوجد اي مشاكل فالامور سهله..ولكن عندما نفذت البرنامج عن طريق Oracle Apps وافتح احد الشاشات تفتح بدون اي مشاكل وعندما اغلقها عن طريق أكس الاغلاق على يمين اعلا الشاشه فأنه يغلق الصفحه المفتوحه ويبقى شاشه تسمى PROGRESS_INDICATOR زظهر فيها خط احمر, علا بأن هذه الشاشه تكون موجوده من ال TEMBLATE فلا يجب حذفها , فما هو الحل برأي الخبراء . فمن لديه الاجابه الشافيه والوافيه ارجو افادتيأبو عنان.... تقديم بلاغ
بتاريخ: 9 يوليو 200718 سنة كاتب الموضوع comment_104412 ماذا تقصد في البلك الخاص؟؟اي بلوك فيهم تبع ال PROGRESSامcustom_block تقديم بلاغ
بتاريخ: 9 يوليو 200718 سنة comment_104489 put the custom block first and make another block(empty block) seconed one . تقديم بلاغ
بتاريخ: 9 يوليو 200718 سنة comment_104495 the progess intiogator is part of the template form so i guess you built your custom form based on the template form correct?anyway i believe you just need to add code in the when window closed trigger to catch up the pressing of the x button simply you can type in exit_form as it's part of the appcore supported builtins but with the do key first copy(’Y’,’GLOBAL.APPCORE_EXIT_FLAG’);Then call:do_key(’exit_form’);also you can simply delete the progress indicator block it's just an empty block in the template form with no use in your custom form تقديم بلاغ
بتاريخ: 11 يوليو 200718 سنة كاتب الموضوع comment_104624 السلام عليكماشكر كل من اهتم بالموضوع وكل من رد علي .اما بالنسبه لحل الاخ Ora_Consultant: فلم يحل المشكله وبقيت كما هيوحل الاخ مؤمن :فهو اعطاني حلين : الحل الاول عندما استخدمته وجربته: عندما اضغط عللى X الخروج يخرج من النظام كاملا وهذا غير صحيح لذلك اضطررت لحذف copy(’Y’,’GLOBAL.APPCORE_EXIT_FLAG’);وبقي do_key(’exit_form’); فكان الحل صحيح 100%اما بالنسبه للحل الثاني لم اجربه-------كنت اود ان اعرف من سؤالي ما سبب ظهور هذه المسج progress indicatorلأني عمل شاشات كثيره على apps وهه اول مره تطلعلي .. وكنت اود ان اعرف السببوالشكر كل الشكر للاخوه والاخوات على مساعدتهموالسلام عليكم تقديم بلاغ
بتاريخ: 11 يوليو 200718 سنة comment_104632 in the template form there is as you nitice alot of blocks which are used for different puposes like the apps calendar ,progress integators and many others . which are there in case you need them in the new custom form that you add these can be deleted if not needed infact iwould recommend so so as not to affect the performance of the form..Also as you know there is a property for the next navigable block in your case most probably the next navigable block was the progress indicator block this caused the progress indicator to appear when you close the window.this is because you didn't add code in the when windows closed trigger to spcify what action you want when clicking on the X button .so the other block showed up either because it was already open behind the sceens or it was the next navigable . the do_key (exit_form)in the when window closed will specify what action you need which is closing the form hope this helps glad that the issue is solvedelsalam alykomAlaa تقديم بلاغ
بتاريخ: 24 يوليو 200718 سنة comment_105592 My dear friend Mohammed, I faced the same prob. when i built an extension for the AP module in APPS. I built a form based on the template file, all u have to do is hiding all the not necessary views on the PRE-FORM trigger: app_window.set_window_position('MAIN', 'FIRST_WINDOW'); HIDE_VIEW('BLOCKNAME'); HIDE_VIEW('PROGRESS_INDICATOR'); HIDE_VIEW('CALENDAR'); HIDE_VIEW('APPCORE_PROPERTIES'); Here you can add any new canvas to build your new form. Here i created a new canvas and window with the name MAIN. In addition, by this solution you can use the Progress indicator where ever you want, like the Export function. Try this solution, and if u face any prob. please dont hesitate to ask me. Kindly Regards. تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.