User Profile

Collapse

Profile Sidebar

Collapse
it0ny
it0ny
Last Activity: Jun 25 '09, 05:45 PM
Joined: Feb 27 '09
Location: Winfield, Kansas
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • it0ny
    started a topic Multiple page printing with nested loops

    Multiple page printing with nested loops

    Hi guys,
    thanks I am fairly new to this forum so I hope I chose the right place to post this question.

    I try to make my program printout a deposit's report. I created a class to store the printing printing data and the actual database data in a recordset.
    the class looks like this:
    Code:
    Public Class BRPDD 'Balance Report PrintingDocument Data
    
            Public totalReceiptsNum As Integer
    ...
    See more | Go to post

  • thanks OuTCasT and kunal pawar.

    I tried to do it by changing the public variables in the main form, but it didn't work. I couldn't find why.
    So I am using a module now. Thanks for the quick reply guys. you saved my butt.
    See more | Go to post

    Leave a comment:


  • @debasisdas
    thanks, newbie mistake :P

    @tlhintoq
    thanks for the reply. So I can use the form object as an open thread and get the info. That gave me an idea. Thanks.
    See more | Go to post

    Leave a comment:


  • getting a string from a child form to a parent form

    Hi guys,

    I am fairly new to visualbasic. A little background from me, I've programmed before in C++, Java, and PHP so I know programming. But I am new when it comes to GUI development too.

    My question is that I have a main form and I've created another small form.
    In the main form I show the small form when they click a button, like this:

    Code:
    Private Sub AddButton_Click(ByVal sender As System.Object,
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 2 '09, 02:40 PM. Reason: Moved to VB.NET Answers from .NET
No activity results to display
Show More
Working...