<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamically fill Combobox in HTML forms from dataset values in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49070#M2922</link>
    <description>Hi Ralph,&lt;BR /&gt;
&lt;BR /&gt;
of course if you don't want to create a complex GUI , ajax and stored process via SAS Stored Process Web application is a good (and easy to  implement) way ...&lt;BR /&gt;
&lt;BR /&gt;
BR,&lt;BR /&gt;
&lt;BR /&gt;
Greg</description>
    <pubDate>Wed, 01 Oct 2008 13:45:07 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-01T13:45:07Z</dc:date>
    <item>
      <title>Dynamically fill Combobox in HTML forms from dataset values</title>
      <link>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49068#M2920</link>
      <description>Hi,&lt;BR /&gt;
i've build a Stored Process based on the "Sample: Multiple Output Formats" stored process. I want to extend this by adding filter capabilities using  html selectboxes.&lt;BR /&gt;
&lt;BR /&gt;
Depending on the selected dataset, i want to fill the corresponding filter selectboxes.&lt;BR /&gt;
&lt;BR /&gt;
For example, after selecting a dataset, i want to fill the filter selextbox with the names of all fields of this dataset.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas how to do this&lt;BR /&gt;
- with bare jsp scripts?&lt;BR /&gt;
- with ajax techniques?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 23 Sep 2008 16:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49068#M2920</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-23T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fill Combobox in HTML forms from dataset values</title>
      <link>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49069#M2921</link>
      <description>Hi:&lt;BR /&gt;
  You may wish to work with SAS Tech Support on this task. There are several different ways to do what you want to do and Tech Support has the people with the expertise to point you in the right direction, depending on whether you want SAS to generate the second form or whether you want to use Web Services or servlets or .... .&lt;BR /&gt;
&lt;BR /&gt;
Reviewing the web application at this documentation site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/sesssamp.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/sesssamp.html&lt;/A&gt; may give you some ideas of what a SAS solution to build the forms would look like.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 30 Sep 2008 13:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49069#M2921</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-09-30T13:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fill Combobox in HTML forms from dataset values</title>
      <link>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49070#M2922</link>
      <description>Hi Ralph,&lt;BR /&gt;
&lt;BR /&gt;
of course if you don't want to create a complex GUI , ajax and stored process via SAS Stored Process Web application is a good (and easy to  implement) way ...&lt;BR /&gt;
&lt;BR /&gt;
BR,&lt;BR /&gt;
&lt;BR /&gt;
Greg</description>
      <pubDate>Wed, 01 Oct 2008 13:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49070#M2922</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-01T13:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically fill Combobox in HTML forms from dataset values</title>
      <link>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49071#M2923</link>
      <description>I have a question along the same lines...&lt;BR /&gt;
&lt;BR /&gt;
I'm interested in writing a simple custom GUI to running stored procs that pull the parameters dynamically from another data source (using ASP.NET).  I already have a proof of concept, which actually works just fine.  However, there is one major step that I cannot determine how to skirt.&lt;BR /&gt;
&lt;BR /&gt;
The ASP.NET/HTML interface I have is actually inserted into our information delivery portal as a link.  Therefore, whenever someone clicks the link, it opens up the interface right within the IDP.  The user can choose options and click submit to see their report.  The problem comes about right there.  The user is then asked to authenticate again.  That leads me to believe that whenever a user runs a stored proc from the IDP via SAS's interface, there is some way that SAS takes care of that authentication in the background.&lt;BR /&gt;
&lt;BR /&gt;
Here comes the question:&lt;BR /&gt;
What can I do with my little ASP.NET page to take care of that authentication?  The user had already been authenticated through the IDP and I'd rather them not be asked to authenticate again.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions, solutions, documentation?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!</description>
      <pubDate>Thu, 09 Oct 2008 15:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Dynamically-fill-Combobox-in-HTML-forms-from-dataset-values/m-p/49071#M2923</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-09T15:08:08Z</dc:date>
    </item>
  </channel>
</rss>

