Hello gurus,
i was stuck in radio button
pls help me
my code is below
IF rad1 = 'X'.
w_tab-gender = 'MALE'.
w_tab-male = 'MALE'.
elseif rad2 = 'X'.
w_tab-gender = 'FEMALE'.
w_tab-female = 'FEMALE'.
ENDIF.
when i check male then in my database both display male female
and when i check female then in my database only female display
where is my mistake??
pls help me?