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

    Visual Studio 2003.NET+ShellExecuteEx() in Windows Vista Business

    No error, no crash. Actually I found what the problem is. The Vista has much stricter on files security settings. After applied the folder setting, this application ran perfectly. Thanks
  2. unicornkhh

    Visual Studio 2003.NET+ShellExecuteEx() in Windows Vista Business

    Hi all, I'm not a Visual C++ program but only a system administrator. Due to the nature of newly-purchased computers are all bundled with Windows Vista, I need to modify a simple application. The purpose for this application is to fetch Windows contacts list from the server through FTP...
  3. unicornkhh

    Help with determination for aggregate functions in SQL statement

    Hi bborissov and jimstarr , having clause did went through. Thanks a lot!
  4. unicornkhh

    Help with determination for aggregate functions in SQL statement

    Hi everyone, I'm new here and have searched related topics but non is related to my question: My company had an old VFP 6.0 but I installed VFP 9.0 on my desktop. Here's the SQL statement I have in the Excel VBA: select sh.id, sh.finaldate, sh.writtendate, sum(ar.amount) as 'balance' ; from...

Part and Inventory Search

Back
Top