× 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.



hey all,

I'm trying to get a DTW_DIRECTCALL function for net.data working, and
i'm having a dickens of a time.  could someone check my syntax please?

the error I'm getting on the page is:

%function(DTW_DIRECTCALL) dc1( IN psession, OUT pstatus, INT pstore,
INT pfyear, INT pfper ) { %EXEC { IRTGETPARM.PGM NET.DATA Error: An
incorrect symbol (%}) was encountered at line 29 of file
/HTTP/WEBT/NETDATA/phy/irt/irtmenu.mac.

see the code below:

line 29 is the line directly after the %EXEC { IRTGETPARM.PGM  %}

the cookie is being set, and it is also being retrieved, action and
session are being passed as url query string variables

I'm pulling my hair out here - been screwing around with this for about 3 hours.

Thanks!
----------
%include "inc.define"
%include "inc.runsql"

%html(main) {

%if($(action) == "new")
@DTW_SETCOOKIE("sns_irt_session_id", $(session), "expires=Friday,
10-Nov-2050 00:00:00;path=/")
%endif

@DTW_GETCOOKIE("sns_irt_session_id", psession)

%IF($(RETURN_CODE) == "8000")
<html>
<body>
<br><br>
 IRT Session has not been established or has expired.<br><br>
    Please close this window and restart the application.<br>
 </body>
</html>
%ENDIF

%function(DTW_DIRECTCALL) dc1( IN psession,
                             OUT pstatus,
                                 INT pstore,
                                 INT pfyear,
                                 INT pfper  ) {
%EXEC { IRTGETPARM.PGM  %}
%}

%IF($(PSTATUS) == "N")
<html>
<body>
<br><br>
 IRT Session has not been established or has expired.<br><br>
    Please close this window and restart the application.<br>
</body>
</html>
@DTW_EXIT()
%ENDIF

<html>
<head>
<title>$(IRTapp) - Main Menu</title>
<link rel="stylesheet" href="/phy/htm/style1.CSS" type="text/css">
</head>

<body>

...etc. etc.

------------
the include files are used elsewhere and don't have any errors.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.