meem77 بتاريخ: 17 مارس 2004 تقديم بلاغ مشاركة بتاريخ: 17 مارس 2004 Hi ,I have a report and there is a 2 table emp(emp_id,person_id),exit_seq(srl_no,person_id)· I want to make srl_no when I generate a letter report its generate automatically depend by person_id its mean for person_id one srl_no in a day that’s mean when I generate a report for this person_id in same day it must give me same number but in other day take the sequence (max(srl)+1) · when arrive to year2005 in 1st if jan it must start with 1 that’s mean in 1st of jan in each year start with 1when report run but if 1st Jan in holiday and no body make run for this report it must 1st time in this year start with 1 اقتباس رابط هذا التعليق شارك المزيد من خيارات المشاركة
meem77 بتاريخ: 21 مارس 2004 كاتب الموضوع تقديم بلاغ مشاركة بتاريخ: 21 مارس 2004 لاأحد يستطيع الرد على سؤالي ؟؟؟؟؟؟؟؟؟؟؟؟؟ اقتباس رابط هذا التعليق شارك المزيد من خيارات المشاركة
engahmed383 بتاريخ: 12 أبريل 2007 تقديم بلاغ مشاركة بتاريخ: 12 أبريل 2007 to create serial for the report follow this stepsfunction CF_3Formula return Number isbegin if R_G_CHEKED1FormatTrigger then :x:=nvl(:x,0)+1; end if; return :x;end;R_G_CHEKED1FormatTrigger --- the name of the format tirgger of the repeating frame that contains the serialed datax ----user serial.txt اقتباس رابط هذا التعليق شارك المزيد من خيارات المشاركة
Recommended Posts
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.