Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: GDI+ help Pin
nyt19725-Mar-10 0:01
professionalnyt19725-Mar-10 0:01 
GeneralRe: GDI+ help Pin
Wayne Gaylard5-Mar-10 0:57
professionalWayne Gaylard5-Mar-10 0:57 
GeneralRe: GDI+ help Pin
nyt19725-Mar-10 1:13
professionalnyt19725-Mar-10 1:13 
GeneralRe: GDI+ help Pin
Wayne Gaylard5-Mar-10 1:51
professionalWayne Gaylard5-Mar-10 1:51 
GeneralRe: GDI+ help Pin
Dave Kreskowiak5-Mar-10 2:10
mveDave Kreskowiak5-Mar-10 2:10 
AnswerRe: GDI+ help Pin
Luc Pattyn5-Mar-10 1:55
sitebuilderLuc Pattyn5-Mar-10 1:55 
GeneralRe: GDI+ help Pin
nyt19727-Mar-10 20:35
professionalnyt19727-Mar-10 20:35 
QuestionWorking with CR in VB.net Pin
C#Coudou3-Mar-10 23:03
C#Coudou3-Mar-10 23:03 
mates,

I don't know where to put this question regarding crystal report but i work it in vb.net. Hopefully im in the correct forum. Anyway, if somebody could give me an idea or solution I highly appreciated.
Heres the problem:

How will i generate the crystal report to set the details regarding what the user input in form.
Example. In my form i have 2 textbox and a button.
If I input in textbox1 = 4 and textbox2 = 2. so the result is 4x2(4 by 2) in details of cr.

in report the data should 4 rows and 2 colums.
Sample data:
TG-5465444    TG-5465448
TG-5465445    TG-5465449
TG-5465446    TG-5465450
TG-5465447    TG-5465451



textbox1 = 3 and textbox2 = 1 ; 3 by 1

TG-5465444
TG-5465445
TG-5465446


i got this in access report, heres my code
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
  If Me.Page = 1 Then
    If mintSkipped < mintToSkip Then
      With Me
        .MoveLayout = True
        .NextRecord = False
        .PrintSection = False
      End With
      mintSkipped = mintSkipped + 1
    End If
  End If
End Sub
C# コードMicrosoft End User
2000-2008




「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」


AnswerRe: Working with CR in VB.net Pin
Anubhava Dimri4-Mar-10 18:25
Anubhava Dimri4-Mar-10 18:25 
QuestionHow to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
karthickmani633-Mar-10 17:31
karthickmani633-Mar-10 17:31 
AnswerRe: How to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
Dalek Dave3-Mar-10 21:47
professionalDalek Dave3-Mar-10 21:47 
GeneralRe: How to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
karthickmani633-Mar-10 23:33
karthickmani633-Mar-10 23:33 
GeneralRe: How to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
Dave Kreskowiak4-Mar-10 1:47
mveDave Kreskowiak4-Mar-10 1:47 
QuestionReferences Pin
neverpleat3-Mar-10 12:45
neverpleat3-Mar-10 12:45 
AnswerRe: References Pin
Dave Kreskowiak4-Mar-10 1:44
mveDave Kreskowiak4-Mar-10 1:44 
GeneralRe: References Pin
neverpleat4-Mar-10 3:00
neverpleat4-Mar-10 3:00 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 3:30
mveDave Kreskowiak4-Mar-10 3:30 
GeneralRe: References [modified] Pin
neverpleat4-Mar-10 3:49
neverpleat4-Mar-10 3:49 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 6:44
mveDave Kreskowiak4-Mar-10 6:44 
GeneralRe: References Pin
neverpleat4-Mar-10 6:54
neverpleat4-Mar-10 6:54 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 7:11
mveDave Kreskowiak4-Mar-10 7:11 
GeneralRe: References Pin
neverpleat4-Mar-10 9:20
neverpleat4-Mar-10 9:20 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 13:03
mveDave Kreskowiak4-Mar-10 13:03 
QuestionAdding grid computing to my software Pin
Jaison V3-Mar-10 5:50
Jaison V3-Mar-10 5:50 
AnswerRe: Adding grid computing to my software Pin
Dave Kreskowiak3-Mar-10 6:15
mveDave Kreskowiak3-Mar-10 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.