|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
crystal reports in a asp page |
|
From: |
fran |
|
Date: |
7/22/2000 12:57:04 PM |
|
IP: |
62.82.196.150 |
how works the crystal report in asp page
i have de ocx control, and the report:
in fact, this is the code:
but the crystal doesnt work., thank you
<OBJECT classid="clsid:00025601-0000-0000-C000-000000000046" data=data:application/x-oleobject;base64,AVYCAAAAAADAAAAAAAAARgYABAAAAAAA3frdut363brlAgAA5QIAAAEAAQAAAAAAAAAAAAAAAAAsAWQAZADqAQAAAAACAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAA//8BAP////9qAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAQzpcTWlzIGRvY3VtZW50b3NcaW5mb3JtZS5ycHQAAAAAAAAAAAAAAAAAAAAAAA==
id=cristal name="" style="LEFT: 0px; TOP: 0px"></OBJECT>
<%
if (request("op")="op") then
set Usuarios=CreateObject("coches.general")
rsUsuarios=Usuarios.valida_usuario(request("login"),request("password"))
if rsUsuarios=true then
Response.Write ("cierto")
else
Response.Write ("falso")
end if
end if
%>
<html>
<head>
<title>
</title>
<script language="VBScript">
sub funcion()
cristal.printreport
end sub
</script>
</head>
<body>
<form method="post" action="default.asp" id=form1 name=form1>
<div align="center">
<input type="hidden" name="op" value="op">
<table width="32%" border="5" height="97">
<tr>
<td width="21%">
<div align="center">USUARIO</div>
</td>
<td width="79%">
<div |
Follow Up - Re: crystal reports in a asp page - Giovanni Zomer 7/22/2000 5:31:50 PM
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|