[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: field_opts_off bug??
From: |
pcazallas |
Subject: |
Re: field_opts_off bug?? |
Date: |
Wed, 21 Jul 2010 03:46:03 -0700 (PDT) |
OK, I found the problem:
it was that the field I wanted to modify was the "CURRENT_FIELD" when
calling field_opts_off...
Sorry for the inconvenience and regards,
Pablo.
pcazallas wrote:
>
> Trying to switch off the flag O_ACTIVE in some fields of a form, after
> calling post_form, all the fields become inactive, except the first one.
>
> This is the code:
>
> field_opts_off(aField[0], O_ACTIVE); // this doesn't work
> field_opts_off(aField[1], O_ACTIVE); // this works fine
> field_opts_off(aField[2], O_ACTIVE); // this works fine
>
> What could be the problem??
> Do I need to call any other function after doing that??
>
> Thanks in advance,
> Pablo Cazallas.
>
--
View this message in context:
http://old.nabble.com/field_opts_off-bug---tp29223941p29224197.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.