الانتقال إلى المحتوى
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.

جعل الحقل لا يستقبل احرف عربي

Featured Replies

بتاريخ:

السلام عليكم
كيف اجعل الحقل لا يستقبل احرف عربي ... ؟؟؟

بتاريخ:

استخدم الفانكشن التالية
if instr(:yr_text,'أ') > 0 or instr(:yr_text,'ب')> 0 ..... then
message ('لايمكن ادخال احرف عربية هنا');

بتاريخ:

السلام عليكم...
1)Double Click on the text item to view it's property palette.
2)Go to international 
3) set these properties :
    a) Initial Keyboard State = Roman
     Reading order  = Left to right
    c) Keyboard State = Roman Only

good luck!

بتاريخ:
  • كاتب الموضوع

الله يبارك فيكم اخوتي

  • بعد 1 شهر...
بتاريخ:

واذا كنت اريد الحقل لا يستقبل احرف انجليزية فكيف تكون :D

تم تعديل بواسطة Heba_shatta

بتاريخ:

declare
alert_no number;
x number:=0;
alert_text varchar2(50);
CH CHAR;
begin
if :Customer_name is not null then

FOR I IN 1..LENGTH(:Customer_name) LOOP
CH:=SUBSTR(:Customer_name,I,1);
IF CH NOT BETWEEN 'ء' AND 'ي' THEN

alert_text :='. يجب ادخال أحرف فقط';
set_alert_property('general',alert_message_text,alert_text);
set_alert_property('general',title,' ');
alert_no :=show_alert('general');
raise form_trigger_failure;
end if;
END LOOP;
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.