<%@ LANGUAGE="VBScript.Encode" %> [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] <% order = Session("orderid")'READ STUFF From Database Dim objSimpleAdo, rstRS, SQLStmt SQLStmt = "SELECT * From item " SQLStmt = SQLStmt & "WHERE [Orderid] =" & Order & "; " Set SimpleAdo = New CSimpleAdo SimpleAdo.setConnectionString = Session("ConnectionString") Set RS = SimpleAdo.getRecordSet(SQLStmt) 'Do stuff with the record set 'Initialize variables for this application thedate = Cstr(Date) 'get the date thetime = Cstr(Time) 'get the time subtotal = 0 'the subtotal for a row of items subweight = 0 'the subweight for a row of items subsize = 0 'the subsize for a row of items subquantity = 0 'the subquantity for a row of items CurrentRecord = 0 Do While CheckRS(RS) 'Calculate the individual totals for a row subweight = subweight + (RS("Quantity") * RS("Weight")) subsize = subsize + (RS("Quantity") * RS("Size")) subtotal = (RS("Quantity") * RS("Price")) subquantity = subquantity + RS("Quantity") total = FormatCurrency (CCur(subtotal)) grandtotal = grandtotal + subtotal RS.MoveNext Loop Set SimpleAdo = Nothing Set RS = Nothing %>

Carlson Learning Products Distributor & Inscape Publishing Distributor
Inscape Publishing Catalog
Contact Info
Inquire
Shopping Cart
Policies & Statements
Home Page

Inscape Publishing Distributor. Carlson Distributor.

Center for Internal Change, Inc.
6 N. Pine Street

Mount Prospect, IL 60056
United States of America
Tel: (847) 259-0005
Fax: (312) 873-3868

VeriSign

   Center for Internal Change, Inc.: 

Creating Change Through Self-Empowerment.

Reinforcing Your Understanding of Behavioral Styles For Customer Service: An Interactive Online Self-Paced Course

Reinforcing Your Understanding Of Behavioral Styles for Customer Service (S-125)

$39.99   View course demo
A shortened version of Understanding Behavioral Styles for Teams. In this course you will reinforce your understanding of your own behavioral style and use this knowledge to enhance your communication skills and increase your productivity.

Includes 5 Lessons (Approx. 1 hours):
1. Recognizing Behavioral Styles
2. Improve Your Performance
3. Reading and Reacting to People
4. Practical Application of Knowledge
5. Knowledge Assessment

Audience:
1. Customer Service/Care Professionals
2. Anyone wishing to communicate more effectively with clients


Payment Methods
American Express, MasterCard, Visa

 

RefDescription Price
S-127Reinforcing Your Understanding of Behavioral Styles For Teams.$39.99 US each
Quantity:




Your Cart Contents:
Number Items: <%= subquantity%>
SubTotal: <%= FormatCurrency(grandtotal)%>