[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

[sqr-users] Smart Forms



Hello,

I'm developing a custome parameter screen for an SQR job using 
ONE/SmartForms.

the Pick List on the screen should bring values from a database table, I'm 
sure that nothing is wrong with the SQL that brings the data. and I think 
that the problem is these code lines.

<WS:ParameterPickListCond hasValue="yes">
      <SELECT name="<WS:ParameterFieldName/>">
              <WS:InitializeParameterPickList/>
                <script language="JavaScript">
                <WS:ParameterPickListLoop>
                                          
<OPTION><WS:ParameterPickListValue/></OPTION>
                </WS:ParameterPickListLoop>
        </script>
       </SELECT>
       </WS:ParameterPickListCond>
</WS:ParameterInputCond>

Thank you



_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users