Description
|
Hello,
I've been reading the public tickets in regards to radio
buttons, but haven't found anything that will work, so here
I am. I have a list of data with 5 columns of info like
such. Number,ManufacturerName, ManNum, etc, etc.
The ManName is a link that when clicked takes you to a
page, that is no problem, that works fine. The Number
column is just a count number 1-15, when using the 3270
terminal a number is selected and a Pf key is pressed(there
are five to choose from). In the version I want to create
a radio button for the selection, that when clicked the
number is put into the field F_85_9 without a screen
transition, this field is not visible btw, then the user
can push an aidbuttons(). I should preface this by saying
that I used the screen object wizard for the screen
mapping. And the help in the editor paine for field mapping
does not work.
Is there a function similar to the SSF_Entry() that can
be called when us
|