Click here to Skip to main content
15,914,488 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 226308112-Sep-05 4:28
Member 226308112-Sep-05 4:28 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak12-Sep-05 15:39
mveDave Kreskowiak12-Sep-05 15:39 
Questiondotnet dll distribution Pin
shinay9-Sep-05 8:25
shinay9-Sep-05 8:25 
AnswerRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 9:12
Colin Angus Mackay9-Sep-05 9:12 
GeneralRe: dotnet dll distribution Pin
rwestgraham9-Sep-05 9:56
rwestgraham9-Sep-05 9:56 
GeneralRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 10:02
Colin Angus Mackay9-Sep-05 10:02 
GeneralBootstrapping dotnetfx.exe Pin
rwestgraham9-Sep-05 10:12
rwestgraham9-Sep-05 10:12 
QuestionCrystal Reports Hell Pin
Len Miller9-Sep-05 7:43
Len Miller9-Sep-05 7:43 
I own a small-potatoes business developing software.
I am working on a new WinForms product and need flexible reports with a min. budget.
I chose Crystal Reports because it came with VS .NET ("free").
I never used the product before (questionable decision), but figured I could learn it.

Anyway, my original grandiose plan required that reports:
1) Display data output from a stored procedure
2) Have fields disappear or drop-out from the report based on user's security level
3) Have dynamically built selection fields based on home-grown ad-hoc tool.

It appears that #2 and #3 are impossible, or, maybe can only be accomplished if I use all formula fields, and create a report with 1 field, another with 2 fields, another with 3 fields… etc. Then however many fields I want in my report, I choose the appropriate fields count report? – YUK.

I cannot even get #1 working!!

* When I create the report, it appears I need an SQL command (or procedure) to generate fields.
* I drag these fields onto the report.
* The user builds a where clause via a tool I created, and an SP is run with appropriate results.
* I assign the results to the report like this:
rpt.Load()
rpt.SetDataSource(ds)
… OR …
rpt.Database.Tables.Item(0).SetDataSource(ds)
rptViewer.ReportSource = rpt
* The data show is always whatever was returned from the query at DESIGN tim. The dataset assigned at run tim is ignored
* I did see suggestions ion the web stating to “Uncheck Save Data With Report on the file menu”. I cannot find this option.

ANY HELP?



Thanks,
-Len Miller

"If I had eight hours to chop down a tree, I'd spend six sharpening my axe."
-Abraham Lincoln
AnswerRe: Crystal Reports Hell Pin
nguyenthai20109-Sep-05 23:13
nguyenthai20109-Sep-05 23:13 
GeneralRe: Crystal Reports Hell Pin
Len Miller12-Sep-05 4:15
Len Miller12-Sep-05 4:15 
Questionpassing values from a form to a dialog form Pin
macupryk9-Sep-05 5:48
macupryk9-Sep-05 5:48 
AnswerRe: passing values from a form to a dialog form Pin
rwestgraham9-Sep-05 10:22
rwestgraham9-Sep-05 10:22 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:38
macupryk9-Sep-05 23:38 
AnswerRe: passing values from a form to a dialog form Pin
Rizwan Bashir9-Sep-05 23:26
Rizwan Bashir9-Sep-05 23:26 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:40
macupryk9-Sep-05 23:40 
GeneralRe: passing values from a form to a dialog form Pin
Rizwan Bashir10-Sep-05 9:08
Rizwan Bashir10-Sep-05 9:08 
QuestionHow I can give XP control looks in VB.net controls Pin
deepak_rai9-Sep-05 4:32
deepak_rai9-Sep-05 4:32 
AnswerRe: How I can give XP control looks in VB.net controls Pin
rudy.net11-Sep-05 17:20
rudy.net11-Sep-05 17:20 
QuestionXP control look in VB.net controls Pin
deepak_rai9-Sep-05 4:28
deepak_rai9-Sep-05 4:28 
QuestionImage conversion help, pixel byte array to image Pin
Anonymous9-Sep-05 2:47
Anonymous9-Sep-05 2:47 
AnswerRe: Image conversion help, pixel byte array to image Pin
Dave Kreskowiak9-Sep-05 4:16
mveDave Kreskowiak9-Sep-05 4:16 
GeneralRe: Image conversion help, pixel byte array to image Pin
Anonymous12-Sep-05 10:30
Anonymous12-Sep-05 10:30 
GeneralRe: Image conversion help, pixel byte array to image Pin
charles09298827-Sep-10 20:35
charles09298827-Sep-10 20:35 
QuestionNOT VB .... VBA Pin
OMalleyW9-Sep-05 2:07
OMalleyW9-Sep-05 2:07 
AnswerRe: NOT VB .... VBA Pin
Dave Kreskowiak9-Sep-05 2:23
mveDave Kreskowiak9-Sep-05 2:23 

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.