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 Mike Lewis 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: *

  1. BigOrangeMonkey

    Populating a List using an array of structures

    Wow, I'd forgotten all about that, not even sure I remember exactly what I was writing at the time. I've been involved in a few hundred projects since then :D CoolWeb I honestly do appreciate the response.
  2. BigOrangeMonkey

    Wininet HTTP Post Parameters

    Hi, I am looking into using the wininet DLL to transmit data (An XML String) to a servlet, the documentation states : "Data needs to be passed to these URLs through HTTP request. The XML formed needs to be passed to these URLs as a data stream (String of Characters). The server does not...
  3. BigOrangeMonkey

    Dependency - Knows what dll to find, but cant locate it!

    Hi palbano, Yes everything was pulled from sourcesafe (Except the Workspace .dsw) All I've done to the dsw is add additional Include directories to make it compile. Cheers, Steve.
  4. BigOrangeMonkey

    Dependency - Knows what dll to find, but cant locate it!

    Before the guy who wrote this left he put all the code onto source safe, I have sinced pulled the code onto my machine and compiled it. The dlls are not being called directly by code, they are included as libs which link to dlls upon compilation. They must be included for UnifAce to...
  5. BigOrangeMonkey

    Dependency - Knows what dll to find, but cant locate it!

    It is a straight recompile of another developers software, he left some time ago, his dll dependencies are fine, but mine are only ok when I alter the system path. Im new to this so please forgive my lack of knowledge, I have umpteen books on this but am struggling to find an answer. Thanks...
  6. BigOrangeMonkey

    Dependency - Knows what dll to find, but cant locate it!

    Include/Library paths in tools/options have been set to point to the correct locations on the file system. These are set before attempting to compile the code. (I have not hard coded any paths) If I set system path to point to this location then the dependency walker finds the dlls (Without...
  7. BigOrangeMonkey

    Dependency - Knows what dll to find, but cant locate it!

    Hi, I've been thrown into correcting a Visual C++ DLL (Usually program UnifAce and VB), I have got the DLL I'm building to compile but it doesnt run. When I check the DLL using the Dependency Viewer its saying it cant locate two of the dlls (yrtlc.dll and urtlc.dll). How do I tell the system...
  8. BigOrangeMonkey

    Directory Does not have write permission

    By local I mean the machine I am working on.
  9. BigOrangeMonkey

    Directory Does not have write permission

    In addition to this I have worked out some more, when I create a new project I can add one ascx, but when I try to add another I start getting the directory does not have write permissions error. I found the following article but this is only when using a remote server, I am using a local one...
  10. BigOrangeMonkey

    Directory Does not have write permission

    Ive been working on a web project all day, then all of a sudden when I try to add another usercontrol I get the error "Directory does not have write permissions". Ive checked all the directories that I use (that I'm aware of) and they all have write access! Any ideas? Thanks, Steve.
  11. BigOrangeMonkey

    Changing the ODBC Link in VBA Fires the query on more than one DB

    Hi, I have the following code to change the connection string on a Pass-Through query to point to a different database, when the connection string is changed the query is fired off on both the old connection and the new one, the problem is I am not executing the query!! i.e. The query is to...
  12. BigOrangeMonkey

    Populating a List using an array of structures

    Hi There, I'm populating a list using an array of type MyStructure but I cant get it to display the description in the list, also when I set the valuemember it gives the error : An unhandled exception of type 'System.ArgumentException' occurred in system.windows.forms.dll Additional...
  13. BigOrangeMonkey

    Field Not Updateable until I Refresh Links in linked table Manager

    It works, great stuff :) Now I just need to work out why to satisfy my curiousity, but that can wait :) Thanks
  14. BigOrangeMonkey

    Field Not Updateable until I Refresh Links in linked table Manager

    Every table has a unique clustered index. To explain my app further I have an Access database full of data in many tables and is my data source, I also have SQL and Oracle Databases which are my data targets. My access app sits in the middle. This code works fine on Windows 2000 sp2 but fails...
  15. BigOrangeMonkey

    Field Not Updateable until I Refresh Links in linked table Manager

    I am generating linked tables via VBA, I then launch an update query to select data from another access database into an SQL database. When I run the query I get the message "field not updatable", If I then go into the Linked Table Manager and simply refresh the external linked tables...
  16. BigOrangeMonkey

    Hard Drive getting slow!

    Software using up resources would slow it down, but this wouldnt explain the system not allowing deletes and updates. Dont worry, I'll mark everything that makes my life easier with one of those rather lovely purple stars :)
  17. BigOrangeMonkey

    Random Crashing Spree getting beyond a joke!

    Burning the thing in my back garden also went through my mind but I came to my senses when the cost of replacement flashed through my head :) If it weren't for users, computers would work just fine... If it weren't for customers work would be easy :)
  18. BigOrangeMonkey

    Stepping thro my code makes it work?!

    Pete, I've seperated out the code to only run the segment I presented earlier, if I let it run by itself the queries do not get the ! symbol next to them to show they are non row returning, if I debug through they do. I will try popping in a delay but I'm not certain this will work as there is...
  19. BigOrangeMonkey

    Hard Drive getting slow!

    Sorry, this is a bit vague isnt it! Basically I have been asked to look at a PC that has become unusable due to it getting very slow in recent weeks, I am due to look at it this weekend and am just after some possibility pointers as to what to look at, I intend to do the obvious first such as...

Part and Inventory Search

Back
Top