Hi,
I'm trying to create a resume with some simple formatting including shaded headings, two column headings, and some bullet points. Nothing fancy at all. The problem is Word 2000 is automatically adding things such as page breaks after the two column headings and changing bullet point font...
Hi,
I have a 2-year-old Linksys cable/dsl router exhibiting odd behavior. I made no changes. I just woke up one morning and it started doing this:
- when I run ipconfig, my PC shows an IP address assigned by my DSL provider, rather than the usual 192.168.x.x address I assigned it via the...
Esteemed forum members:
my desktop has been freezing during gaming recently:
- It doesn't freeze when I'm using the web or Office
- It rarely freezes while playing Halo or Kotor
- It always freezes when playing the FEAR demo
Seems like the heavier the load, the more frequent the problems...
Hello,
I've just replaced my motherboard, the first I've ever attempted. As a complete noob to this, I'm obviously worried about CPU heat.
I applied some Arctic Silver between the heatsink and CPU, and now I'm running it idle watching the CPU heat from the BIOS. It's a P4 2.8 running at about...
Hello,
a few days ago my PC began freezing randomly. I'd be doing something (gaming, surfing, opening folders) then the PC would stop responding slowly... e.g. I'll click on the start menu but the menu doesn't appear, if I leave it alone at this point it will keep running, but if I try to do...
Hi,
I have a web report with 4 report headers that are suppressed with the following conditions:
A: CStr({?Param}) = "myParam"
B: CStr({?Param}) <> "myParam"
C: CStr({?Param}) = "myParam"
D: CStr({?Param}) <> "myParam"
Sections A and B contain charts...
Hello,
I have Windows 2000 on an NTFS partition with some issues, now I'd like to format and reinstall it. My problem is, I have the OS installed on c:, but I have d: and e: on the extended partition with data that I want to keep.
I've always used the W98 boot disk to format before, but I now...
Hello,
I don't know what's going on. I had some reports being passed parameters via ASP running on RAS 9.0 just fine for a couple of months. Out of the blue yesterday, the reports no longer open. Instead, I get this error:
This field name is not known. Error in File...
Hi,
I have concatenated numbers into a string which serves as a field in my report. Crystal is sorting them like this:
2003-01
2003-02
2003-03
2003-10
2003-11
2003-12
2003-04
2003-05
...
I want those strings sorted from -01 to -12 in proper numerical order (even though it's a string). How...
Hi,
Sorry if this is a silly question, but I don't know where to look. Which is more "efficient"? This first block which gets rid of rs after several queries...
sql = "SELECT * FROM tblOne"
Set rs = Conn.Execute(sql)
a_one = rs.GetRows
sql = "SELECT * FROM...
Is it possible to use regular ASP to prevent duplicate users from logging into a site? E.g. If Johnny is logged in, another user can't use Johnny's user/pass to log in simultaneously.
I thought about using a database column called [logged] which is set to 1 when a user is logged in, and set to...
Hi,
when I use window.location = URL to do a redirect, if I am at the bottom of a large page, upon running the redirect I am bumped to the top of the page before the redirection occurs. It's kind of jarring everytime it happens... is there a reason for this (happens on IE 5 and 6), and is there...
Hi,
is it possible to create variable names in a loop? For example, in the following loop I'm trying to create variables named V0, V1, V2, etc. and assign them values 0, 1, 2, etc., but V+i doesn't work.
for (i=0; i<10; i++){
var V+i = i;
}
I cannot use an array because these variables...
Hi,
I have a form in page that looks something like this:
<form name=myForm>
<input type=text name=value1 onBlur=calculateForm(1)>
<input type=text name=result1>
<input type=text name=value2 onBlur=calculateForm(2)>
<input type=text name=result2>
<input type=text name=value3...
Hi,
I've managed to output rows horizontally like this:
Albert {table.rate} {table.rate} {table.rate}
by contatenating the {table.rate} records into a string using a global variable.
I have two questions:
#1: Is it possible to create a report where the {table.rate} rows are in separate...
Hi,
I'm creating a report with a group based on a formula that concatenates two dates from startDate and endDate columns in a database table. The table only has two records (will grow later), so the group outputs the two headers as expected. However, it also outputs a third blank header.
(I...
Hi,
I have a chart that displays results from various measurements that have different ranges and decimal precisions. For example, some measures will have numbers between 10 - 20,000, others will be small numbers between 0.031 - 0.065.
The chart does a decent job estimating ranges for display...
Hi,
is there a difference between the following?
>> Set rs = Server.CreateObject("ADODB.Recordset")
>> rs.Open sql, Conn
versus
>> Set rs = Conn.Execute(sql)
I've always create recordsets the first way, but I came across the second way recently, and it does the same thing in one...
Hello,
I have some reports displayed in HTML in an ASP site that works fine locally, but when moved to the web server I get this error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CrystalReports.ObjectFactory'
/ce9scripts/OpenObjects.asp, line 20...
Hi,
I developed some reports being displayed in Crystal viewers in ASP locally in the Default Web Site. Now I've gotten CE9 installed on the web server where the site is not Default. Calling reports gives me an error:
"ActiveX component can't create object..."
According to the Admin...
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.