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 Rhinorhino 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: tseh
  • Content: Threads
  • Order by date
  1. tseh

    Client does not connect

    We are using Citrix server on Windows 2000 server and version 7 ICA clients. On a new remote setup, the client appears to connect from the remote station, flashes an icon in the taskbar and goes away. Does not show the logon screen...nothing happens. On another machine with same o/s, the client...
  2. tseh

    Convert string

    How do I convert a string to a number?
  3. tseh

    Passing a JavaScript variable to be used in ASP

    I have the following code for a dynamic linked list but am stuck. How do I make varCategory = selectedItem? <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function fillOptions(selectedItem){ <% Dim varCategory varCategory = &quot;???&quot; rs.MoveFirst Do While Not rs.EOF If...
  4. tseh

    Ending a session

    How can I end a session if the user doesn't click on my logout button so that my site forces them to logon to each session? Thanks, Howard
  5. tseh

    String length

    How do I check the string length of text in a input box before submitting the form?
  6. tseh

    DTS to Compact a Access Database

    I update a Access db to send out to remote locations. Everytime I run the DTS it doubles the size and I want to compact as one of the steps. How can this be done using DTS? Thanks
  7. tseh

    Using GetFolder to sort folders

    I am using this method to select the folders and then iterate through to display them. How can I sort them before displaying?
  8. tseh

    Script TCP/IP properties

    I move between two networks periodically. Instead of changing between static and dhcp manually, is there a way I can set it up for both networks or script it?
  9. tseh

    Custom Join

    I have two tables that I need to join. This is a old data set so, it has not been normalized. In table A, the field with data like &quot;CmC0/001/001&quot; where the last 3 characters need to be joined in table B where data is &quot;001&quot;, for example. How can I parse the field in the...
  10. tseh

    Documenting Reports

    I have created several reports that my staff may modify for end-users. How can we document the report for reference for future developers?
  11. tseh

    User logon log

    Is there a log of users that have logged onto a client machine? Thanks
  12. tseh

    SQL Server

    I have a connection using the following code: An administrator can run this asp from our intranet but a user gets the generic 8000405 error message. I have tried giving the user full access to the folder but no success. The only way it seems that a user can run the asp is to be added to the...
  13. tseh

    SQL SERVER

    I have a connection using the following code: An administrator can run this asp from our intranet but a user gets the generic 8000405 error message. I have tried giving the user full access to the folder but no success. The only way it seems that a user can run the asp is to be added to the...
  14. tseh

    Close Crystal Reports Preview Window

    How do I use VB6 to programmatically close a Crystal Reports preview window?
  15. tseh

    Close Preview Window

    How do I use VB6 to programmatically close a Crystal Reports preview window?
  16. tseh

    NT Groups

    I can get the user's name. How do I find out which group(s) they belong to? Thanks
  17. tseh

    WinFax Pro 10 and Crystal 8

    I can send a cover page with VB and WinFax. However, when I try to attach a Crystal Report, I get the error message: &quot;WinFAx cannot send the binary file.&quot; How do I attach a crystal report and send it out?
  18. tseh

    Create an ODBC Entry

    How can I create an ODBC Entry in code for the DSN that I use for Data Environment using code. (We are using a SQL Server) Thanks
  19. tseh

    Retrieve data from a data grid

    I want to let the user search a data grid (column 0) for a vendors ID and return the vendors faxnumber (column 2). How do I find the row containing the vendor ID and then return the fax number???
  20. tseh

    Subtracting Dates

    Is there a way to subtract one date from the other in the select statemtent to get the difference in number of days?

Part and Inventory Search

Back
Top