when i print a work order in the application i need to update a field in a sql table to true
40 pts.
0
Q:
when i print a work order in the application i need to update a field in a sql table to true
when i print a work order in the application i need to update a field in a sql workorder table to true
ASKED: Jun 19 2009  3:48 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
47440 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Within the Sub in your application's code that handle's the printing you'll need to do a call back to the SQL Server to run the stored procedure (or dynamic SQL if that's allowed, and you choose to use it) which handles the update.
Last Answered: Jun 19 2009  5:43 PM GMT by Mrdenny   47440 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0