10-19-2010, 05:44 AM
Hi, i have a script using exl as global datasheet. just want to know how to design this
1. in the application there is a list of checkbo
party type checkbox
A
B
C
D
etc
Currently, in my datasheet i have
party1 party2 party3
A B C
if my script
.... settoproperty ("text", datatable("party1", dtglobalsheet)
if exists then i want to set checbox A to "ON", but all party have the same checkbox name, so how do i get the right checkbox
thanks
1. in the application there is a list of checkbo
party type checkbox
A
B
C
D
etc
Currently, in my datasheet i have
party1 party2 party3
A B C
if my script
.... settoproperty ("text", datatable("party1", dtglobalsheet)
if exists then i want to set checbox A to "ON", but all party have the same checkbox name, so how do i get the right checkbox
thanks