ASP VBScript Details :: can u help me?
This thread was displayed: 375 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
cornet
11-28-2006 15:45:11 GMT +2
|
i get this message while i coding :
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/bsuweb/grafik/report.asp, line 47
this is my code :
Set objC
strProvider = "Provider=SQLOLEDB.1;Data Source=(local);" & _
"Initial Catalog=bsu_sms;User id=sa;password=convergain"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" c />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form action="detailReport.asp" method="post" name="report" id="report">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
Tanggal :
<input name="tgl" type="text" id="tgl" size="3" maxlength="2" />
-
<input name="bln" type="text" id="bln" size="3" maxlength="2" />
-
<input name="thn" type="text" id="thn" size="5" maxlength="4" />
<br />
<br />
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" colspan="3">LEVEL HARGA </td>
</tr>
<tr>
<td width="20%"><input name="priceLevel" type="radio" value="distributor_price" />
H1</td>
<td width="21%"><input name="priceLevel" type="radio" value="sub_distributor_price" />
H2</td>
<td width="59%"><input name="priceLevel" type="radio" value="retailer_price" />
H3</td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" colspan="3">SUB-AREA</td>
</tr>
<% jumSubArea = 1
Do Until rs_region.EOF %>
<tr>
<td width="30" align="center"><input type="checkbox" name="checkbox" value="checkbox" /></td>
<td colspan="2"><% Response.Write("<strong>"+rs_region("name")+"</strong>") %></td>
</tr>
<% idRegion = rs_region("id_region")
set rs_sub_area = conn.execute("select * from region,area,sub_area where region.id_region=area.id_region and a
View full message
|
|
|
Razvan Racasanu[InterAKT]
11-28-2006 16:02:07 GMT +2
|
Hello,
Can you attach the fie report.asp so we can have a look at it?
Regards,
Razvan RACASANU
|
|
|