Search:

Type: Posts; User: jpiper

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. VS 2013 merge pdfs with itextsharp and assign bookmarks

    I got this issue from a previous post...

    http://www.vbforums.com/showthread.php?475920-Merge-Pdf-Files-and-Add-Bookmarks-to-It-%28Using-iTextSharp%29&highlight=itextsharp+bookmark

    This works...
  2. VS 2013 Insert record in child table when parent record is created.

    I have 2 tables, a parent (documents) and a child (revisions) related by [DocumentID]. When I create a new record in the documents table I'd like to also create a new record in the revision table. ...
  3. Replies
    0
    Views
    5,147

    Display raw xml from REST query

    I am quite new to all of this. Right now we have a QR code on our employees id card that stores a user id. When that card is scanned, it pulls up a url from a website and displays raw xml data...
  4. Replies
    2
    Views
    1,453

    VS 2010 Re: DateTimePicker Value

    Thanks, I didn't think there would be an actual way to do it, if there was it would already be built in.

    I did a kind-of rigged up option, I put a textbox covering about 80% of the DTP with the...
  5. Replies
    2
    Views
    1,453

    VS 2010 DateTimePicker Value

    I have a date field in my dataset, my datetimepicker is bound to it. When the form loads, the datetimepicker is default to todays date if there is no value stored in the database.

    Right now I'm...
  6. Replies
    3
    Views
    2,075

    VS 2010 Re: Datagridview UserDeletingRow

    That worked great, thanks!
  7. Replies
    3
    Views
    2,075

    VS 2010 [RESOLVED] Datagridview UserDeletingRow

    What is the best way to give a warning message to the user and cancel a row delete in a datagridview?


    This is about as far as I have got:


    Private Sub...
  8. Replies
    0
    Views
    808

    VS 2010 Databound Combobox Value Resets

    I have 2 forms, one is my "main form", the other is a "settings form". The main form has a combobox databound to an employees table in my dataset. Settings form there is a datagridview listing...
  9. Replies
    3
    Views
    1,276

    VS 2010 Re: Arranging data points

    I have found a way to make it work. Can you suggest how I should tryparse my textboxes to finish this up?


    Dim Points As New List(Of Point)

    Dim P1 As New Point(Val(Me.TextBox1.Text),...
  10. Replies
    3
    Views
    1,276

    VS 2010 Arranging data points

    I'm using mscharts, but my question might not need to be chart related to be answered.


    My chart contains 5 XY data points that will be shown in a spline (line graph). The X values are from text...
  11. Replies
    6
    Views
    1,236

    VS 2010 Re: Datagridview loop

    Thanks Shaggy!
  12. Replies
    6
    Views
    1,236

    VS 2010 Re: Datagridview loop

    I have it working now, spent a long time of just trial and error... don't know if it's the correct way but it seems to be a way that works.


    Private Sub checkquantity()

    For Each...
  13. Replies
    6
    Views
    1,236

    VS 2010 Re: Datagridview loop

    No, it's not ordered by column 1. Typically column 1 will be in ascending order, but they can be out of order as it's actually sorted by a column not shown (ID) ascending. Column 1 is basically an...
  14. Replies
    6
    Views
    1,236

    VS 2010 [RESOLVED] Datagridview loop

    I'm needing help with the following loop...


    How can I say the following statement in a loop, or if not using a loop how can I get the result?

    Example:

    Column1........Column2...
  15. Replies
    4
    Views
    6,148

    VS 2010 Re: Datagridview column selecting

    Thanks wes4dbt, works great!
  16. Replies
    4
    Views
    6,148

    VS 2010 [RESOLVED] Datagridview column selecting

    Is there a way to make a column unselectable? I can make the column read-only but it would be easier if it was unselectable so the user won't be confused trying to enter data into a read only cell. ...
  17. Replies
    3
    Views
    1,339

    VS 2010 Re: Combo Box Events

    Thanks for the help so far, it's not quite working for me, I don't think I explained it very well, I was trying to keep it basic. I'm using MDI forms, they load within a parent based on CB2's...
  18. Replies
    3
    Views
    1,339

    VS 2010 Combo Box Events

    I have combobox1 and combobox2, both databound.

    Box2 will be a selected value that changes based off box1 selection.


    Private Sub ComboBox2_SelectedIndexChanged(ByVal sender As System.Object,...
  19. VS 2010 Re: Borderless child maximized still has controlbox

    I think I just figured it out... I didn't know I could dock a form within a form. Instead of trying to maximize the form I found a way to dock it, here's an example.


    Private Sub...
  20. VS 2010 [RESOLVED] Borderless child maximized still has controlbox

    I have an MDI parent form and multiple child forms. Child forms are borderless and set to start in the maximized position because I want the forms to completely fill/resize within the parent form...
  21. Replies
    6
    Views
    2,376

    VS 2010 Re: Datagridview Default Values Needed Error

    Jay, sorry I tried that one early on, it still has the error loading or deleting... you can't even get a rowcount before it throws the exception. I don't think it's proper technique but I just did a...
  22. Replies
    6
    Views
    2,376

    VS 2010 Re: Datagridview Default Values Needed Error

    I don't really know how to read exceptions. It says Form1.vb:line 6, and it stops on this line in the program.


    NewCharacter = (Chr(Asc(Me.DataGridView1.CurrentRow.Cells(3).Value.ToString) +...
  23. Replies
    6
    Views
    2,376

    VS 2010 Re: Datagridview Default Values Needed Error

    Thanks for the reply, this is my basic code...


    Private Sub DataGridView1_DefaultValuesNeeded(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewRowEventArgs) Handles...
  24. Replies
    6
    Views
    2,376

    VS 2010 Datagridview Default Values Needed Error

    If I delete the top row of my datagrid, or load a page without any data in the datagrid, I get a NullRefrenceException error. "Object reference not set to an instance of an object."

    Can someone...
  25. VS 2010 Re: Search Dataset for specific record

    Thanks Paul :) I got so concerned with finding a date I didn't even think of that...
  26. VS 2010 [RESOLVED] Search Dataset for specific record

    My application will start (dataset filtered by username/date) and if it's the first time the user has used it today it will be a blank entry form because there is no record for today created. The...
  27. Replies
    2
    Views
    400

    VS 2010 Re: Just looking for some advice

    I feel your pain...

    I did this panel instance in an application and it worked pretty sweet, might work smoother than loading 15 panels at once... Basically it just keeps clearing a panel on your...
  28. Replies
    3
    Views
    566

    VS 2010 Re: List active users of database

    At this time, nothing. I'm not even sure where to start...

    I can put this in the form_load event...



    Dim username As String = System.Environment.UserName.ToString...
  29. Replies
    3
    Views
    566

    VS 2010 List active users of database

    I'd like for my application to have a listbox displaying all users currently connected to my access database stored on a server. Also, it would be nice at startup for a message box to pop up saying...
  30. Replies
    5
    Views
    3,538

    VS 2010 Re: Max Number in Dataset Column

    It was set up as a string, originally I was going to use an alphanumeric ID but then realized since I was assigning a nickname to the equipment which won't be the primary key, it would be "easier" to...
  31. Replies
    5
    Views
    3,538

    VS 2010 Re: Max Number in Dataset Column

    Kevin, thanks for an example. This works great if I just use what you've provided me but I am having a hard time incorporating it into my application. I'm not coding in tables, I'm using the wizard...
  32. Replies
    5
    Views
    3,538

    VS 2010 Max Number in Dataset Column

    I'm making my own ID field (highest number + 1) and using it when I insert a row into my tableadapter, and I've tried two ways...

    Ordering my dataset by ID descending and picking the first row...
  33. Replies
    0
    Views
    521

    New to Reports, need training advice...

    I am starting to learn how to use Microsoft Report Viewer and Crystal Reports. Can any of you suggest some really good sites for learning how to use these reporting tools, besides youtube and asking...
  34. Replies
    2
    Views
    4,120

    VS 2010 Re: Fill Excel and/or Print Loop

    The data is actually coming from 2 different tables :( I have a sampling data section of the form which contains data about how a sample was collected, then there's a datagrid with another table...
  35. Replies
    2
    Views
    4,120

    VS 2010 Fill Excel and/or Print Loop

    Hello,

    I have an Access 07 database I'm using to store my data. I have no problem at all filling a worksheet in excel or a table in word from the textboxes currently on the screen and saving it...
  36. Thread: Splash Screen

    by jpiper
    Replies
    3
    Views
    928

    VS 2010 Re: Splash Screen

    Tried both and got the same result. No matter how long I set the start time, I even tried 600000 and it only displays for a second, then it switches over to my main form then all my child forms...
  37. Thread: Splash Screen

    by jpiper
    Replies
    3
    Views
    928

    VS 2010 Splash Screen

    I'm fishing for ideas...

    I have an MDI parent screen that loads on startup and a lot of child forms that load when opening. So as the child forms load there's a lot of flashing and it looks...
  38. Replies
    6
    Views
    4,100

    VS 2010 Re: Primary Key & Related Tables

    Don't sweat it kaliman, not important enough to try. I was hoping there was an "easy" way to do it, like how it automatically adds the primary key to each record I was hoping for some kind of...
  39. Replies
    6
    Views
    4,100

    VS 2010 Re: Primary Key & Related Tables

    I'm with you guys, can you suggest something for me to try differently then? I have a primary key "ProjectNumber" linked one to many to each "ReportNumber" related to that project on another table. ...
  40. Replies
    6
    Views
    4,100

    VS 2010 Primary Key & Related Tables

    Is there a way to modify the text of a primary key and not have it delete all the following rows in other tables related to it?
Results 1 to 40 of 71
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width