Search results for query: *

  1. C

    Using a tuple value to open a file

    Hi all, I am trying to use a Database as the backend, that has a field for storing image locations. I want to use the absolute address found in the tuple of a record and assign it's value to the picture box so that it displays the image associated with that specific record. ImagePath = New...
  2. C

    Loading images using a text file

    Hi I have a very urgent project due for Monday and I am trying to implement a very simple Windows Application for viewing files. One of the requirements is to store the history of images accessed and provide a navigation tool for those images logged into the history. I have been successful in...
  3. C

    Datagrid as a map?

    Hi to all, and thank you for reading. I have a project due here and the project requires me to use a datagrid to plot cells with respect to a map. Now we were advised to use a separate form which is transparent with the map on it, which is then transposed over the datagrid, to assess where on...
  4. C

    Display newrecord id = -1

    Is there any way to get the value that the Database generates? I'm trying to make my system easier to use. 4 tables. Where the Job table's Job_no is the foreign key in 2 other tables. Thus to create a new record for these other tables, it needs the correct foreign key. I was hoping to use a...
  5. C

    Add new record - Autonumber issue

    So my first project could add new records just peachy, but I messed around with core code too much and it crashed. Essentially I used the add new record code from the msdn library, It only works if I remove the Primary key for the UID from the dataset. However, this in turn causes the...
  6. C

    Proper Form Navigation & Pulling from DB

    So yeah, I've been developing a nice little GUI for the front end of a database. Issue #1 My navigation method has been me.show, form.hide Now this is all fine and dandy, but when I close the program, I suspect these hidden forms are still running. Is this how it should be? I considered...
  7. C

    Visual Studio 2008 - Copy if Newer not working

    Yes, I have scoured the net and yes I know I am the 10 millionth, but my gosh this is annoying. Now, I do understand the concepts, what I can't understand is what is wrong with mine. I have a DataSource and a NavigationBinding. I have enabled my database to "Copy if Newer" Do I need...
Back
Top