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 Wanet Telecoms Ltd 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: eyorre
  • Content: Threads
  • Order by date
  1. eyorre

    Querying Active Directory for Group and Username

    I've been looking around various threads on this site and found a lot of useful stuff regarding querying Active Directories but I am still having problem getting my code to work. It is not finding the username within the group when I would expect it to. I'm not sure how to find out the username...
  2. eyorre

    How do I find domain of users logon?

    I have been looking at replies to this sort of question but they go into a lot of detail and I am hoping that they contain a lot of stuff that I don't need as they are a bit over my head. Basically I want my ASP page to retrieve the domain name of the Windows logon. Then if the domain is X then...
  3. eyorre

    How to display alt message when hover mouse over a table row?

    Is there a way to display a message when the mouse hovers over a row in a table? I would like the message to pop up like an alt tag. The message it displays needs to be dynamic to reflect the value that is displayed in the first column of the table. Thank you.
  4. eyorre

    JOIN problem

    I am trying to join two tables in a bit of an odd way. My tables are: tblSeg: RankID | SegAbbrev | LowerLimit | UpperLimit 1 | A | 6 | 100 2 | B | 3 | 5 3 | C | 0 | 2 and tblX RecID | Perc...
  5. eyorre

    Combining 2 select statements

    I have a table that is set up as: ID | NameID | Star (1 or 0) 1 | 1 | 0 2 | 1 | 0 3 | 1 | 1 4 | 2 | 1 5 | 2 | 1 6 | 3 | 0 I need to produce a recordset that will give me the NameID, the total occurances of the NameID and the...
  6. eyorre

    How to determine if a field contains text characters or numbers

    I have a SQL table with a field type set as varchar. Obviously this field can therefore contain either text or numbers. When retrieving data from the table I need to be able to determine if all the filtered results are numeric or whether there are alpha characters included too. I need to do...
  7. eyorre

    Using alias tables within select statements

    I have a horrible long select statement and I need to use an alias table within it. I have not used alias tables much before and I am having problems getting my syntax correct. When I run my ASP page I get the message "Incorrect syntax near the keyword 'RIGHT'". I have bolded where my alias...
  8. eyorre

    How do I use a temp table from SQL stored procedure within ASP page?

    In my ASP page I have a record set that joins many tables. I want the user to be able to select what field to sort on. I cannot just update the "ORDER BY" clause in the select statement with the name of the sorting field though(would take too long too explain why!). What I need basically is to...
  9. eyorre

    How can a user change the style that is viewed?

    My aim is to produce some buttons that when clicked on change the style in which the page is displayed. For instance I have a table with id's in the <td>'s: <table> <tr> <td id=&quot;one&quot;>aaaa</td> <td id=&quot;two&quot;>bbbb</td> <td id=&quot;three&quot;>cccc</td> <td...
  10. eyorre

    Getting CSS to work on a frameset in Netscape 4.7

    I am having problems trying to get a CSS to work in Netscape 4.7. I am pulling in the stylesheet from another file (js/scripts.js) which retrieves the relevant style sheet according to the browser type. To do this I am using the following in the <head> on each page: <script...
  11. eyorre

    How do I control properties of window from within the window itself?

    I am trying to control the properties of a window that is being opened up from a link in a pdf document. Because it is being opened from the pdf I cannot set the properties in the usual way that pop up windows can be controlled. Instead I need to be able to control the properties (such as if a...

Part and Inventory Search

Back
Top