Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lehuong
  • Order by date
  1. lehuong

    Periodic daily, weekly... function

    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...
  2. lehuong

    FEDEX API

    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...
  3. lehuong

    FEDEX API

    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...
  4. lehuong

    FEDEX API

    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...
  5. lehuong

    FEDEX API

    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
  6. lehuong

    Database delete record using store procedure

    Hi Afteraf, No it is not working in query analyser. By the way, what do you mean cursor? Thanks,
  7. lehuong

    Database delete record using store procedure

    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...
  8. lehuong

    Conflict between Visual Studio .net and Macromedia Dreamweaver???

    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...
  9. lehuong

    How can I open a page in a target frame?

    Thank you guys, It is really working.... great lehuong
  10. lehuong

    How can I open a page in a target frame?

    Any one can help???
  11. lehuong

    How can I open a page in a target frame?

    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
  12. lehuong

    Auto Create Zip File

    That is greate code! Lehuong
  13. lehuong

    File path problem

    Thanks Stravis, It works well now, thank you for your help. lehuong
  14. lehuong

    TreeView

    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...
  15. lehuong

    File path problem

    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...
  16. lehuong

    Back button on the browser

    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...
  17. lehuong

    What is SQL authentification?

    Thank you very much! lehuong
  18. lehuong

    What is SQL authentification?

    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
  19. lehuong

    What is SQL authentification?

    Hi all, What is SQL authentification? and how to set it up on the web.config in order to user it? Thanks a lot lehuong
  20. lehuong

    Copy SQL Database Helppppp!!!

    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

Part and Inventory Search

Back
Top