بتاريخ: 21 يونيو 201115 سنة comment_213432 Hi everybodystill my problem with set_block_property..but now I want the default where to be with to forms item one of the item is from a non database block but the other iten is..my code is : set_block_property('register',default_where,':register.patientid='||:blk_pid.id); go_block('register'); execute_query; I want to move from the non database block to a database block which is register in my form..but this movement under the condition thatid in both blocks are equal.I tried the above code but it give be nothing .Please I need you help urgently. تقديم بلاغ
بتاريخ: 21 يونيو 201115 سنة comment_213447 if the field patientid is of type character then try the following set_block_property('register',default_where,'patientid='''||:blk_pid.id || ''''); go_block('register'); execute_query; تقديم بلاغ
بتاريخ: 22 يونيو 201115 سنة كاتب الموضوع comment_213496 if the field patientid is of type character then try the following set_block_property('register',default_where,'patientid='''||:blk_pid.id || ''''); go_block('register'); execute_query; Thanks alOoOoOoOoOoOoOoOoOt it worked تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.