<%@ 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

Reinforcing Your Understanding of Behavioral Styles For Leadership/Management  S-124:

Understanding Behavioral Styles for Managers (S-119)

$39.99   View course demo.
This is a refresher course for people who have completed the Personal Profile System or another Inscape Publishing DiSC assessment.
A shortened version of Understanding Behavioral Styles for Managers. 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. Leaders/Management Professionals
2. Anyone wishing to communicate more effectively with co-workers


Payment Methods
American Express, MasterCard, Visa

 

RefDescription Price
S-124Reinforcing Your Understanding of Behavioral Styles: An Interactive Online Self $39.99 US each
Quantity:
 




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