Viewing 12 posts - 1 through 12 (of 12 total)
Thank you peter and Jeff for your articles. They really are very helpful. But still I have some problems . Hope you dont mind...
August 13, 2007 at 11:57 pm
Can we use .net interface for this, instead of trying only with sql statements? I know even then we need to run sql statements but just thinking that it may...
July 27, 2007 at 12:39 am
Thank u david. Now I changed the enableviewstate property of all controls in that page to true and readonly property of textboxes where we have date to false. Now it...
July 26, 2007 at 9:52 pm
Ya I do get rows back when i run the select with same where clause in query analyzer. txtpno is readonly. if u say my code is not very secure...
July 25, 2007 at 3:20 am
When I run this I got the following result. What does RunningBalance is Actually representing?
FiFoID PartNo RowType Date Rate Quantity RunningBalance ShortTerm LongTerm
----------- ---------- ------- --------------------------- ----------- ----------- --------------...
July 25, 2007 at 1:28 am
Thank you very much Jeff. I will try this. I hope this works.
July 25, 2007 at 12:25 am
SIMPLE QUESTION: when inventory is received, is the quantity remaining column null, zero or equal to the quantity received?
When inventory recieved, the quantity remaining column may or may not...
July 24, 2007 at 10:34 pm
Jeff Thank you.
I used
set language 'us_english'
Now I am not getting the error. But now facing another problem ofcourse it not related to date format. This is regarding update command.
I...
July 24, 2007 at 10:04 pm
If I assume it had happened so, how to find it and correct it. I am going panic since it is really an urgent work.
July 24, 2007 at 12:11 am
Ya, () represents multiplication.
Could you explain why 45 means the value must be (2(20)+2(20-15))... sorry to be thick on this but I don't know enough about what that must be.
For the...
July 23, 2007 at 10:24 pm
Ya this is FIFO inventory system. Recieved and Issue items will be in different table say, RECIEVE & ISSUE. Each item may be recieved and issued many times. Each time...
July 23, 2007 at 9:29 pm
I find difficult where to start from. I wrote the query to retrieve the first item of each type of partno. Then dont know how to proceed.
select partno
from receive a
where partno...
July 22, 2007 at 11:32 pm
Viewing 12 posts - 1 through 12 (of 12 total)