Problem with the selectedline
Posted: Tue Mar 29, 2011 12:20 pm
Ok, so i have one scrolling list field and one button. The script of the button is: it returns an error, but if i use script:
it deletes the selected line but the problem is that it works only the first time i press the button, when i do it again it does nothing.
Code: Select all
delete the selectedline of field "someField"
Code: Select all
put the selectedline of field "someField" into selLine
delete selLine