Hi all,
I would like to create a function that do the periodic daily, weekly... reminder like if i select weekly, then it will auto create a new file and save it weekly so that the user can have that fresh file weekly. The difficuty here is the date of month are different. Some of them have 31...
Yes,
I think you are right. Look at what I got in this sample.
Processing transaction Request:
0,"021"4,"Total Widget Rebuilders"5,"445 East Street"7,"Dallas"8,"TX"9,"75247"10,"123456789"498,"1234567"117,"US"183,"2145558765"50,"US"11,"ABC Widget"12,"Bernard F. Smith"13,"322 Latta...
Hi there,
Again, I have tested the sample code for vbscript that Fedex provided. All I have got is “Tracking Number Is Invalid”. Of course the tracking number is invalid. How do I know this is actual connect to the Fedex server? And is the Fedex API working in my pc. I have install this...
Hi Dimandja,
-First of all, when I install the API software from Fedex into my pc, I don't have the proxy host and ports number (What are those number?).
-Second I got a note in the WIS step by step guide:
Prior to testing your custom application within the FedEx test environment, you will need...
Hi All,
I tried to integrate my shopping cart with the FEDEX API for the shipping rate and service. Anyone has any idea how to get this done? I have gone through the FEDEX site and got all the document, but still do not know how to build it yet. Please help!!!
Thanks
Hi all,
I have a question regards to store procedure in SQL to delete records. Here is my code:
CREATE PROCEDURE dbo.deleteCustomer_Records
@CustomerID INT
AS
BEGIN
Delete from OrderDetail AS A INNER JOIN OrderID B ON A.OrderID = B.OrderID
WHERE
B.CustomerID= @CustomerID
END
GO
I have 3...
Hi all,
I have built my website with .html pages in Macromedia Dreamweaver and then I wanted to have my VB .net code into the pages. The problem here is after I inserted the code, the dreamweaver can not show the design view. So am I in the right track to built a website like that or I have to...
Hi all,
I have this code:
Response.Redirect("Login/defaultuser.htm")
But I want this page to be redirect to to the main frame instead of redirect to itself. Hope that someone can help me out of this problem.
lehoung
Hi friends,
I have a Treeview in my application. Notice that when we select a parent node and child node, we can get the information like node number, child number... Now I wanted to do it the other way around, I have the parent node number and child node number and I want to have my treeview to...
Hi all,
I have created an application in VB .Net. When I run the application to open a file and generate a html file, it worked well. However, when I double click a file to open it and generate a html file, it shows an error could not find the mypicture.bmp. What I have in the generate file is...
Hi all,
I have a page "Home" that has the drop down list field. This ddl contain many options, each option is a link to another page.
If I select to link a let's say page A. When I click the "Back" button on the browser to go back to the previous page and then click a button on that page. it...
Thanks,
I think you are right. but how about the authentification mode? Is it a mode = "Forms" Or "Windows"?
<authentication mode="Forms" >
</authentication>
<authorization>
<deny users="?" />
</authorization>
</system.web>
Thanks
lehuong
I have a database name myDatabase in the SQL server 2000. Now I want to send this database to another server. How can I copy that database? Thank you.
lehuong
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.