04-21-04 07:33 AM
Well i have my domino running on a different system, but in the same network
area.
i use the tags to connect to domino.
firstly import the tld files (domtags, domutil and give the prefix domino an
d util resp)
and use this peice of code to connect to database
<domino:view viewname="Customers/By Customer Name" dbserver="CN=sobis52.sobi
s.com/O=sobis" dbname="apps/customer.nsf" user="wpsadmin" password="password
" host="sobis52" >
and use a viewloop to get the data, the code is as follows
<domino:viewloop id="myviewloop">
<tr>
<td><font color="black" face="Helvetica">
<domino:viewitem col="1"/>
</font></td>
<td><font color="black" face="Helvetica"><domino:viewitem col="2"/></font></
td>
<td><font color="black" face="Helvetica"><domino:viewitem col="3"/></font></
td>
</tr>
</domino:viewloop>
it works fine in WSAD but when i deploy it it does not work
[ Post a follow-up to this message ]
|