I have a form that has various tables that are hidden. When the user selects a number from the DDL the corresponding number of tables shows up (using javascript). When the submit button is clicked it carries the values to the next page. The issue is when the user clicks the browser back button the page only shows 1 table (default setup) and not the 3 or 4 it had when it send to the next page.
Is there a way to get the page to keep...
User Profile
Collapse
-
Using Quickbooks SDK 7 with VB6
Has anyone used SDK 7 with VB6? I am currently working with SDK 2.1 and need some insight on using the SDK 7. Any online resources would be perfect. Is there a specific set of libraries I need to import into my project to call the SDK 7 functionality?
Thanks... -
Yes, I would like to be able to see the actual request XML so I can confirm everything is correct when I send the info the the webservice. -
I am actually doing this in 2.0. I must have posted to the wrong community area. Everything works as far as the service goes. I did use the wizard when I created the web references, but really just wanted to copy the XML being sent over, not just a listing of the values I am sending. I am using VS 2005 and did not see anything about web references in that. I added a new item, selected Web Service, and added the services from there.Leave a comment:
-
I more or less need to check what is being sent to the FedEx server to make sure everything is correct... I am not sure how I would go about that with what you sent.Leave a comment:
-
-
Get XML Request from FedEx WSDL
Does anyone know how to get the XML request or response when using the FedEx WSDL? I have been trying to sort it out for weeks and have no clue on how to pull it off.
Thanks... -
I figured it out, but it is too much to type out. :) If someone has any questions send me a PM or email.Leave a comment:
-
Has anyone worked with this before? Any insight on what I might be doing wrong would be appreciated.Leave a comment:
-
I am not sure what the deal was, but after putting it on the live site it started to work fine. Thanks for the info.
Now that the rating portion is now working I am have nothing much issues getting the Shipment Creation portion to work. I am getting a similar error (CS0246: The type or namespace name 'ShipServiceWeb Reference' could not be found (are you missing a using directive or an assembly reference?)), but I have it done the...Leave a comment:
-
Fedex ShipService.WSDL issues
I have been able to pull rates from their API, but am having no luck adding the shipment creation portion up and running. I have experimented and have gotten a long list of errors. Here are the steps that I went through to get where I am at right now.
1. Ran the ShipServiceDefi nitions.wsdl which produced the shipservice.cs file
2. Copied both those over to my site. Initially it crashed since there were some matching classes... -
I followed what you posted for the most part, but am not sure what I need to do to fix it... Any ideas would be much appreciated.
I am the code I am trying to reference in the using is in a .cs file in App_Code. The file is directly from FedEx and huge so I attached it in case you need to check it out....Leave a comment:
-
Thanks for the resonse...
With or without it commented out it pretty much gives me the same error with a different error number.
Here is the exact error I get when the namespace stuff is uncommented.
CS0234: The type or namespace name 'RateServiceWeb Reference' does not exist in the namespace 'RateWebService Client' (are you missing an assembly reference?)
If it helps I am trying to implement some...Leave a comment:
-
The type or namespace name 'RateWebServiceClient' could not be found
The entire error is "CS0246: The type or namespace name 'RateWebService Client' could not be found (are you missing a using directive or an assembly reference?)"
I am trying to access a web reference and cannot figure out why I am giving the above error. When I type the "using RateWebServiceC lient...." the intellisense shows the "RateServiceWeb Reference" so it has to know that it is there, but keeps throwing... -
-
If this does not make sense or more info is needed, please let me know.
I guess what I am ultimately asking is how to open the rs connection when the command object is used.Leave a comment:
-
Operation is not allowed when the object is closed
I am trying send information to the DB and the SP will return a recordset. The problem is that I keep getting this error (ADODB.Recordse t error '800a0e78' Operation is not allowed when the object is closed). I saw a bunch of posts using queries, but none using SPs and cannot resolve the issue.
Here is a sample of the code... If more is needed let me know
[code=asp]
Dim IsRate Dim cmd
Dim rs
... -
Anyone have any more ideas of how to do this? Or if it is even possible?Leave a comment:
-
FLVPlayback Problems
I cannot seem to get my video to show up when I upload the parts to my website. It looks like when I test it from the Flash IDE, but nothing comes up when I move the files over to the site. Is there something I have to add to the actionscript? I am currently doing to in AS 2.0, but it really does not make a difference what I use and if someone has some insight on how to get this to work in AS 3.0 I am open.
I made the FLV file, dragged... -
My bad on the toString part... I typed it out instead of copying it over and am just used to writing in .Net these days.
Here is the idea of how things are currently working:
1. The initial function that is being called:
[code=vb]
RunSP "StoredProcName ", StringVal1, StringVal2, optional1, optional2, etc
[/code]
There can be up to 50 optional values at this point.
2. Gets...Leave a comment:
No activity results to display
Show More
Leave a comment: