PDA

View Full Version : Just wondering



Larry Heiges
18-Jan-2007, 01:24 PM
In the order sample asp, there is the following:

<%
Dim iErr
iErr = oOrder.RequestClear("Invt",1)
%>

What is the purpose since invt is constrained to the orderhea file?

Does this map to a requestclearall?

Larry Heiges
App-2-Win Systems, Inc.
LookFeel for Windows

LFW7sp3
LFW11.1

Vincent Oorsprong
19-Jan-2007, 02:15 AM
Larry,

RequestClear with value 1 performs a clearall.
--
Regards,
Vincent Oorsprong
Data Access Europe B.V.
http://www.dataaccess.nl

Harm Wibier
19-Jan-2007, 03:19 AM
Hello Larry,

I can't find a reason for clearing the invt file instead of the orderhea
file. I will correct it for the next release.

Regards,


--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl


"Larry Heiges" <lheiges@app-2-win.com> wrote in message
news:h7evq2ht970hi8erjr67tqca9t7cg933o5@4ax.com...
> In the order sample asp, there is the following:
>
> <%
> Dim iErr
> iErr = oOrder.RequestClear("Invt",1)
> %>
>
> What is the purpose since invt is constrained to the orderhea file?
>
> Does this map to a requestclearall?
>
> Larry Heiges
> App-2-Win Systems, Inc.
> LookFeel for Windows
>
> LFW7sp3
> LFW11.1

Larry Heiges
22-Jan-2007, 12:48 PM
>
>RequestClear with value 1 performs a clearall.

Makes sense.

Thanks

Larry Heiges
App-2-Win Systems, Inc.
LookFeel for Windows

LFW7sp3
LFW11.1