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 TouchToneTommy 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: vincentw56
  • Content: Threads
  • Order by date
  1. vincentw56

    Can't open ports

    I have a Cisco 804 ISDN router. I am trying to open it up completly. I want it to pass everything through no matter what. For some reason I cannot get it to open up completly. Posted below is the config file. What am I doing wrong? Please be detailed as I have some experience with the IOS...
  2. vincentw56

    Calling a dll and reference question

    I am trying to call a dll but the function call does not make since to me. Here is my code: struct VanConnRecord { public string crName; public string crPassword; public string crHost; public string crPort; } [DllImport("vanapi32.dll")] public static extern long...
  3. vincentw56

    Cisco 804 ISDN Router to pass through IPSEC

    Does anyone know how to get a Cisco 804 ISDN router to pass through IPSEC? My company is using Checkpoint VPN-1 Securemote. I then install the client on my PC at home. The router is connected to my ISP and I use the client to tunnel through to our internal network. The client software connects...
  4. vincentw56

    Server Error in '/' Application

    Server error in application I keep getting a server error in application, see below. I have modified the web.config file like it says and it still displays the same thing. The aspx page that I am using just has some text in it. There is no HTML or code in it, just text that says - This is a...
  5. vincentw56

    How can I get just the filename of the Open File Dialog

    How can I get just the filename of the Open File Dialog? If I use txtFileName.Text = OpenFileDialog1.FileName.ToString, it gives me the path and filename. I would like to just get the file name without the path. I am creating a list so when a file is added, it will parse the file name for the...
  6. vincentw56

    Using Findcontrol with a text box problem

    I have created a product listing page that has a textbox next to the add to cart button. The textbox is to allow the customer to put in a quantity. The problem is the default value is over-ridding the user entered value. I have included some of the code below. Anyone seen this before...
  7. vincentw56

    Repeater question

    Okay I having been trying to figure this out. How can I get the actual data after getting the repeaters item index? What I have is a shopping cart that builds a custom listing. I need to be able to get the price, part number, and product title from the repeater. These items are custom built...
  8. vincentw56

    Repeater header question

    I am trying to build a product page. The page lists all the products and I want to have the category in the hearder of the repeater control. Since this page queries from a database, the header will change. I have everything working except getting the header to automatically display the...
  9. vincentw56

    How can I get the last modified date of a file

    I have an Access database that I would like to get the last modified date to display on a webpage. I know how to use the Scripting.FileSystemObject in VB Script to do it, but I am having a little trouble with it in VB.NET. Thanks. Vincent
  10. vincentw56

    Differences between VS.NET 2002 and VS.NET 2003

    Are there enough differences between VS.NET 2002 and VS.NET 2003 for me to consider an upgrade? If so, what are they? I primarly work in VB.NET and ASP.NET. Thanks. Vincent
  11. vincentw56

    Access DB and ASP.NET not supported by hosting company. Any advice?

    My hosting company does not support MS Access DB and ASP.NET through OLE connections. Is there any other way around this? I am using VB. I want to start converting my website over to ASP.NET. They told me there is a security issue with ASP.NET and Access. If I cannot do it any other way, I...
  12. vincentw56

    Security Exception error

    I am working on converting an ASP page to ASP.NET. The problem is that I keep getting a Security Exception error. I guess this has to do with the Access database, but it works fine with the ASP code. I even used some code I found on here to see if it would work. Got the same thing. The code is...
  13. vincentw56

    How can you specify a username and password in SmtpMail?

    How can you specify a username and password in SmtpMail? My SMTP server requires a username and password, otherwise it thinks you are relaying. I am working on converting from standard ASP to ASP.NET. I have it done in ASP and almost ready in ASP.NET accept for specifying the username. Our...
  14. vincentw56

    Database: To normalize or not

    I have been used database for years and know how to normalize that database. I have been creating simple database driven websites for years also (these database are very simple and are not normalized). I am not working on a project with a database that could be normalized, but it will only be...
  15. vincentw56

    Log information to a listbox or a window

    I am trying to make a log window. I am creating a program that inserts data into a SQL server and logs the information to a file and a log window on the application. I have everything working by logging it into a listbox. The problem is that when I add an item it goes to the end of the list...
  16. vincentw56

    How can I block someone from linking to my pictures

    This may not be the right area. How can I block someone from linking to my pictures or files on my website? I don't care if they take the pictures or files, but why should they use my bandwidth for there own use. Anyone have a suggestion? I am thinking of adding a watermark to the pictures...
  17. vincentw56

    Make a form unmovable

    What is the best way to make a form unmovable. I have an MDI app. When I call a child window, I want it to be centered (which is not a problem), but I want it to be stationary and not have the user be able to move it. Thanks. Vincent
  18. vincentw56

    Pass a variable from one form to another

    I am still learning Delphi and getting away from VB. How do you pass the contents of one from variable to another? Right now I am using a datamodule to do it, but wanted to see if there is a better way. Thanks. Vincent
  19. vincentw56

    MS Access Database table lock

    I have Delphi 7 and using ADO. What I am trying to do is use a invoice number table that stores the invoice number. When a user saves an invoice, the program opens the invoice number table, grabs the invoice number, increments it, and then saves it back. That part is not too hard, the problem...
  20. vincentw56

    Incompatible Types: 'ShortString' and 'PAnsiChar'

    I have worked with VB for awhile and now am ready to move to Delphi. I am still fuzzy on the varibles right now. I am trying to call an external program. I have the callprocess portion working if I put the command string directly in, but when I try to use a string variable to call it, I get...

Part and Inventory Search

Back
Top