الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

استخدام الeditor

Featured Replies

بتاريخ:

بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
أخواني الأعزاء الرجاء محاولة إخباري كيف يمكن إستخدام أداة الإيديتور في الفورم بحيث عندما يدخل المستخدم على الحقل ينبثق له محرر editor يستطيع الكتابة به وبعد ذلك يغلقه
والسلام عليكم ورحمة الله وبركاته

بتاريخ:

لاستخدام الـ Editor فى الـ Run time
1- بالضغط على Crtl + E
أو
2- باستخدام Show_Editor Built in

ارجو ان يكون هذا هو المطلوب

  • بعد 2 أسابيع...
بتاريخ:
  • كاتب الموضوع

بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
أخي العزيز ما قصدك بShow_Editor Built in
وشاكر لك إهتمامك والسلام عليكم ورحمة الله وبركاته

بتاريخ:

الاخ الكريم
المقصودر ب Show_editor Built in
هو ان هذه الفانكشن موجودة بالفورم
اليك مثال
/*

** Built-in:  SHOW_EDITOR 
** Example:   Accept input from the operator in a user-defined 
**            editor. Use the system editor if the user has 
**            checked the "System_Editor" menu item under the 
**            "Preferences" menu in our custom menu module. 
*/ 
DECLARE 
 ed_id   Editor; 
 mi_id   MenuItem; 
 ed_name VARCHAR2(40); 
 val     VARCHAR2(32000); 
 ed_ok   BOOLEAN; 
BEGIN 
 mi_id := Find_Menu_Item('PREFERENCES.SYSTEM_EDITOR'); 
 IF Get_Menu_Item_Property(mi_id,CHECKED) = 'TRUE' THEN 
   ed_name := 'system_editor'; 
 ELSE 
   ed_name := 'my_editor1'; 
 END IF; 

 ed_id := Find_Editor( ed_name ); 
 /* 
 ** Show the appropriate editor at position (10,14) on the 
 ** screen.  Pass the contents of the :emp.comments item 
 ** into the editor and reassign the edited contents if 
 ** 'ed_ok' returns boolean TRUE. 
 */ 
 val := :emp.comments; 
 Show_Editor( ed_id, val, 10,14, val, ed_ok); 
 IF ed_ok THEN 
   :emp.comments := val; 
 END IF; 
END; 

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.