Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: earme
  • Order by date
  1. earme

    HELP - Can't add new products

    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...
  2. earme

    Modify a table

    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...
  3. earme

    System.NullReferenceException: Object reference not set to an instance

    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...
  4. earme

    System.NullReferenceException: Object reference not set to an instance

    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...
  5. earme

    changing XML with clientside script

    chmohan, Thank you!! That's exactly what I was looking for! Earme
  6. earme

    changing XML with clientside script

    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
  7. earme

    Dev dll erroring with 'Class does not support automation'

    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...
  8. earme

    Dev dll erroring with 'Class does not support automation'

    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...
  9. earme

    Dev dll erroring with 'Class does not support automation'

    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...
  10. earme

    multiple shopping baskets/carts

    How do I make Microsoft Commerce Server handle multiple shopping baskets/carts? Any one have any ideas? Any one done this? Thanks, Earme
  11. earme

    incorrect logoff

    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...
  12. earme

    Across then Down causing blank sections

    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...
  13. earme

    Export erroring for over half of options

    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
  14. earme

    Export erroring for over half of options

    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...
  15. earme

    partial text searching using full text search

    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...
  16. earme

    8007000e: Not enough storage is available to complete this operation

    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...
  17. earme

    8007000e: Not enough storage is available to complete this operation

    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...
  18. earme

    Label print start position

    Does anyone have any suggestions about how to do this? Earme
  19. earme

    80020009 Exception occurred

    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 =...
  20. earme

    Crystal or VB faster?

    The database I'm using is Access, which I don't really consider a *real* database. Oh, the SQLServer days. Earme

Part and Inventory Search

Back
Top