Hi,
i have a list view (List view A) which i input a data into on a form and i also have another list view (List view which just contain data…
List view A consist of item, Quantity, Budget etc WHILE List view B consist of Budget, Balance, Request etc
i am getting the budget in the List view A from List view B, doing a get list.
i have a procedure which i pass in the value on the list view A to do a deduction or addition, if the budget value from list view B is 3 which i get into budget of list view A and i input 2 into my quantity control
the procedure ought to deduct the quantity value from the budget in list view B but it does not.
my thought was may be the procedure is not picking the value on the list cause when i use SMO test to test the procedure works fine.
Kindly help with a solution on this.
thanks in advance.