Click here to Skip to main content
15,915,093 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Get object name Pin
Peter Ritchie24-Apr-05 9:30
Peter Ritchie24-Apr-05 9:30 
Generalreturn Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
rlinder21-Apr-05 11:32
rlinder21-Apr-05 11:32 
GeneralRe: return Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
Dave Kreskowiak21-Apr-05 16:04
mveDave Kreskowiak21-Apr-05 16:04 
GeneralRe: return Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
Robert Rohde21-Apr-05 19:52
Robert Rohde21-Apr-05 19:52 
GeneralRe: return Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
rlinder22-Apr-05 5:31
rlinder22-Apr-05 5:31 
GeneralRe: return Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
rlinder22-Apr-05 8:42
rlinder22-Apr-05 8:42 
GeneralRe: return Bitmap.FromStream(new MemoryStream(buffer)) as Bitmap; Pin
[Marc]16-May-05 14:43
[Marc]16-May-05 14:43 
GeneralCrystal Reports.Net Pin
Anonymous21-Apr-05 0:59
Anonymous21-Apr-05 0:59 
I am using Visual Studio.net 2003 with the bundled Crystal Reports. I want to use a selection formula to select data based on the current value on my form. At the moment I have a dataform which has datafields and text boxes on it together with a cyrstal reports viewer. I have a text box called txtYEID on my form and a corresponding field in my database (and thus shown on my Crystal Report) called anuYEID. The selection formula I have at the moment is:

Dim myformula As String

myformula = "{tblYearEnd.anuYEID}" = "& chr(39) & txtYEID.Text & chr(39)"

CrystalReportViewer1.SelectionFormula = myformula

However when I trigger the code my CRViewer doesn't show any data! I've done messagebox.show on both txtYEID and anuYEID and the first shows the current data, but the second is blank - which I presume means it isn't passing the data to the field???

Once I've acheived this (if ever...) I want to separate the data form from the CR viewer so that they are both on different forms, but when I open the data form and select certain data, when I click a button to open the form with the viewer it will only show my current data - is this possible?

Any help would be gratefully appreciated Big Grin | :-D

GeneralRe: Crystal Reports.Net Pin
Anonymous21-Apr-05 5:03
Anonymous21-Apr-05 5:03 
GeneralRe: Crystal Reports.Net Pin
vertig073021-Apr-05 7:27
vertig073021-Apr-05 7:27 
GeneralRe: Crystal Reports.Net Pin
Anonymous28-Apr-05 1:06
Anonymous28-Apr-05 1:06 
QuestionHow big can be a .NET Application Pin
zkey20-Apr-05 23:41
zkey20-Apr-05 23:41 
AnswerRe: How big can be a .NET Application Pin
Carl Mercier21-Apr-05 15:23
Carl Mercier21-Apr-05 15:23 
AnswerRe: How big can be a .NET Application Pin
Dave Kreskowiak21-Apr-05 15:59
mveDave Kreskowiak21-Apr-05 15:59 
AnswerRe: How big can be a .NET Application Pin
Robert Rohde23-Apr-05 7:53
Robert Rohde23-Apr-05 7:53 
GeneralRe: How big can be a .NET Application Pin
23-Apr-05 9:27
suss23-Apr-05 9:27 
Generalunboxing Pin
ganeshMohan20-Apr-05 21:54
ganeshMohan20-Apr-05 21:54 
GeneralRe: unboxing Pin
Anonymous20-Apr-05 23:13
Anonymous20-Apr-05 23:13 
GeneralInterpolating Pin
RekoTiira20-Apr-05 11:03
RekoTiira20-Apr-05 11:03 
GeneralRe: Interpolating Pin
Peter Ritchie24-Apr-05 9:37
Peter Ritchie24-Apr-05 9:37 
GeneralMSVC6 to C++.Net Migration Pin
Brad Bruce20-Apr-05 2:32
Brad Bruce20-Apr-05 2:32 
GeneralRe: MSVC6 to C++.Net Migration Pin
Peter Ritchie24-Apr-05 9:39
Peter Ritchie24-Apr-05 9:39 
GeneralSingle Precision not precise Pin
AJGardiner20-Apr-05 1:14
professionalAJGardiner20-Apr-05 1:14 
GeneralRe: Single Precision not precise Pin
Mike Dimmick20-Apr-05 1:33
Mike Dimmick20-Apr-05 1:33 
GeneralRe: Single Precision not precise Pin
Peter Ritchie24-Apr-05 9:41
Peter Ritchie24-Apr-05 9:41 

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.