Hi all,
In Javascript, Netscape 4 doesn't support 'getAttribute("attributename")', eg.
<input type="text" name="txtUserNames" size="30" maxlength="15" class="formfield" validate="req" />
i want to get the value of validate...
Hi all,
i got a instereting question about Netscape:
firstly my code as below:
<html>
<head><script language = "javascript">
function testing(){
var place = document.frmMain.text.value;
var total =number*place;
if(document.layers)
{
var Lname = 'PosReturn';
var y =...
Hi,
anyone know something about Opera? does opera 6 support DHTML? i generated some dynamic text in javascript, it works fine in IE (i also found the solution of Netscape), but it seems doesn't work in opera. any solution?
thanks a lot.
one interesting question
for example, one printer has two traies: trayA and trayB. is it possible write the code by using vb6.0 that printer will choose the paper form trayA when the first page be printing; and printer will choose other paper from trayB when other pages be printing.
thanks a lot.
Hi,
Thanks in advance..
When attempting to run a VB6 program with a CR8 report from the client system, I receive the following error message:"Physical database not found.
In fact, all works fine on the development PC, but as soon as you package the whole lot up and install it on a fresh...
Hi,
anyone know how to change the data-source location of the crystal report within Visual Basic?
it will be great if you got the simple code.
thanks a lot!
I tried to open a external cystal report within Visual Basic 6.0.
the report would be opened in the first time. however, when you want to open the report by enter different parameter, the error message "Memory Full" is received. my code as follow,
'General Declarations
Dim crxReport...
I am unable to open my report through the web. I am using the RDC in ASP. I keep getting this message
Error Type:
Seagate Crystal Reports ActiveX Designer (0x80043AC6)
Access denied.
Please help!
Hello,
i want to display a report on web page(created by ASP), i expect to do like below:
1. created stored procedure in sql server 7.0
2. created crystal report(calling SP)
3. created .dll by using Visual Basic 6.0, and in this .dll the crystal report will be open
4. registered .dll in...
this is my code:
Private Sub Command1_Click()
Dim crxReport As CRAXDRT.Report
Dim crxApplication As New CRAXDRT.Application
Set crxApplication = CreateObject("CrystalRuntime.Application")
Set crxReport = crxApplication.OpenReport("H:\vb\CRVB\crystal.rpt")...
i'am trying to create a dynamic report with crystal report 8.0 devlopper version, but i couldn't find any example using stored procedures(sql server 2000 database).
when i create the recordset from a stored procedure, i always get the error -"2147192179 (8004728d) Error detected by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.