Use The FedEx Rate Calculator To Find The Shipping Cost?

Feb 23, 2009

I'm using FedEx for my shipment and use the FedEx rate calculator to find the shipping cost. When I send the request and get back the response, I always find that there is no discount applied even if i send a quantity of 100. following questions so that i can get clear with how to work with the fedex webservice

1. If i want to send 2 quantities of a product. will i be constructing the request with a package count as 2 and repeating the same <requestedpackage> twice ?

[Code]...

View 2 Replies


ADVERTISEMENT

FedEx Print Ground Shipping Label W/ Tracking Number

May 3, 2011

I have no problem printing an Express shipping label.The ground shipping label doesn't want to put the tracking number in the label.Has anyone had a similar problem? [code]When it goes to print the label with all the data it doesn't put in the tracking number, instead it puts in this.[code]how to change this using some fedex webservice call.It does it automatically for express, just not for ground.

View 2 Replies

Calculating Shipping Cost For Package?

Jun 15, 2012

I am creating a code for a school project that calculates the shipping cost for a package. In this program the user enters the weight of the package ( in pounds ) and selects the destination of the package. The application with determine the cost of the shipping. The destination of the package can be the US continental, Hawaii or Alaska. If the package is going to Hawaii a 20% surcharge is added to the shipping cost. If the package is going to Alaska, a 26% surcharge is added the shipping cost.

This is my code thus far. When applying my weight in pounds and selecting the destination I still keep getting 0.0 for the total.
Public Class Form1
Private Sub textboxpounds_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textboxpounds.TextChanged
End Sub
Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)[Code] .....

Here is a screenshot of the GUI
Uploaded with ImageShack.us

View 11 Replies

Payroll Calculator : Indicate If The Tax Is At Single Rate (18%) Or The Family Rate Of (15%)?

May 7, 2009

i am trying to indicate if the tax is at single rate (18%) or the family rate of (15%)This is what i got so far i could do the rest but just cant do the Mstatus part.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim Name As String 'Name of employee
Dim hrWage As Double 'Hourly wage
Dim hrsWorked As Double'Hours worked this week

[code]....

View 1 Replies

VS 2008 Cost Calculator Errors

Apr 17, 2010

I was trying to make a calculator which takes the amont of copies you want to make and it tells you the cost. Then you type in the amount you want to enter and if its less a message box comes up saying "please enter more money". I've had a few problems

1. when i use formatcurrency the program crashes for no apparent reason

2. if i calculate cost without entering any copies then it crashes (ive tried putting a msgbox in but it crashes anyway)

3. if i get the msgbox to come up saying "Please enter more money" i had to remove the formatcorrency tag.

View 9 Replies

C# :: Response From USPS Rate Calculator?

Oct 25, 2011

I need to get shipping rates from USPS. I have signed up with them, got myself a user id and trying to use the sample request XML as shown on page

<Error>
<Number>80040b1a</Number>
<Description>API Authorization failure. RateV4 is not a valid API name for this protocol.

[code].....

View 1 Replies

Interest Rate Calculator With Validation?

Mar 11, 2011

Im creating an interest rate calculator that will make sure the principal is a positive amount, retrieve the interest rate from the interest rate:numericupDown function and will leave a message in the resulttextbox.This is what i have so far:

Public Class InterestCalculatorForm
' handles Calculate Button's Click event
Private Sub calculateButton_Click(ByVal sender As System.Object, _

[code].....

View 3 Replies

Hospital Cost Calculator - Link CalcMiscCharges And CalcTotalCharges

Nov 14, 2009

I am having a problem linking the two other mods. I can't seem to be able to link CalcMiscCharges and CalcTotalCharges. I realize that I have just the CalcDayCharge being displayed. I am not getting any kind of errors, as of now.

Public Class frmHospitalStay
'Clears the form.
Private Sub btnClearForm_Click(ByVal sender As System.Object, ByVal e As

[CODE]...

View 10 Replies

VS 2008 For Loop - Annual Interest Rate Calculator

Dec 9, 2010

I am working on a calculator that does the annual percentage rate. The code has to use a For Loop (which I am new to). This is the code I have so far.

[Code]...

View 9 Replies

Create Pay Calculator Where Would Enter Total Minutes Worked And Hourly Pay Rate

Mar 27, 2009

I have this homework assignment where we have to create a pay calculator where you would enter the total minutes worked and the hourly pay rate. and then i have to create the code to show what the total weekly pay would be. I have to display the Hours Worked: and the Leftover minutes: I also know that the formula to calculate the weekly pay is totalMinutesWorked / 60 = hoursWorked and i have to use the Mod operator. [code]

View 2 Replies

Computing Cost - Cost Is Displayed Instead Of An Accurate Cost ?

Sep 17, 2010

I am running into trouble with some code I am doing for an assignment. The section within the apostrophes (If Then Else) is the section that I am having trouble with. When the user selects a seat type and then clicks the compute button, the wrong cost is displayed instead of an accurate cost.

Option Strict On
Public Class frmTickets

Private Sub btnComputeCost_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnComputeCost.Click
Dim intNumberOfTickets As Integer

[CODE]....................

View 6 Replies

DB/Reporting :: Calculate Rate For 3 Days In Different Rate Like Public Holiday,weekend And Normal For 1 Room?

Aug 19, 2009

how to calculate rate for 3 days in different rate like public holiday,weekend and normal for 1 room

View 2 Replies

Call It Frame Rate Or Refresh Rate Of A Process?

Mar 25, 2012

How can I speed up a process? I see I should use timegettime, gettickcount, and queryperformance counter, but I have no clue where to start.

I guess you can call it Frame Rate or Refresh Rate of a process?

View 1 Replies

Code Total Cost To Give Pound Sign With Total Cost At Moment When Total Comes Up

Jun 7, 2010

How do I code the total cost to give me a pound sign with the total cost at the moment when the total comes up for an example it gives me 3.6 when I need it to show £3.60 here is the code I have so far. [code]

View 2 Replies

FedEx Address Validation Web Service

Nov 2, 2009

I'm trying to get started with Fedex'es Address validation service and I'm running into a road block with FedEx's own demo application. [code] It seems to send the request object to the web service, but the"reply" object is returned with "Nothing". I could understand if I wrote the code, but good god... they can't even get their own code to work?

View 1 Replies

Shipping And Handling And Tax Are Not Calculating?

Sep 28, 2011

when i hit add this item it adds, when click on update button it doesnt calculate and output the right calculation on the form.

[Code]...

View 1 Replies

Create A Program That Assists In Shipping Widgets?

Jun 14, 2009

the description of what the program is supposed to do is this: Create a program that assists in shipping widgets. When a customer orders widgets it determines how many boxes and how many bubble envelopes are required. Four widgets fit in a box. Any left over widgets are shipped in an envelope. Follow all best practices. Submit, Clear and Exit commands must be available. Be sure to have a menu and Access Keys.

So far I have a simple form layout with 3 labels and 3 textboxes. I Know to solve for boxes It has to divide Widgets by 4 But i do not no how to get the remainder into the separate envelope text box.

View 1 Replies

Order Processing - How To Calculate Shipping Date

Oct 15, 2009

I'm using VB.NET in Visual Studio 2008. I'm programming an application to take processing orders and give the total price plus the shipping date. I would like something like : shipping_date = Current_Date + 3 days but I know this doesn't work. Any ideas?

View 1 Replies

Building A Connectship (Shipping Service Provided By UPS) Project In VB 10?

May 25, 2012

Currently I am building a Connectship (Shipping Service Provided by UPS) project in VB 10. This is my first project in 10, in the past I have always used 2003. We decided to upgrade due to the connect ship API(.dll) wasn't compatible with 2003.

My current problem is as follows:I've built a program that uses ADOBD, some XML httprequests and a little bit of integration with there API they have. I also built it to use .net Framework 4.0. I can run the project just fine on the machine I built it on (XP SP3), but when I go to run it on the other machine, it acts like it runs but just doesn't do nothing. Basically just starts and stops.. The machine is not the same model as mine, but has all the updates (SP3) & the .net 4.0 framework on it. I've also tried installing the software package that comes with Connectship on the machine, this is how the .dll work but it still doesn't bring anything up so I don't think it's that messing it up.I was also wondering, to run VS 10 projects you should at least have SP3 correct or could you use SP1 also in XP?

View 6 Replies

Make A Program To Display A Shipping Charge Based Upon A Selected Zip Code?

Nov 15, 2011

I am trying to make a simple program to display a shipping charge based upon a selected zip code. Where can I find sample code that I can use as a guide? I can create the GUI but can't figure our the code.

View 2 Replies

Error - Handles Clause Requires A WithEvents Variable Defined In The Containing Type Or One Of Its Base Types.D:Shipping

Nov 22, 2011

i am getting errors on last two event handlers. what did i do wrong?

Error - Handles clause requires a WithEvents variable defined in the containing type or one of its base types.D:Shipping ApplicationShipping ApplicationForm1.vb75136Shipping Application
Error - 'PrintDocument1' is not declared. It may be inaccessible due to its protection level.D:Shipping ApplicationShipping ApplicationForm1.vb1119Shipping Application

[code]....

View 2 Replies

.NET Getting The Now Property Cost?

Jul 5, 2011

Useless question I guess, but accessing the property DateAndTime.Now computes each time the current system date and time, I suppose, is that right?

[Code]...

View 5 Replies

C# - The Cost Of Finalize In .Net?

Jun 15, 2010

(1) I've read a lot of questions about IDisposable where the answers recommend not using Finalize unless you really need to because of the process time involved.What I haven't seen is how much this cost is and how often it's paid. Every millisecond? second? hour, day etc.

(2) Also, it seems to me that Finalize is handy when its not always known if an object can be disposed. For instance, the framework font class. A control can't dispose of it because it doesn't know if the font is shared. The font is usually created at design time so the user won't know to dispose it, therefore finalize kicks in to finally get rid of it when there are no references left. Is that a correct impression?

View 5 Replies

Cost Of VB Or Web Design?

Mar 14, 2010

I need to know basic compiter skills,abbreviations ,what is aC++ and so oncan I get that here or would I be better off at a Technical school?

View 2 Replies

Hospital Cost Form

Oct 29, 2009

below is the code I am working on. It is for a hospital cost form.

[code..]

I have a working version, but it doesn't meet the requirements completley.(I can post that if you need to see it) I am redoing this project and I am so stressed out. I may be overlooking something!

[code..]

View 14 Replies

Calculate Cost From Elapsed Time?

May 27, 2010

I am trying to calculate a total cost from an elapsed time. Dependant on how long the time is, this will calculate the total cost. It has to be 3 to every hour. The elapsed time is displayed in label6 in "hh:MM:ss" format and the total cost needs to be displayed in label8.

View 4 Replies

Is There A Cost To Using Managed (.NET) Components Inside COM+

Nov 4, 2010

Our company has relied heavily on COM+ components to centralize our DAL code and take advantage of the ability of COM+ to handle transactions and connection pooling. When we started using COM+, it was just with VB6 DLLs and always through late-binding so we could take advantage of DLLs being hosted on a different server.When we started moving to .NET in 2005, we ported our DAL functionality to .NET and continued to use COM+ and late binding to host the components. We would instantiate the objects like so: objBalLauncher = CreateObject("NETBLL.Launcher", "\" &strCOMPlusServer Name)I noticed that CreateObject seems to be for ActiveX COM components, so this has me thinking about two things:If COM+ was designed for unmanaged components, is there a cost to using COM+ with managed .NET DLLs?Is there a cost to using CreateObject() to late-bind to an assembly from within .NET code? Does this force your code to cross the managed/unmanaged barrier to communicate with the DLL? While I would be interested in hearing about alternatives to COM+ (which I'm sure are available by now), I'm most interested in hearing about what expense I incur from using managed DLLs within COM+.

View 1 Replies

Listbox Total Cost Per Item?

Mar 30, 2010

I'm have successfully did a shortcut "+" and "-" button to increase and decrease the qty ordered. But by doing so, i now have problem tabulating the cost for each item. Below is the print screen for my application. You will realised that the Lamb tandoori which is going for $3 cost only $21 after increasing the quantity ordered using the "+" button.In addition, i have created different list boxes for different food categories.Each category's food items is selling at the same price.

<img src "http://img521.imageshack.us/img521/6144/prob.png" />

View 1 Replies

Total Cost Button Won't Work?

Jan 15, 2012

When i run the program and click the cost button, it only returns a value of £0.00 for insurance cost and total cost.

Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCost.Click
Dim Cost As Double

[Code]......

View 4 Replies

VS 2008 Calculating Cost In Project?

Mar 7, 2010

My project, is something that could be used by an opticians (well in theory anyway)I have a customer being selected, eye measurements etc..Then I can enter in data (into textboxes):

TextBox1. Frames Stock: #12345
TextBox2. Material Used: Glass / Plastic
TextBox3. UV Filter: Yes / No

[code].....

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved