بتاريخ: 13 أبريل 200421 سنة comment_5225 بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته،، How i can use Sequence in form have master and detials i hope someone give me Example for this case ....thanks alot تقديم بلاغ
بتاريخ: 13 أبريل 200421 سنة comment_5228 1- Create Sequence in SQL*PlusSQL> Create Sequence my_sequence;Exit;PRE-INSERTSelect my_sequence.next_val into :BLK1.serial from dual;Where :blk1.serial is a text item on your canvasBLK1 is the master blockIf the sequence number should appear as a foreign key in all details block records then you should use the COPY VALUE From block property to also copy the value from the Master Block to the detail block. The Copy Value from property you use should be the one in the details block and not in the master. تقديم بلاغ
بتاريخ: 19 يوليو 200520 سنة comment_41933 اظن ان المقصود من وكيف أعمل saquence في الreport?? هو عمل تسلسل داخل التقريروهذه المشاركة به الجواب انشاء الله تعالىاضافة مسلسل داخل التقرير تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.