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.
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...
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
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...
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...
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...
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...
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.
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.
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.