بتاريخ: 5 أبريل 201312 سنة comment_234583 السلام عليكم.... اذا كنت اريد اظهار حقل التاريح في فورم على شكل قائمة مقسمه الى ثلاثه اجزاء وهي اليوم والشهر والسنه فكيف استطيع فعل ذلك...........! ارجو منكم الافاده وشكراً لكم تقديم بلاغ
بتاريخ: 14 أبريل 201312 سنة comment_235017 السلام عليكم 1st you will add three list items non database and fill them dynamically by POPULATE_LIST one for days , 2nd for months , and the 3rd for years ------------------------------- at inserting when the 3 lists change at WHEN-LIST-CHANGED build your original date item (the database item ;('FULL_DATE := to_date (:dd||'-'||:mm||'-'||:yyyy , 'dd-mm-yyyy: ------------------------------- at Post Query you will extract day , month and year from the original date ---> :DD :=EXTRACT(DAY FROM :FULL_DATE); into the 3 lists Waiting for you feedback Best Regards تم تعديل 14 أبريل 201312 سنة بواسطة AElsaber تقديم بلاغ
بتاريخ: 15 أبريل 201312 سنة comment_235080 You can use the following query in your record group to build days query dynamically SELECT LEVEL , LEVEL FROM DUAL CONNECT BY LEVEL <= 31 and the same for months and years queries Regards تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.