Hi, am new to this - be gentle!
I have five edittext boxes on a form - at various points of data entry I wish to un-enable 5 of them.
I have given them numeric 'tags' and would like to unenable numbers 2 - 6
e.g something like
for i = 2 to 6
if edittext.tag = i then
edittext.enable = false
end if
next
strikes me as something that should be very simple?
many thanks
I have five edittext boxes on a form - at various points of data entry I wish to un-enable 5 of them.
I have given them numeric 'tags' and would like to unenable numbers 2 - 6
e.g something like
for i = 2 to 6
if edittext.tag = i then
edittext.enable = false
end if
next
strikes me as something that should be very simple?
many thanks