Hi,
I have a web application that has been moved to a new server. The only difference is that is now running on a win 2003 server. I have ms sql 2000 and I am running crystal rep. dev. 8.5.
I am generating a pdf file that I am saving on disk but I am also pulling it up to view from the web...
Hi,
How can i prevent my form from beeing submited more then once? I have a DB app and i would like to be able to prevent more then one submit.
Thanks,
Linkan
Thanks guys, great work, it works just fine now.
The second option is more simple and I had some problems with the group function when I had the temp table.
Thanks again!
/Linkan
I see what you are saying, don't know how I can do it then. I need to sort all my accounts and sum the ammount but when the account type is 2 I need to convert - to + and sum it as well.
Thanks for all your help.
/Linkan
That did not help much.
This is the message i get.
Server: Msg 512, Level 16, State 1, Line 2
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
/Linkan
Hi, I am trying to set up a query that makes a value positive i is is a certain transaction.
Trying to set it up in a sproc but I just don't seem to make it work. What am I doing wrong here?
Thanks,
Linkan
DECLARE @lngType int
SELECT @lngType = (SELECT lngType FROM vLinkanTestView)
IF @lngType...
Hi i am trying to make a nestled query to get the total sum of my accounts. My question is how to make a query to handle this?
I have two tables.
tbAccount
lngAccountID strName
1 A1
2 A2
3 A3
4 A4
Now I want to SUM...
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.