Search results for query: *

  • Users: jackmac
  • Content: Threads
  • Order by date
  1. J

    Generate a report

    Hi all, I've written a Windows app in VS 2008 for players in a sports club. I want to be able to generate a report showing all players so they can get a list of current players. I've tried using the Crystal Reports and also adding a Microsoft Report Viewer. I want to be able to put a button...
  2. J

    Button to add employee image?

    Hi all, I have a form which holds employee records. I can add info etc, edit and delete records. What I want to do now is add an picture of the employee. I'd like a button I can click to browse to the picture (all pics will be in the same folder obviously) then save that picture against the...
  3. J

    Unable to 'Call' from another location

    Hi all, Sorry for a newb question but this is driving me nuts. I have a form which has a button and a toolbar. The button has code which works and deletes a record in a database: ======================================= Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As...
  4. J

    Reading a text file

    Hi all, Hopefully someone can point me in the right direction here. I'm trying to build a simple app which will allow me to look at a text file (I export our monthly sales to a txt file and I want to be able to look at it line by line and search for sales by product group - how many widgits...
Back
Top