بتاريخ: 24 أبريل 200619 سنة comment_67204 السلام عليكم.... In oracle forms10g we don't have the property (Fixed Length), so we have to check it programatically like this: when-validate-item: declare v_length number(10) := 15; begin if length(:my_item) > v_length then message('you can''t enter more than '||v_length||' digits'); raise form_trigger_failure; end; you can change the v_length variable to any number you want . good luck تقديم بلاغ
بتاريخ: 24 أبريل 200619 سنة كاتب الموضوع comment_67209 thank for your responsebut i want the alternative property of fixed lengthi tried to read it in help but it was not clear exactly for me تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.