Click here to Skip to main content
15,915,164 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondatatable from datasource Pin
thesum1-Jul-09 23:39
thesum1-Jul-09 23:39 
AnswerRe: datatable from datasource Pin
Henry Minute2-Jul-09 0:18
Henry Minute2-Jul-09 0:18 
GeneralRe: datatable from datasource Pin
thesum2-Jul-09 3:36
thesum2-Jul-09 3:36 
GeneralRe: datatable from datasource Pin
Henry Minute2-Jul-09 3:58
Henry Minute2-Jul-09 3:58 
GeneralRe: datatable from datasource Pin
thesum2-Jul-09 5:06
thesum2-Jul-09 5:06 
GeneralRe: datatable from datasource Pin
Henry Minute2-Jul-09 5:17
Henry Minute2-Jul-09 5:17 
QuestionListView doubleClick wont fire Pin
Chana Winkler1-Jul-09 22:48
Chana Winkler1-Jul-09 22:48 
AnswerRe: ListView doubleClick wont fire Pin
Johan Hakkesteegt1-Jul-09 23:44
Johan Hakkesteegt1-Jul-09 23:44 
GeneralRe: ListView doubleClick wont fire Pin
Chana Winkler7-Jul-09 7:34
Chana Winkler7-Jul-09 7:34 
QuestionPrevent other app's I/O Pin
The real $M@1-Jul-09 20:11
The real $M@1-Jul-09 20:11 
AnswerRe: Prevent other app's I/O Pin
Eddy Vluggen2-Jul-09 0:24
professionalEddy Vluggen2-Jul-09 0:24 
QuestionHow to approach for reports in word. Pin
nazimghori1-Jul-09 16:47
nazimghori1-Jul-09 16:47 
AnswerRe: How to approach for reports in word. Pin
Tom Deketelaere1-Jul-09 22:30
professionalTom Deketelaere1-Jul-09 22:30 
Questionhow to use euresys library in vb 2008 Pin
zhiyuan161-Jul-09 15:30
zhiyuan161-Jul-09 15:30 
QuestionRe: how to use euresys library in vb 2008 Pin
EliottA1-Jul-09 16:31
EliottA1-Jul-09 16:31 
AnswerRe: how to use euresys library in vb 2008 Pin
Dave Kreskowiak1-Jul-09 19:16
mveDave Kreskowiak1-Jul-09 19:16 
QuestionVB.NET 2005 - Refresh Databinding and Reset of Checkboxes Pin
Fry1001-Jul-09 4:35
Fry1001-Jul-09 4:35 
QuestionWhere to store additional files Pin
Mithun.Shitole1-Jul-09 2:53
Mithun.Shitole1-Jul-09 2:53 
AnswerRe: Where to store additional files Pin
Johan Hakkesteegt1-Jul-09 3:04
Johan Hakkesteegt1-Jul-09 3:04 
GeneralRe: Where to store additional files Pin
Mithun.Shitole1-Jul-09 3:10
Mithun.Shitole1-Jul-09 3:10 
AnswerRe: Where to store additional files Pin
Tom Deketelaere1-Jul-09 3:44
professionalTom Deketelaere1-Jul-09 3:44 
AnswerRe: Where to store additional files Pin
TheMrProgrammer1-Jul-09 5:43
TheMrProgrammer1-Jul-09 5:43 
AnswerRe: Where to store additional files Pin
DoctorMick1-Jul-09 5:59
DoctorMick1-Jul-09 5:59 
QuestionRun Crystal Reports without installation Pin
Hypermommy1-Jul-09 2:31
Hypermommy1-Jul-09 2:31 
Hi all,

I have several Crystal Reports in my application. Of course, I have Visual Studio loaded on my machine so the reports run fine. But my client doesn't have any Crystal stuff loaded so she can't see the reports. I know it's pulling together the data because I can see the XML files that are used as a datasource being created. I'm pretty sure this is some kind of a DLL problem.

So I googled it and everything I found talked about using Crystal's Merge Modules in my installation project. Only one problem... no installation project for this application. All we do is straight build the EXE and then include all the files in the release directory in the virtual application building configuration. So now I have to figure out how to include the Crystal stuff in the virtual app. I've tried including the following DLLs as but that still doesn't allow the user to see the reports:

CrystalDecisions.CrystalReports.Engine
CrystalDecisions.Enterprise.Framework
CrystalDecisions.Enterprise.Infostore
CrystalDecisions.ReportSource
CrystalDecisions.Shared
CrystalDecisions.Windows.Forms

I don't know if I need registry tweaks or what. Anyone else encountered this? Thanks!

Denise "Hypermommy" Duggan

AnswerRe: Run Crystal Reports without installation Pin
Kschuler1-Jul-09 5:51
Kschuler1-Jul-09 5:51 

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.