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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Charlix

  1. Charlix

    SELECT statement based on user input

    I have a relational database that has several fields in it (color, product, format, type, etc). I want the user to be able to identify products based on the defect, format etc. I can write an SQL statement that gets the products if I specify the color programmatically. For example, SELECT...
  2. Charlix

    Stored Procedure with Parameter Error

    I have a relational database that has several fields in it (color, product, format, type, etc). I want the user to be able to identify products based on the defect, format etc. I can write an SQL statement that gets the products if I specify the color programmatically. For example, SELECT...
  3. Charlix

    SQL Server 2005 - Connect to server dialog box

    How do I display the "connect to server" dialog box? I tried clicking Start, Visual Studio 2005 without success. How do I get to the "connect to server" dialog box? Charlix
  4. Charlix

    Server Side Objects and Events in VS 2005

    How do I connect to SQL Server 2005 "connect to Server" dialog box? When I try to follow the directions: click START menu,PROGRAMS, MICROSOFT SQL SERVER 2005 it does not lead me to the "Connect to Server" dialog box. What am I doing wrong? Charlie
  5. Charlix

    CreateNewUser login Control in Visual Studio 2005

    Dear TipGiver: Thqnks a ;lot. None are so blind as those who will not see. I spent 4 days trying all sorts of password and fixes. I kept reading non alpha-numeric as non-numeric. Thanks for pulling me out of that hole. Charlix
  6. Charlix

    CreateNewUser login Control in Visual Studio 2005

    I am having a problem using the CreateNewUser control in Visual Studio 2005. When I fill in the text boxes with the user information it doesn’t create a new user record in the aspnetdb.mdf database and displays the following error message “Password length minimum: 7 Non alpha-numeric...
  7. Charlix

    Server Side Objects and Events in VS 2005

    Thank you for the reply to my post. However, my problem is not changing between source view and design view but between {b}client side{/B} view and server side views. For example, when I call up the properties page the Application type and Start up objects fields are greyed out. If I were in...
  8. Charlix

    Server Side Objects and Events in VS 2005

    I am trying to learn to use asp.net Web application template in the Hello World Tutorials for Visual Studio 2005. When I call up the default.aspx file by clicking it in the solution explorer I get the default.aspx file with the "client side objects and events" tab. How do I get the "SERVER...
  9. Charlix

    msFlexGrid on HTML Page

    Sorry for the last message. I tried included the two dependency files (MSStdFmt.dll and ComCat.dll) and still the flex grid only shows on computers with VB6 installed. Is there another grid I can use, or is something still missing? Charlix
  10. Charlix

    msFlexGrid on HTML Page

    I found the answer MSDN library at the following address: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mshflx98/html/vbprowordwrapproperty.asp There is no support for the msFlexGrid but there is support for the hierarchal Flexgrid mshflexgrid. Thanks, Charlix
  11. Charlix

    msFlexGrid on HTML Page

    Hi everyone, Is it possible to use the msFlexGrid on a web page where the client does not have VisualBasic6 installed? It works fine on my computer but doesn't show on other computers. I have included MSFlexgrid.ocx file but that doesn't help. If I can't use the MSFlexgrid on a web page is...
  12. Charlix

    DELETE RECORDS from RELATIOAL DATABASE

    Thanks vongrunt, There are other relationships and these must be restricting the delete. I'm trying to analyze my database to see what I can do. Unfortunately, I don't know how to remove the relationship between the tables prgramatically so that I can edit the tables from a web page. Charlix
  13. Charlix

    DELETE RECORDS from RELATIOAL DATABASE

    Hi, I have been unable to delete cetain records from a relational MS Access database.I can delete those records where there is a one-to-one relation between the primary and foreign table BUT I can not detlet the records from the primary table where there is a one-to-many relation. I get the...
  14. Charlix

    Delete relation in MS Access Database

    Hi, I get the following error message when I try to remove a one to many relationship in my database programatically: ******* arguments are of the wrong type, out of acceptable range or are in conflict with one another ******* This is the code I am using on my asp page" *******************...
  15. Charlix

    Remove relationship programatically

    Thanks, Charlix

Part and Inventory Search

Back
Top