On Fri, Dec 22, 2006 at 12:58:20PM -0600, Krieghan Riley wrote: -> I don't see any documentation on radio buttons. At first I thought that was -> because it was self-explanatory with a little trial and error, but I'm -> currently having an issue with it. -> -> Against a page with the following form: -> -> -> -> ## ## __Name_ Type ID Value -> -> 6 dataType radio dataType_1 ['C'] of ['C'] -> -> -> -> And the possible radio values 'C', 'O' and 'L', -> -> -> -> I make the following command: -> -> -> -> Fv 1 dataType 'O'. -> -> -> -> The command succeeds, but I get the same value back when I showforms:
Hi, Krieghan, sorry, I lost your e-mail in my massively bloated "to do" mailbox! fv 1 datatype O will work; don't use quotes. cheers, --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
