× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The macro below is real simple, yet the DTW_subtract is blowing up:

%function(DTW_SQL) query() {
   SELECT rename, cd, dys 
   FROM donc.cell4
@DTW_SUBTRACT(NUM1, $(V3), result)
%}

%HTML (input) {
<HTML>
<TITLE>testing (input)</TITLE>
<body bgcolor="d0d0d0">
<TR>
<TH align = center><font color="#FF0000">To test various net.data
built-in functions</TH>
</TR>
<form method="post" action="output">
<input name="NUM1" type="text" size="6">
<input type="submit" value="enter">
</BODY>
</HTML>
%}

%HTML (output) {
<HTML>
<TITLE>testing (output)</TITLE>
<TR>
<TH align = center><font color="#FF0000">To test various net.data
built-in functions</TH>
</TR>
<HR>
  @query()
<p>The answer is: $(result)
</HTML>
%}

Don F. Cavaiani
IT Manager
Amerequip Corp.
920-894-7063

'Treat every person with kindness and respect, even those who are rude
to you. Remember that you show compassion to others not because of who
they are but because of who you are.'--Andrew T. Somers 



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.