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

    Combobox configuration in VS2008

    HI, I have recently switched from VBA to VB in VS2008 and am wondering to know if I can configure a combo box so that it is not limited to the items of it's bounded data source. It would be also cool if there is a way to automatically add the new data ( which is not already in the list) to the...
  2. KiaKia

    System.ArgumentException: DataGridViewComboBoxCell value is not valid.

    Hi, What I need to know is the first event which is executing right after I click the X but in my form's control box. Here is the whole story: I get the following error message when Clicking on X but of its control box: System.ArgumentException: DataGridViewComboBoxCell value is not valid. I...
  3. KiaKia

    What is the first event when I close a Form?

    Hi, What I need to know is the first event which is executing right after I click the X but in my form's control box. Here is the whole story: I get the following error message when Clicking on X but of its control box: System.ArgumentException: DataGridViewComboBoxCell value is not valid. I...
  4. KiaKia

    Paniced by "System.Data.DataRowView" in all text boxes

    Hi everyone, I don't know what I have done to my form, but suddenly it started to show the "System.Data.DataRowView" on all bounded text boxes instead of the real values. Any comment will be appreciated. by the way, I am using VS2008
  5. KiaKia

    Paniced by "System.Data.DataRowView" in all text boxes

    Hi everyone, I don't know what I have done to my form, but suddenly it started to show the "System.Data.DataRowView" on all bounded text boxes instead of the real values. Please let me know any comment. by the way, I am using VS2008
  6. KiaKia

    Checkbox Default value in a form

    Hi, I can not set the default value of a checkbox to False on my form. it should be very simple, but I can not figure it out. What I have done is that I added the following codes in the Addingnew procedure of my form's bindingsource. Private Sub Tbl1BindingSource_AddingNew(ByVal sender As...
  7. KiaKia

    Specify Default value for a control in VS2008

    Hi, How can I specify a default value for a textbox control in VS2008? I can not find the "Default" property in the Control's property list. Anny comment? Thanks
  8. KiaKia

    Setting a Filter in VB (VS2008)

    Hi, Please let me know how can I pass e variable to a Filter string in VB (VS2008). I tried the following, based on what I used to do in VBA but it does not work. 'Me.SpecTypeBindingSource.Filter = "CPTypeID=" & MyVar
  9. KiaKia

    How do I save record modifications in the SQL database

    Hi everyone, I am new in SQL, and Visual Studio 2008, I am following the "Walkthrough: Creating a Simple Data Application" at the end I modify some records and save them before closing my application form. but when I re-execute my application, all modifications are gone, seems like the changes...
  10. KiaKia

    Walkthrough: Creating a Simple Data Application?

    Hi everyone, I am new in SQL, and Visual Studio 2008, I am following the "Walkthrough: Creating a Simple Data Application" at the end I modify some records and save them before closing my application form. but when I re-execute my application, all modifications are gone, seems like the changes...
  11. KiaKia

    Why I'm not able to save modified records in my SQLDB?

    Hi everyone, I am new in SQL, and Visual Studio 2008, I am following the "Walkthrough: Creating a Simple Data Application" at the end I modify some records and save them before closing my application form. but when I re-execute my application, all modifications are gone, seems like the changes...
  12. KiaKia

    create an interactive dialog box and get some info from the user

    Hi everyone, I wonder to know if it is possible to make an interactive dialog box using VBScrip, so the user can enter one or more information that I need to combine them to create a folder?
  13. KiaKia

    Display multy records in a detailed view form- in VB.net

    Hi everyone, Is it possible to display multy records in a detailed form in VB.net? I am not looking for a datagrid view. Thanks, Kia
  14. KiaKia

    Filtering a form in VB.net

    Hi, Is there any one to let me know how I can open a form with a specific filter in VB.net Thanks, Kia
  15. KiaKia

    Pass a parameter to aquerry in VB.net

    Hi everyone, Please let me know how I can pass a parameter to the query of a table adaptor. Thanks, Kia
  16. KiaKia

    Opening a second Form in a WindowsForm application

    Hi everyone, I am quite a beginner in VB.net with some experience in VBA. Please let me know how I can open a form by adding codes to the click event-handler of a control. I used to do it by "DoCmd.OpenForm ( form name) in VBA. Thanks, Kia
  17. KiaKia

    Sub form in VB.net

    Hi All, Please let me know how I can add a subform with multyrecord view to a main form in VB.net (Visual studion 2008). I used to do it easily in MSACCESS and VBA.
  18. KiaKia

    Error "SVCUtil.exe-Entry point not found"

    Hi I get the following error message while I try to debug a WCF liberary service, it happens when WCF test client window pops up. Error: "SVCUtil.exe-Entry point not found The procedure entry poin_Except_handler4_common could not be located in dynamic link liberary msvcrt.dll" OS: Win XP...
  19. KiaKia

    Open a MSACCESS DB by VBS

    Hi everyone, Please let me know if there is a way to open an access database from a VBS. I have to pass the workgroup, User Name and Password to be able to open my DB. Thanks, Kia
  20. KiaKia

    How I can have a X-Y graph in Access???

    Hi, I have a table of x and y values that I want to show them in a X-Y graph inside an access form. Pivot table is not giving me the right XY presentation and always adds the sum of all X and all Y values to the chart and gives me one point as Sum of X and the second point as Sum of Y. What I...

Part and Inventory Search

Back
Top