بتاريخ: 15 أكتوبر 200817 سنة comment_140798 عندي list_item فيها خيارات لطريقة الدفع اما كاش او فيزا او اكسبريس ومع كل خيار يظهر text_item هاص لتعبئة رقم البطاقة ولكن المشكلة انه عند تنفيذ الفورم واختيار اول خيار يظهر التيكست الخاص به ولكن عندما اختار طريقة دفع اخرى لايختفي التيكست الاول ولا يظهر التيكست الخاص بالطريقة الثانية مرفق الكود والشاشة if :list4 = 'CASH' then set_item_property('t1',visible,property_true); set_item_property('t1',enabled,property_true); set_item_property('t1',navigable,property_true); go_item ('t1'); set_item_property('t2',visible,property_false); set_item_property('t3',visible,property_false); set_item_property('t4',visible,property_false); set_item_property('t5',visible,property_false); elsif :list4 = 'SPAN' then set_item_property('t2',visible,property_true); set_item_property('t2',enabled,property_true); set_item_property('t2',navigable,property_true); go_item ('t2'); set_item_property('t1',visible,property_false); set_item_property('t3',visible,property_false); set_item_property('t4',visible,property_false); set_item_property('t5',visible,property_false); elsif :list4 = 'VISA' then set_item_property('t3',visible,property_true); set_item_property('t3',enabled,property_true); set_item_property('t3',navigable,property_true); go_item ('t3'); set_item_property('t1',visible,property_false); set_item_property('t2',visible,property_false); set_item_property('t3',visible,property_false); set_item_property('t5',visible,property_false);elsif :list4 = 'MASTER' then set_item_property('t4',visible,property_true); set_item_property('t4',enabled,property_true); set_item_property('t4',navigable,property_true); go_item ('t4'); set_item_property('t1',visible,property_false); set_item_property('t2',visible,property_false); set_item_property('t3',visible,property_false); set_item_property('t5',visible,property_false);elsif :list4 = 'AMERICAN EXPRESS' then set_item_property('t5',visible,property_true); set_item_property('t5',enabled,property_true); set_item_property('t5',navigable,property_true); go_item ('t5'); set_item_property('t1',visible,property_false); set_item_property('t2',visible,property_false); set_item_property('t3',visible,property_false); set_item_property('t5',visible,property_false); end if; list.rar تقديم بلاغ
بتاريخ: 15 أكتوبر 200817 سنة comment_140808 تفضل اخي الكريم الفورم المرفقه ولا تنسى انه يجب عليك ان تقارن محتويات اليست ايتم بما هو موجود في LIST ITEM VALUEبالتوفيق list.rar تقديم بلاغ
بتاريخ: 15 أكتوبر 200817 سنة comment_140812 نفس هذه المشاركة؟؟؟؟؟http://www.araboug.org/ib/index.php?showtopic=29952&hl= تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.