40 pts.
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
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
49385 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
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   49385 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _