Mattm Report post Posted 07/27/2005 09:00 PM I am using this query to insert a new record and then select the newest record. [updateOrders] INSERT INTO PendingOrder (AddressKey) Values($RV[storeNumber_3_1]) SELECT MAX(PendingKey) FROM PendingOrder I then want TTS to say $RV[updateOrders_1_1] but it wont say anything. It is not saying anything. Any Suggestions would be very much appreciated. Share this post Link to post
SupportTeam Report post Posted 07/28/2005 07:48 AM Could you please post a copy of VoiceGuide's Debug Printout which captures the call and the DB Query module being executed, this will allow us to see what happened. When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. You can enable the automatic saving of the logs to files in \log\ directory as well. Share this post Link to post