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

    WCF - trusted certificate only works after second service-call

    Hello everyone! In the last few weeks I built a WCF service that is secured with a self-generated certificate for message-signing and encryption (makecert.exe). The public key had to be installed on all clients (trusted root certificate store). Everything works fine and as we want to go live in...
  2. tobsen69

    Filling data in a listform using temporary recordset

    Hi Roy! Thanks for the tip... Now everything displays correctly. "Locktype" is the solution. Bye!
  3. tobsen69

    Filling data in a listform using temporary recordset

    I have a listform in an access-adp. The data comes from an sqlserver database and is first loaded into a recordset. Then, I copy all the tabledefinition and data to an other recordset and add a field "selected" with a defaultvalue of 0 for a checkbox. After that, the manipulated recordset is...
  4. tobsen69

    Are there any decent alternatives to VSS?

    Hi! There is a tool called "CVS". This should be an alternative to SourceSafe. I've never tried it, but some say, this is the best for team-development. You can see an example how to get it working with Visual Studio: http://www.codeproject.com/macro/CVS_with_VSNET.asp Btw, the new Team...
  5. tobsen69

    Query using ORDER BY

    Hi r937, could you please explain your idea. I don't get it...
  6. tobsen69

    Query using ORDER BY

    You can try this using a UNION Statement. With that, you can start two queries, one only for the country, the user is in and one for all the others (ordered by whatever).
  7. tobsen69

    How to view messages in Administrator mailbox.

    You log in with your domain-admin, right? Maybe this account is not activated for OWA. Check the userprofile in the active-directory-users snap-in. I currently don't have a server here, but I remember, there is a tab, where you can set such things (pop3-access, mobile-access, OWA, etc.)

Part and Inventory Search

Back
Top