User Profile

Collapse

Profile Sidebar

Collapse
gleave
gleave
Last Activity: Mar 26 '08, 02:12 PM
Joined: Mar 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gleave
    started a topic Print Datagridview Issue
    in .NET

    Print Datagridview Issue

    Hi, below is the code i got to print a datagridview, the trouble is it also prints visible columns which i don't want to be printed. Does anyone have any ideas on how i could change the code so it won't print these columns?

    [CODE=vbnet]
    Private Sub PrintDocument1_ BeginPrint(ByVa l sender As Object, ByVal e As System.Drawing. Printing.PrintE ventArgs) Handles PrintDocument1. BeginPrint
    datagridprint = DataGridView1...
    See more | Go to post
    Last edited by debasisdas; Mar 14 '08, 11:24 AM. Reason: added code=vbnet tags

  • Main form to unlock subform when required feilds are entered

    Hi, I have a problem with subforms. I want to lock a subform until all the required data is inputted in the main form.

    The required fields in main form:
    Invoice Number
    Invoice to

    The main form is called:
    Invoicing

    And the subform is called:
    Products subform

    Thank you
    See more | Go to post

  • gleave
    replied to locking subforms
    Hi, I also have a problem with subforms but what I want to do is slightly different. I want to lock a subform until all the required data is inputted in the main form.

    The required fields in main form:
    Invoice Number
    Invoice to

    Thank you
    See more | Go to post

    Leave a comment:


  • gleave
    replied to Filtering Report from form
    Hi, yes I am using MS Access, I actually managed to figure out the code before I saw the post from CaptainD (Thanks anyhow). This is the code I ended up using:

    Private Sub Command51_Click ()
    On Error GoTo Err_Command51_C lick

    Dim stDocName As String
    Dim stLinkCriteria As String

    stDocName = "Invoices"

    stLinkCriteria = "[Invoice Number]="...
    See more | Go to post

    Leave a comment:


  • gleave
    started a topic Filtering Report from form

    Filtering Report from form

    Hi. im trying to setup a filter for a report. Let me explain what I would like to achieve. I have a form called Invoicing, here all the data is put in about the invoice, I then have a report also called invoicing. I would like to be on the invoicing form and click a button saying view invoice, this then takes the invoice number from the form and filters out all the other invoices so only that 1 invoice is shown.

    Details of the fields,...
    See more | Go to post
No activity results to display
Show More
Working...