Search results for query: *

  1. J

    Generate a report

    Got it! Hi all, I managed to get it done! After trawling about I found the mistake I was making. Once I'd created another form then put the viewer onto this form it worked a treat! Just got to format it a little better oto suit my needs and I'm good to go. Thanks for looking Jack
  2. J

    Question Crystal Report for Visual Studio 2008 Standard Edition

    Crystal Hi there, As far as I know there's no way to add reports directly into the Standard edition. It may be worth looking at upgrading to the Professional edition if it's something you think you need. If you search on eBay of all places you'll find a new, genuine copy of VS2008 Pro for a...
  3. J

    Question Charging for software maintenance agreements

    What about offering a flat fee and a per-call rate? A tricky one but what about trying the dual approach? Your friend could charge a flat fee per licence sold on, perhaps a 50 - 60% of the original licence fee. Your friend would need to be sure their client didn't charge way over what they...
  4. 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...
  5. J

    Button to add employee image?

    Found the answer!!! Hi all, I found the way to put the image into the app. The code for it is shown below: Private Sub ImageInsert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddPicButton.Click Dim openFileDialog1 As New OpenFileDialog()...
  6. 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...
  7. 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...
  8. J

    Reading a text file

    Thanks Ruffnekk, I'll look into that.
  9. 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