User Profile

Collapse

Profile Sidebar

Collapse
BumbelingIntern
BumbelingIntern
Last Activity: Aug 28 '08, 05:39 PM
Joined: Aug 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • BumbelingIntern
    replied to Stepping through a record set
    Hey,

    I believe I figured this one out. Just needed to create a temporary table.

    Code:
    Private Sub GetImageButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GetImageButton.Click
    
            FileOpen(1, "C:\Program Files\ADImage\ADImageSetup.txt", OpenMode.Input)
            Do Until LineInput(1) = "**ADImageLocation**"
            Loop
    ...
    See more | Go to post

    Leave a comment:


  • BumbelingIntern
    started a topic Stepping through a record set

    Stepping through a record set

    Hi,
    I'm working on an applet that allows a user to step through the results of a query and edit the information.

    I have it so that you can click one button to get the image and another to update the record, however, I cannot figure out how to keep the recordset open in a way so that when I click the update button it moves to the next entry.

    Any help or insight would be greatly appreciated
    Thanks,
    ...
    See more | Go to post
No activity results to display
Show More
Working...