Sounds like you have two different errors occurring. The first error "Variable is undefined: 'prForm'", make sure that you are declaring prForm before you use it. For the second error, try writing out the value of ProductID before the place it errors with a response.end after it, to make sure...
Or you could modify the sql statement is uses. If you know sql script it's not difficult (and I think it's the recommended way). And you have all the other fields it creates as an example. I have a bunch of custom tables that need to be moved every time I pack and unpack and I modify the sql...
the problem was we were missing the field u_keyindex in the UserObject table. It wasn't in the profileSql.sql script and I didn't add it. Soo, if anyone else gets this error, check that you have all the fields in the userObject table and then check to make sure that you have all the other...
System.NullReferenceException: Object reference not set to an instance of an object.
This is the error that I'm getting in my asp .net cs2002 application. The website is working fine on my development box, but when I unpackaged it onto the production machine I keep getting errors. This...
Is it possible to modify xml with clientside vbscript or javascript. I'd like to change the attributes of a couple nodes depending on their values. Is this possible? If so how do I do it? Any websites with good examples?
Thank you,
Earme
I solved the problem. It was a binary compatability problem. I copied the last working dev dll's from the client back to my dev machine and built everything again, making sure that the binary compatablity was with this older, but working, dll. Tested it on the dev sites, and like magic...
The Prod dll works fine on the development machine. It uses the same code and appears to be set up exactly the same as the Dev dll. When I use the Dev dll, on the same development machine, it errors. They appear to be set up exactly the same and use the same cls file. So, the calls that the...
I have dll's that I use in my asp pages, some dll's call other dll's in addition to being called from the web pages. All dll's have a Dev Version and a Prod version (they have Dev or Prod at the beginning to signify which one they are). The dev and prod versions use the same cls files, but...
I have a web page running Commerce server 2002 off of IIS and every once in a while a user (usually the same one or two) will have a problem with being logged out incorrectly. What happens is they login, see the welcome page, but when they click on any of the links they get the login screen...
Hello,
I have a CR with 2 columns that previously printed labels 'Down then across'. There are 14 labels per sheet so I added 13 blank detail sections that only are shown if it's the first record and the starting label is greater than the current detail section. This worked great for 'Down...
I wasn't clear, I'm sorry. Everything works through my development machine, that has crystal installed. The problem is when I install my vb6 program on another machine (that doesn't have crystal installed). I've included the dll's from my pc, but I still get the illegal operations.
Earme
My VB6 application uses the CRViewer for the reports. I'd like it to be able to export, but half of the export options result in an illegal operation. I've tried to replace the dll's, but it the error still happens. Any ideas? Is there a way to supress the items that error?
The options that...
Is it possible to search on a partial word using full text search? So, if 'pollywollydoodle' is a part of multiple product descriptions, doing a seach using 'polly', 'wolly', 'doodle', or even 'llywo' would return all products having 'pollywollydoodle' somewhere in their description.
Any...
An update and some more info.
The machine runs 2 websites, both accessing a SQL database, but with different DSN's. The other web site ran fine, even while I was pulling my hair out with the other (which was good, cause it left me some hair).
All of this was happening Sunday night, I went to...
Hello, I'm getting the error 8007000e, "Not enough storage is available to complete this operation." It's running Windows 2000 and has at least 2gig free and the task manager doesn't show that anything is hogging memory.
The code that it happens on is alldata=rstemp.getrows() in:
set...
Hello,
I'm getting the following error in my asp:
(0x80020009)
Exception occurred
It says that it's happening at If Trim(varTemp) = "" Then in the following statement:
Function RestoreNull(varTemp)
If Trim(varTemp) = "" Then
RestoreNull = Null
Else
RestoreNull =...
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.