Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

SQL Server to display output to HTML box in screen?

$
0
0
I want to display an HTML [popup] box that displays the Grand Total of a Ticket in a POS.The SQL Script is very basic.select Grand_Total from Invoice_Totalswhere Payment_Method = 'CA'So, if the SQL line that is updated has Payment_Method = 'CA', then display Grand_Total in a nicely formatted HTML box (or similar)So the premise here (Use Case) is when the merchant rings in some items at his store, and the customer is paying in CASH (Payment_Method = 'CA') then display a Text/HTML box with [Grand_Total] when the line in the SQL Table Invoice_Totals is updated and Payment_Method = 'CA'Thank you to all in advance. Chef

Viewing all articles
Browse latest Browse all 6525

Trending Articles