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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BigOrangeMonkey

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

Part and Inventory Search

Back
Top