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

    Running Total Evaluate

    Great lbass. I was sorting ascending and trying to pick it off the bottom. Tried sorting descending as you suggested and picked it off the top. Never would have thought of that, Thanks for your help.
  2. AlanDI1

    Running Total Evaluate

    I have a series of orders for some products. There are multiple rows per order sorted by date. The status changes in each row. I am trying to figure out whether an order is closed (sold) or open (on order) in the last row. Then sum the quantity sold or the quantity on order by product. Item...
  3. AlanDI1

    Edit SQL in Crystal

    You guys are geniuses. Thanks You have no idea how long I've looked at that. Long term I would never do it that way but you know how it is to maintain someone elses code. Thanks to all
  4. AlanDI1

    Edit SQL in Crystal

    I am doing some maintenance for a client who has an Access database and some Crystal reports. They have an annual sales program and each year the views in Access and the Crystal reports are updated for the new year. The when viewing the 2007 Sales report in Crystal, it has an alias on the from...
  5. AlanDI1

    Window onError

    Hi - I have the following code that links to a specific location on my server. But the linked to location does not always exist and because of the way the link name is built I will not know that until the user clicks the link they want to go. So I have: <script language="javascript"> // use...
  6. AlanDI1

    Related Drop Down Selects Size

    Thanks for your help. First, this is an intranet site only and I don't have a public location where I can publish the page. The data is strictly characters and spaces. The point it fails at is a definitely 4 characters in the assignment TypeArraySX [210] = "BGRA"; If I save the viewed...
  7. AlanDI1

    Related Drop Down Selects Size

    I have javascript code that I use with Coldfusion to load a second drop down that is related to a selection made in a first drop down. The code works but (isn't there always a but?), it depends on the quantity of items returned by the query. The results of the query are about 40K entries...
  8. AlanDI1

    Get Domain User Name

    tsuji - Thanks for the correction, also left out the closing quote on "javascript". Don't think I am nit picking. Your code was absolutely what was needed. Thanks again.
  9. AlanDI1

    Get Domain User Name

    That's absolutely wonderful tsuji. You are the MAN. Thanks a bunch.
  10. AlanDI1

    Get Domain User Name

    Thanks tsuji. This is my first step into ActiveX so I have a larger question. I understand the form & hidden field stuff I am just not sure where to put this code and how to get it to execute. I really appreciate your help.
  11. AlanDI1

    Get Domain User Name

    I am working on a browser based application. It runs on a "secured" intranet. The work station OS is Win XP Pro and the browser is IE 6. I am looking for an ActiveX control that I can use to get the user id of the person logged on to the client machine for logging purposes and that I can...
  12. AlanDI1

    Get Domain User Name

    Thanks Kaht, I will ask on the ActiveX forum.
  13. AlanDI1

    Get Domain User Name

    I am working on a browser based application. It runs on a "secured" intranet. The work station OS is Win XP Pro and the browser is IE 6. I am looking for a script I can useto get the user id of the person logged on to the client machine for logging purposes. Any ideas? All help will be...
  14. AlanDI1

    Login for Newbie

    So I guess I shouldn't have figured this was fixed so quickly. Everything works fine when I run the site using the "run in browser" option in the development environment. However, when I run in IE it goes back to the same (not recognizing that it is logged in) behavior. I am running IIS. The...
  15. AlanDI1

    Login for Newbie

    Thanks for all you assistance and time. The Default.aspx page has a "LoginView" with the Anonymous Template which says "please login" and the LoggedIn Template says "Welcome" with the "LoginName". The Login.aspx page has a "Login" task and a "ValidationSummary" so I know if the password, ID...
  16. AlanDI1

    Login for Newbie

    Hi - I am just starting to use ASP.NET 2.0 and am running thru the examples. I am trying "creating a web site with membership and login". I have actually gotten the appropriate tables added to the Northwind sample SQL database and all the configuration stuff in web.config to work. The...
  17. AlanDI1

    Connect to dBase

    That is absoluley wonderful. Those two scripts work. Thanks a million.
  18. AlanDI1

    Connect to dBase

    I am trying to connect to a dBase file, select some data from that file, drop the link and move on with Access processing. If I try to Link to the file using the regular Access File/Get External Data/Link Tables and select the DBF file I get a message that says "The Microsoft Jet Engine could...
  19. AlanDI1

    Select Outlook Account

    Sure but remember the following before you start. The code works for the following assumptions: 1 - I am sending the mail message through an external ISP. 2 - My ID and Password are filled under "sendusername" and "sendpassword". 3 - Either the DNS Name or the IP Address of the SMTP server...
  20. AlanDI1

    Select Outlook Account

    Thanks CMP - I actually changed to using CDO. It works like a charm once you get the configuration correct. Appreciate your help.

Part and Inventory Search

Back
Top