بتاريخ: 24 مارس 200619 سنة comment_64080 al salam alikmi would like to ask u 1 questin;;;;i have data bolck and inside it more than one text item and only one puttonso i want when i start writing any thing in the text itemthe putton becomes enabled and when i clear the text item the putton shouldchange to desabled and i tryied several times but i could notso plz help me thanx تقديم بلاغ
بتاريخ: 24 مارس 200619 سنة comment_64092 هذة فورمة فيها طريقتيناستخدم الانسب لك enable_disable.zip تقديم بلاغ
بتاريخ: 24 مارس 200619 سنة كاتب الموضوع comment_64094 thanx for ubut sorry the file is not working so pez send it again تقديم بلاغ
بتاريخ: 24 مارس 200619 سنة كاتب الموضوع comment_64099 sorry for trubling u but i cant open the filei dont know why? تقديم بلاغ
بتاريخ: 24 مارس 200619 سنة كاتب الموضوع comment_64122 can u send it on [email protected]thank u تقديم بلاغ
بتاريخ: 27 مارس 200619 سنة comment_64479 =============================- اخر ملف (123.zip) نزلتة وشغال- لقد ارسلت لك الملف على mail=============================لكن الموضوع سهل اوىىىىىىىىشوف ياسيدى************1- انت ممكن تنفذ الفكرة باستخدام combobox - let u have list item of type combobox [color=blue]t[/color] - then u have button [color=blue]b[/color] then put this code in [color=green]WHEN-LIST-CHANGED[/color] IF :T IS NULL THEN set_item_property('b',enabled,property_false); else set_item_property('b',enabled,property_true); end if; 2- انت ممكن تنفذ الفكرة باستخدام timer - let u have text item [color=blue]t2[/color] - let u have button [color=blue]b2[/color] then put this code in[color=green] WHEN-NEW-FORM-INSTANCE[/color] DECLARE T TIMER; BEGIN set_item_property('b',enabled,property_false); -- initial state set_item_property('b2',enabled,property_false); -- -- initial state T:= CREATE_TIMER('TIMER1',100,REPEAT); END; put also this cod in [color=green]WHEN-TIMER-EXPIRED[/color] if get_application_property(TIMER_NAME )= 'TIMER1' then IF :T2 IS NULL THEN set_item_property('b2',enabled,property_false); else set_item_property('b2',enabled,property_true); end if; end if; وبالتوفيق ان شاء الله تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.