40 pts.
 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

Software/Hardware used:
ASKED: June 19, 2009  3:48 PM
UPDATED: June 19, 2009  5:43 PM

Answer Wiki:
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 Wiki Answer Submitted:  June 19, 2009  5:43 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _