بتاريخ: 15 يونيو 201115 سنة comment_213198 السلام عليكم ورحمة الله وبركاته..i am new in Oracle formsI I need to display mulitple records retrieved from the database>I tend to use set block property in a pre block trigger>>The problem is at the run time when I prss search button I get no output at all..I need your help please..this is my code begin if :register.fromm is not null then set_block_property('register',default_where,'regdate=:register.fromm'); end if; end; تقديم بلاغ
بتاريخ: 15 يونيو 201115 سنة comment_213217 I am really shocked sometimes at this forum it's like the largest Arabian forum for Oracle and yet nobody answers anyways I would really like you to explain more so I could know what's going on and don't worry I am new as well تقديم بلاغ
بتاريخ: 15 يونيو 201115 سنة comment_213225 try This Code if :register.fromm is not null then set_block_property('register',default_where,'regdate='||:register.fromm); end if; end; تقديم بلاغ
بتاريخ: 19 يونيو 201115 سنة كاتب الموضوع comment_213349 try This Codeif :register.fromm is not null then set_block_property('register',default_where,'regdate='||:register.fromm); end if; end; شكــــــــــــــــــــــــــــــــــــــــــــرا جزيــــــــــــــــــــلا وجزاك الله كل خير,,,وجعله في ميزان حسناتك,,, تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.