بتاريخ: 27 أبريل 200619 سنة comment_67642 السلام عليكمكيف اجعل الحقل لا يستقبل احرف عربي ... ؟؟؟ تقديم بلاغ
بتاريخ: 27 أبريل 200619 سنة comment_67669 استخدم الفانكشن التاليةif instr(:yr_text,'أ') > 0 or instr(:yr_text,'ب')> 0 ..... thenmessage ('لايمكن ادخال احرف عربية هنا'); تقديم بلاغ
بتاريخ: 29 أبريل 200619 سنة comment_67728 السلام عليكم... 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! تقديم بلاغ
بتاريخ: 11 يونيو 200619 سنة comment_71846 واذا كنت اريد الحقل لا يستقبل احرف انجليزية فكيف تكون تم تعديل 11 يونيو 200619 سنة بواسطة Heba_shatta تقديم بلاغ
بتاريخ: 12 يونيو 200619 سنة comment_71884 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; ممكن تفكرى و تطورى ايهاب وجدى تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.