Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralMultiple violations! Pin
leckey28-Dec-07 5:14
leckey28-Dec-07 5:14 
GeneralRe: Multiple violations! Pin
Paul Conrad28-Dec-07 10:59
professionalPaul Conrad28-Dec-07 10:59 
GeneralRe: Multiple violations! Pin
leckey28-Dec-07 11:11
leckey28-Dec-07 11:11 
QuestionShowing custom controls? Pin
Benny_Lava27-Dec-07 22:36
Benny_Lava27-Dec-07 22:36 
AnswerRe: Showing custom controls? Pin
Dave Kreskowiak30-Dec-07 7:59
mveDave Kreskowiak30-Dec-07 7:59 
GeneralCannot open View Designer in Visual Studio Pin
Meenge27-Dec-07 20:21
Meenge27-Dec-07 20:21 
GeneralRe: Cannot open View Designer in Visual Studio Pin
Paul Conrad30-Dec-07 10:41
professionalPaul Conrad30-Dec-07 10:41 
GeneralControl For Crystal in VB.Net As VB Pin
Meenge27-Dec-07 20:15
Meenge27-Dec-07 20:15 
Please, Help me if anybody can!!!!!

I want to generate own Report from my project,not from Crystal report Software.
I used following control in VB6 to generate Crystal.
CRViewer.This control can get Crystal Report Viewer component.

Like this VB6 code,i am using this control in VB.Net,
Friend WithEvents crvReport As CRVIEWERLib.CRViewer
Me.crvReport = New CRVIEWERLib.CRViewer
And my form has Preview command button to preview own report from this form.If user click this Preview button ,user can preview his own report.For
this ,i am using this code in cmdPreview_Click().
Call frmpReport.ShowReport(m_astrType, m_strColumn, m_aintWidth, m_astrFSource, blnSave)

,but my project face with problem in this line.
Call frmpReport.ShowReport(m_astrType, m_strColumn, m_aintWidth, m_astrFSource, blnSave)

Error Message is
Unable to cast COM object of type 'CRVIEWERLib.CRViewerClass' to interface type

I will waiting for your answer.THANKS For ur Answer.
GeneralRe: Control For Crystal in VB.Net As VB Pin
Paul Conrad30-Dec-07 10:43
professionalPaul Conrad30-Dec-07 10:43 
QuestionDataGrid Column Identification Assistance w/Buttons using the SelectedIndexChange Event Pin
dhbaer27-Dec-07 7:53
dhbaer27-Dec-07 7:53 
GeneralArabic language Pin
hassanasp27-Dec-07 6:37
hassanasp27-Dec-07 6:37 
GeneralRe: Arabic language Pin
Paul Conrad27-Dec-07 15:03
professionalPaul Conrad27-Dec-07 15:03 
GeneralRe: Arabic language Pin
hassanasp28-Dec-07 11:07
hassanasp28-Dec-07 11:07 
GeneralRe: Arabic language Pin
nishkarsh_k28-Dec-07 6:51
nishkarsh_k28-Dec-07 6:51 
AnswerRe: Arabic language Pin
Shimmy Weitzhandler29-Dec-07 7:59
Shimmy Weitzhandler29-Dec-07 7:59 
AnswerRe: Arabic language Pin
Shimmy Weitzhandler29-Dec-07 8:01
Shimmy Weitzhandler29-Dec-07 8:01 
GeneralRe: Arabic language thanks Pin
hassanasp31-Dec-07 12:42
hassanasp31-Dec-07 12:42 
QuestionDataGridView = AcceptChanges, Details = ? Pin
tellytub27-Dec-07 3:12
tellytub27-Dec-07 3:12 
AnswerRe: DataGridView = AcceptChanges, Details = ? Pin
John_Adams27-Dec-07 4:37
John_Adams27-Dec-07 4:37 
GeneralRe: DataGridView = AcceptChanges, Details = ? Pin
tellytub28-Dec-07 18:34
tellytub28-Dec-07 18:34 
QuestionGrid and combo box issue redefined [modified] Pin
nishkarsh_k27-Dec-07 0:20
nishkarsh_k27-Dec-07 0:20 
GeneralRe: Grid and combo box issue redefined Pin
darkelv27-Dec-07 1:07
darkelv27-Dec-07 1:07 
GeneralRe: Grid and combo box issue redefined Pin
helelark12327-Dec-07 1:16
helelark12327-Dec-07 1:16 
GeneralRe: Grid and combo box issue redefined Pin
BOREC27-Dec-07 1:16
BOREC27-Dec-07 1:16 
Generaldatagridviewcomboboxcolumn selectionbackcolor Pin
helelark12327-Dec-07 0:01
helelark12327-Dec-07 0:01 

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.