Click here to Skip to main content
15,921,577 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: urgent vb code Pin
Dave Kreskowiak25-Aug-06 5:28
mveDave Kreskowiak25-Aug-06 5:28 
Questionprinting Pin
prakash J25-Aug-06 1:59
prakash J25-Aug-06 1:59 
AnswerRe: printing Pin
Dave Kreskowiak25-Aug-06 5:24
mveDave Kreskowiak25-Aug-06 5:24 
Questionadd a serialkey input box to a setup project Pin
Guerven25-Aug-06 0:00
Guerven25-Aug-06 0:00 
AnswerRe: add a serialkey input box to a setup project Pin
Dave Kreskowiak25-Aug-06 5:22
mveDave Kreskowiak25-Aug-06 5:22 
GeneralRe: add a serialkey input box to a setup project Pin
Guerven27-Aug-06 20:28
Guerven27-Aug-06 20:28 
GeneralRe: add a serialkey input box to a setup project Pin
Dave Kreskowiak28-Aug-06 3:53
mveDave Kreskowiak28-Aug-06 3:53 
QuestionReturn multiple row for 2 fields in crystal report Pin
angelagke24-Aug-06 17:44
angelagke24-Aug-06 17:44 
how can i show all record in my ultragrid present in crystal report which has 2 columns n multiple rows..

my coding below always show 1st row of record instead of multiple rows in my ultragrid...

   ' Add all parameter fields into crystal report<br />
        objPreview = New CRViewer30.CRViewer<br />
        For i = 0 To ultraGridTransaction.Rows.Count - 1<br />
            With objPreview<br />
                .AddParameterFields("@TaskCode", ultraGridTransaction.Rows(i).Cells("Task Code").Text.Trim)<br />
                .AddParameterFields("@Description", ultraGridTransaction.Rows(i).Cells("Description").Text.Trim)<br />
<br />
                .ReportName = strReportName<br />
                .ReportPath = strReportPath<br />
                .ServerName = gstrPrimaryServer<br />
                .ServerDatabaseName = gstrPrimaryDatabaseName<br />
                .ServerDatabaseUserId = gstrPrimaryDatabaseUserId<br />
                .ServerDatabasePassword = gstrPrimaryDatabasePassword<br />
<br />
                .ScriptingSyntax = CRViewer30.CRViewer.Syntax.VBSyntax<br />
                .PaperOrientation = CRViewer30.CRViewer.Orientation.Portrait<br />
                .GenerateType = CRViewer30.CRViewer.GenType.ShowReport<br />
            End With<br />
        Next<br />
<br />
        ' Showing report<br />
        objPreview.Generate()


Thanks for helpSmile | :)

angela
QuestionMake Image like button effect? Pin
campbells24-Aug-06 15:26
campbells24-Aug-06 15:26 
AnswerRe: Make Image like button effect? Pin
Christian Graus24-Aug-06 16:39
protectorChristian Graus24-Aug-06 16:39 
General[Message Deleted] Pin
campbells24-Aug-06 18:04
campbells24-Aug-06 18:04 
GeneralRe: Make Image like button effect? Pin
Christian Graus24-Aug-06 18:33
protectorChristian Graus24-Aug-06 18:33 
GeneralRe: Make Image like button effect? Pin
Polymorpher28-Aug-06 17:21
Polymorpher28-Aug-06 17:21 
GeneralRe: Make Image like button effect? Pin
Polymorpher28-Aug-06 17:27
Polymorpher28-Aug-06 17:27 
QuestionQuestions on Form Pin
eagertolearn24-Aug-06 12:12
eagertolearn24-Aug-06 12:12 
AnswerRe: Questions on Form Pin
Christian Graus24-Aug-06 13:03
protectorChristian Graus24-Aug-06 13:03 
AnswerRe: Questions on Form Pin
Dave Sexton25-Aug-06 0:30
Dave Sexton25-Aug-06 0:30 
QuestionCopying design form Pin
cstrader23224-Aug-06 10:39
cstrader23224-Aug-06 10:39 
AnswerRe: Copying design form Pin
coolestCoder24-Aug-06 20:12
coolestCoder24-Aug-06 20:12 
Question.net assembly "crystaldecision.windows.form" Pin
saneng24-Aug-06 8:23
saneng24-Aug-06 8:23 
AnswerRe: .net assembly "crystaldecision.windows.form" Pin
Dave Kreskowiak24-Aug-06 8:36
mveDave Kreskowiak24-Aug-06 8:36 
QuestionConverting .net 1.1 project into .net 2.0 Pin
jagmit2024-Aug-06 8:04
jagmit2024-Aug-06 8:04 
AnswerRe: Converting .net 1.1 project into .net 2.0 Pin
Dave Kreskowiak24-Aug-06 8:10
mveDave Kreskowiak24-Aug-06 8:10 
AnswerRe: Converting .net 1.1 project into .net 2.0 Pin
Jun Du24-Aug-06 9:15
Jun Du24-Aug-06 9:15 
GeneralRe: Converting .net 1.1 project into .net 2.0 Pin
Dave Kreskowiak24-Aug-06 10:03
mveDave Kreskowiak24-Aug-06 10:03 

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.