Search:

Type: Posts; User: kragen2179

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,213

    Merging select data from .csv files

    Hi, I am wondering if it is possible to merge specific data from .csv file to create one .csv file.

    I have two .csv files with different schema, and I need to combine certain columns from each...
  2. Re: Results rankings database Help Windows Forms Application, VB.Net

    Thank you. Really appreciate the input. Not 100% sure the calendar fits the needs of my application but I am grateful nonetheless.

    I will look over the code properly later as I'm off to bed right...
  3. Re: Results rankings database Help Windows Forms Application, VB.Net

    OK so onto the results form.

    I can easily create a form to fill in the results one by one, line by line. But, is it possible to fill multiple records in one click?

    So instead of [add record]...
  4. Re: Results rankings database Help Windows Forms Application, VB.Net

    Thank you. I had trouble with that code. But it showed me how to work around my problem.

    Instead of pulling the ComboBoxes from the table I want to fill, I left those fields as labels and pulled...
  5. Re: Results rankings database Help Windows Forms Application, VB.Net

    I will be manually filling the race results once I have the database set up. So where drivers were docked points I can apply this as I go.

    Similarly back in the 1950's a driver could retire his...
  6. Replies
    659
    Views
    143,337

    Re: Hamilton 5x World Champion ?

    I don't think they can really make that much of a difference in one week. Its all down to the downforce that the cars produce so they can stick to the corners. That downforce puts load into the tyres...
  7. Re: Results rankings database Help Windows Forms Application, VB.Net

    TL: DR
    Is this Schema better (what else do I need to add?)

    What am I doing wrong with my ComboBoxes?

    Have been playing around and have got got to this stage

    178264
  8. Replies
    659
    Views
    143,337

    Re: Hamilton 5x World Champion ?

    Was really glad to see Mercedes struggling with the heat at Silverstone, gives us some hope that it won't just be a one horse race. Wonder if it will be hot enough in spain for Max to be the thorn in...
  9. Re: Results rankings database Help Windows Forms Application, VB.Net

    Sorry, I think its SQL Server Express LocalDB, as I said, I add a service based database from the add menu in a windows forms application.

    As for Nico Hulkenberg, Martin Brundle explained it...
  10. Re: Results rankings database Help Windows Forms Application, VB.Net

    Thank you for the responses.

    I am going to be using sql for the database from within a windows forms application (add object > service based database > dataset )

    The url in the seasons is a...
  11. Results rankings database Help Windows Forms Application, VB.Net

    TL: DR - I need some pointers on my Database structure and suggestions how to proceed thereafter.


    Hi as a Formula 1 fan, there is always discussion about who is the greatest. with many results...
  12. Replies
    8
    Views
    764

    Re: Filling Combobox disables form

    I thi k we may be misunderstanding each other. I meant that the tree view would be cumbersome on my form
  13. Replies
    8
    Views
    764

    Re: Filling Combobox disables form

    Thank you for the suggestion, but that seems rather cumbersome for what I'm looking for.

    The reason for the combo box, is so that the user can select the item for which they are adding stock.
  14. Replies
    8
    Views
    764

    Re: Filling Combobox disables form

    Ok tried again...

    I have 2 forms frmitems which fills the items table, and frmstock to fill the stock table.

    I dragged both the datagrid and details for tblitems on to the frmitems ran it and...
  15. Replies
    8
    Views
    764

    Re: Filling Combobox disables form

    Not that I know of...

    I picked a selected valu because I couldn't seem to close the pop up for data binding if I didn't. Could that be causing the loop?

    I haven't added any additional code, I...
  16. Replies
    8
    Views
    764

    Filling Combobox disables form

    Hi, not sure what I'm doing wrong here, I am trying to create an add stock form to my table, this table will reference the items table to pick the stock that I am updating.

    there are two tables
    ...
  17. Replies
    6
    Views
    2,519

    Re: Recipe/order/stock database.

    Thank you for the constructive feedback. I like the suggestion of integrating FIFO. I have been looking at my tables and trying to get it all orgainised and this is what I have come up with...
    ...
  18. Replies
    6
    Views
    2,519

    Recipe/order/stock database.

    Hey, my wife just started a new home business selling soups, and I want to make her a database to record her orders.

    I am going to use a windows forms application and create an object based...
  19. VS 2015 Re: Confused, datagridview has negative autoincrememnt AND does not save when form cl

    I did fix this but I still don't understand why it happened in the first place.

    While I was playing with the form, I noticed that I wasn't getting the bindingnavigator strip when I dragged the...
  20. VS 2015 [RESOLVED] Confused, datagridview has negative autoincrememnt AND does not save when form closes

    OK so on my form (everything created in the designer)...

    I have

    Combobox CBxROID, DataSource = TblRepairOrderBindingSource, Datamember = ROID


    Combobox, CBxLID, Datasource =...
  21. Replies
    1
    Views
    1,253

    VS 2015 Re: Fill Datagrid from multiple sources

    So I played around a bit more tonight, and I have it working - almost...

    first I added a query to the datagrid view


    SELECT LineID, ROID, L_ID, L_Description, L_Quantity
    FROM ...
  22. Replies
    1
    Views
    1,253

    VS 2015 Fill Datagrid from multiple sources

    I am working the final form for my project, but I am not sure how to proceed...

    Now I want to add a datagridview to show the Labour items added to my work order. This will show...
  23. VS 2015 Re: Importing Access database breaks calculated fields

    OK thank you. Yes I create a typed dataset. Wasn't sure where to edit though.

    I did try editing the expression field myself but it didn't accept what i typed.

    Can you show how I should parse...
  24. VS 2015 Importing Access database breaks calculated fields

    I have an access database which I have imported to vb.

    Certain fields are supposed to calculate a total amount, either by multiplying by a fixed amount, or the value in another cell.

    However,...
  25. VS 2015 Re: Store imported information into table...

    I figured it out, not sure if this is the best way of doing it but it works, so I'm happy lol.

    Instead of dragging the combobox from the table I wanted to fill, and then bining it to the source I...
  26. VS 2015 [RESOLVED] Store imported information into table...

    OK so I have a .XML file and a DataBase.

    The specific form I am having trouble with is my Create New RepairOrder Form.

    I have 3 combo boxes, which I dragged onto the from the RepairOrder Table...
  27. VS 2015 Re: Limit combobox entry based on another combobox entry

    Thank all both for your assistance, and patience... I now understand where the DataMember property is in the designer.

    I ended up rebuilding my form because I screwed something else up last night...
  28. VS 2015 Re: Limit combobox entry based on another combobox entry

    I really appreciate the input, thank you.

    I'm not 100% sure I understand exactly how to bind the DataMember, I can't seem to find it in the designer properties on VB.NET 2015. If you will bear...
  29. VS 2015 Re: Limit combobox entry based on another combobox entry

    Thank you, that fixed the build error. Unfortunately CBxModel is still not filtering, any idea why?
  30. VS 2015 Re: Limit combobox entry based on another combobox entry

    Thank you, so I have looked at your code bank but I am still having issues...

    I tried out your code and it worked, no issues.

    Then I tried to modify it for my database but I'm getting errors......
  31. VS 2015 [RESOLVED] SOLVED - Limit combobox entry based on another combobox entry

    Ok so I have 2 tables VehicleMake and VehicleModel. My dataset has been imported from Access

    Vehicle Make only has one Column, the Primary Key, [V_Make], which is intentional, there will be no...
  32. Replies
    8
    Views
    1,526

    VS 2015 Re: Import XML with child tables.

    Ok, thank you, that makes more sense.



    This is a little complicated. Before I stated playing with VB for this project, I imported the .XML into Access. This was fine except none of the fields...
  33. Replies
    8
    Views
    1,526

    VS 2015 Re: Import XML with child tables.

    Thanks again, I played with your example, and this code actually worked for what I was intending.


    Private Sub ReadXmlButton_Click() Handles ReadXmlButton.Click

    Dim filepath As String...
  34. Replies
    8
    Views
    1,526

    VS 2015 Re: Import XML with child tables.

    Thank you, I will see how that works.

    I am intrigued by the access.interop command, will have to look that up.
  35. Replies
    8
    Views
    1,526

    VS 2015 Re: Import XML with child tables.

    the show schema button from the MSDN article works and produced the following result.


    <?xml version="1.0" encoding="utf-16"?>
    <xs:schema id="NewDataSet" xmlns=""...
  36. Replies
    8
    Views
    1,526

    VS 2015 Import XML with child tables.

    So I have a .XML file (that has been created by another program so I have no control over it's setup ) that I wish to import into VB.NET, when imported into access the file creates 7 separate tables...
  37. Replies
    5
    Views
    1,122

    Re: Acces to filepath denied.

    :facepalm

    ok got it thanks
  38. Replies
    5
    Views
    1,122

    Re: Acces to filepath denied.

    The code is exactly as written in the MSDN article that I linked to. I linked to the article so I would't have to copy it out completely but here you go.



    As you can see, I have tried both the...
  39. Replies
    5
    Views
    1,122

    Acces to filepath denied. - SOLVED

    Hi, I am running windows 10 64bit. With Visual Studio 2015.

    My computer is set up to log in as a local account, anD I am the administrator.

    My issue...

    I was working out how to import data...
  40. Re: Importing, refreshing and linking XML data into Access 2010

    This is the problem, since the imported data doesn't create any primary keys in the table, I was wondering if there was a way to trick it into creating primary keys on import.
Results 1 to 40 of 67
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width