I am creating a webspeed application that will have a combo box to show the Customers name.
My goal is to have it return the following after you submit your choice:
1. Customer Name
2. Rate
3. Associate(person who handles this account)
So what is required to get this to return those values?
I am still fresh to progress, so I am looking for the "onSubmit" equivilent.
Here is what it looks like thus far, I now only need to get it work
My goal is to have it return the following after you submit your choice:
1. Customer Name
2. Rate
3. Associate(person who handles this account)
So what is required to get this to return those values?
I am still fresh to progress, so I am looking for the "onSubmit" equivilent.
Here is what it looks like thus far, I now only need to get it work
RUN process-web-request.
{&out} "</select>" SKIP
"<H2>Select the client for report</H2>" SKIP
"<select name='client' multiple size='1' >" SKIP
"<option value='combobox' selected> - Choose client from list - </option>" SKIP.
{&out} "</SELECT>" SKIP
"<br><br>" SKIP
"<INPUT TYPE=SUBMIT NAME=~"range~" VALUE=~"SUBMIT~">" SKIP
"</FORM>" SKIP
"</CENTER>" SKIP.
{&out} "</BODY>" SKIP
"</HTML> "SKIP.