Skip to main content

[archive] radio buttons in cgi form

  • October 6, 2008
  • 5 replies
  • 0 views

[Migrated content. Thread originally posted on 06 October 2008]

Good morning,

does anyone how to code for radio buttons on a cgi form using acucobol, the
samples provided by acucobol use check boxes but I need to use a radio button. Is it supported.

Any help would be appreciated

5 replies

[Migrated content. Thread originally posted on 06 October 2008]

Good morning,

does anyone how to code for radio buttons on a cgi form using acucobol, the
samples provided by acucobol use check boxes but I need to use a radio button. Is it supported.

Any help would be appreciated
In your documentation - see
ACUCOBOL-GT User Interface Programming
5.16.1 Radio Button: Common Properties
5.16.2 Radio Button: Special Properties

[Migrated content. Thread originally posted on 06 October 2008]

Good morning,

does anyone how to code for radio buttons on a cgi form using acucobol, the
samples provided by acucobol use check boxes but I need to use a radio button. Is it supported.

Any help would be appreciated
The iis.zip sample that I posted has an example radio button in first1.html



The example COBOL program that is in iis.zip processes the radio button

[Migrated content. Thread originally posted on 06 October 2008]

Good morning,

does anyone how to code for radio buttons on a cgi form using acucobol, the
samples provided by acucobol use check boxes but I need to use a radio button. Is it supported.

Any help would be appreciated
The iis.zip sample that I posted has an example radio button in first1.html



The example COBOL program that is in iis.zip processes the radio button

[Migrated content. Thread originally posted on 06 October 2008]

Good morning,

does anyone how to code for radio buttons on a cgi form using acucobol, the
samples provided by acucobol use check boxes but I need to use a radio button. Is it supported.

Any help would be appreciated
The iis.zip sample that I posted has an example radio button in first1.html



The example COBOL program that is in iis.zip processes the radio button

[Migrated content. Thread originally posted on 06 October 2008]

Good morning,

does anyone how to code for radio buttons on a cgi form using acucobol, the
samples provided by acucobol use check boxes but I need to use a radio button. Is it supported.

Any help would be appreciated
Thank you, will do as suggested