Hello gurus,
I have a code I inherited that is loaded with pointers. Here is my problem. The application is reading a stream file to get the data. There is a delimiter 'xle' or 'xlc' or 'eof' that let the app know when it is at the end of a block. The app uses a 'get(char*, n, c)' function...
Hi,
I created a vsmacro in MVS Macro IDE to auto increment the version number of my resource file (.rc). My program is a managed C++ application. I would like to run this macro from a command line (i.e. in a makefile or batch file) before I compile my code, in order to bump up my version...
Hello,
I know how to convert from UTC to any local daylight savings date time based on TimeZoneInformation class. What I would like to know is, how can I convert from UTC to standard time anywhere based on TimeZoneInformation class? That is, ignore Daylight saving time?
Thank you in advance.
Hello,
My application pulls data from an SQL dbase and I create a comma delimited StringBuilder output. I want to place this result into three separate columns (per my delimited field). I just cannot get the 'TextToColumns' method to work. Below is a snippet of my code. Your help is highly...
I am integrating crystal report version 10 from VS.NET, when generating report it displays blank output, eventhough my ReportDocument shows that all fields have been applied to the current values. Can someone please help me. Thx.
In Crystal Reports, manually entering the parameters I get a returned output. In my code, if I comment out everything starting from where I set my parameters definitions and just include logging to the database and tables and set the ReprotSource, I get just the canned display of what is...
Thanks for your response. I do have the Clear method a little further than I need to. However, I try the clear my values because I am passing parameters to a Stored Procedure. Regardless, even if I comment out the clear method, when I set ReportSource, I still get a blank Window Form. Again...
I have an application developed in C# VS.NET that 'should' display a Crystal Report Form. However, when I pass my Stored Procedures parameters and set ReportSource, a blank form comes up and does not display any part of my report. Can anyone look at this and see what I am doing wrong? Thank...
I am using Stored Procedures. My parameters are set in the report. I pass the values from my code to the parameters. I have two codes, the first is the primary code that creates the CR object and calls the CR code. Below is a sample of my code DisplayProfile.cs:
private void...
Hello,
I have an application written in C# that I am using Crystal Reports to view my report. When ever I call the viewer (i.e. crViewer1.Show()), I get the error, "specified argument was out of the range of valid values. Parameter name: Year, Month, and Day parameters describe an...
First let me apologize that I did not respond initially to your response. Thank you very much for your help. However, when I use the example above, I get the error "Object reference not set to an instance of an object". Is there something I am doing wrong in Crystal Report or Visual Studios...
Hello,
I really hope someone can help me with is one. I have program written in C# and MS SQL Stored Procedures already ported to my database. How can I pass these Stored Procedures parameters to Crystal Reports to view my output?
Thanks for your much needed heop!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.