بتاريخ: 9 مارس 200917 سنة comment_150728 hihow can I give different privilege to the different user from the forms?? تقديم بلاغ
بتاريخ: 9 مارس 200917 سنة comment_150733 you can use forms_ddllike forms_ddl(' create or grant .... to '||:user); Ehab Wagde تقديم بلاغ
بتاريخ: 17 مارس 200917 سنة كاتب الموضوع comment_151432 thanksbut I want to ask you, can I use the following method to give different privileges to different users by use check_box?? if checkbox_checked('prv_read') then forms_ddl('create or grant read to '||:form_staff_id); elsif checkbox_checked('prv_delete') then forms_ddl('create or grant delete to '||:form_staff_id); elsif checkbox_checked('prv_write') then forms_ddl('create or grant write to '||:form_staff_id); elsif checkbox_checked('prv_view') then forms_ddl('create or grant view to '||:form_staff_id); elsif checkbox_checked('prv_write') then forms_ddl('create or grant write to '||:form_staff_id); elsif checkbox_checked('prv_full_control') then forms_ddl('create or grant full_control to '||:form_staff_id); end if; تقديم بلاغ
بتاريخ: 18 مارس 200917 سنة comment_151554 اسمحوا لي بالافادة :-فانا جربت نفس الشيء بالاعتماد على checkbox اعطاء صلاحيات فلم تزبط الامور والافضل عملها عن طريق انشاء جدول آخر وادخال الصلاحيات لكل مستخدم لكل حركة سجل يتم تخزينها في الجدول ويتم تنفيذ جمل FORMS_DDL من خلال Trigger post-insert اتمنى ان كان هناك حل افضل عند الاخوة ان يطرحوه تقديم بلاغ
بتاريخ: 22 مارس 200917 سنة كاتب الموضوع comment_151867 اسمحوا لي بالافادة :-فانا جربت نفس الشيء بالاعتماد على checkbox اعطاء صلاحيات فلم تزبط الامور والافضل عملها عن طريق انشاء جدول آخر وادخال الصلاحيات لكل مستخدم لكل حركة سجل يتم تخزينها في الجدول ويتم تنفيذ جمل FORMS_DDL من خلال Trigger post-insert اتمنى ان كان هناك حل افضل عند الاخوة ان يطرحوه فعلا ما ضبطت معي طريقه checkbox واللحينه بجرب طريقتكشكرا لك أخوي كل الشكر تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.