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

بتاريخ:

السلامم عليكم

عند البحث في عدة حقول أستعمل ما يلي:

 

FUNCTION close_w RETURN varchar IS
x varchar2(500);
y varchar2(50);
t varchar2(50);
m varchar2(50);
r varchar2(50);
g varchar2(50);
s varchar2(100);
BEGIN
if :dir is not null then x:=' and cod_mr0 in(select cod_mr from etat_mr where cod_doss=:global.cod_doss and cod_dir=:dir)';end if;  
if :prj is not null then y:=' and cod_mr0=:prj';end if;
if :COD_STR is not null then t:=' and cod_cli=:COD_STR';end if;
if :contrat is not null then m:=' and cod_mr=:contrat';end if;
if :TYP in('B','C') then r:=' and nat=:TYP'; else m:=null; end if;
if :num_etat<>'AL' then g:=' and etat_mr=:num_etat';else g:=null;end if;
if :d1 is not null and :d2 is not null then s:=' and dat_mr between :d1 and :d2';else return null; end if;
return s||x||y||t||m||r||g;
END;



PROCEDURE exec IS
conditions varchar2(2000);
BEGIN
conditions:=close_w;    
set_block_property('STR_CMMARCHE',default_where,'cod_doss=:global.cod_doss'||conditions);
go_block('STR_CMMARCHE');
execute_query;
END;

 

هل هنالك طريقه أكثر فعالية

 

شكرا مسبقا

fiche_fmb_exemple.rar

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

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

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

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.