| Thread | Last Post | Replies |
|
| print with crystal reports in dot.net | 24 Oct 2005 22:08 GMT | 4 |
I would like to know how to print a crystal report that was generated in the .NET framework using a Visual Basic.NET web application and/or a Visual basic.NET windows application. When crystal reports runs by itself, you can do a print preview to see what
|
| Creating a dynamic Crytsal Report | 24 Oct 2005 20:40 GMT | 3 |
Hope I've posted to the right groups. I'm trying create a Crystal Report for the first time using C# (novice at that as well). The CR I can handel. What I want to do is to have a whole bunch of fields in my application (winforms) which the user can
|
| Background image on LintView | 24 Oct 2005 20:19 GMT | 1 |
How can I place a background image on a ListView control? If it is possible, can it be with anchors (bottom-right)? Thanks. Jaime from Salta, Argntina
|
| System.GetType returns null | 24 Oct 2005 20:03 GMT | 4 |
I have a problem with System.Type.GetType method. If you try out the following code in C# console app .. System.Type t = System.Type.GetType("System.DateTime"); System.Type t1 = System.Type.GetType("DateTime");
|
| Hiding a Workbook on Load of Excel app? | 24 Oct 2005 17:14 GMT | 1 |
I was trying to create a form that links to an Excel file. Once i get the form to open the Excel object, is there anyway to hide it form view? I do not wan the user to see the initialization of the Excel app, just the form. Thanks,
|
| How to have 1 toolbar to govern all... | 24 Oct 2005 17:07 GMT | 4 |
C# .Net My application is a one window one world one love, type of affair. There are the occasional pop up screens, but in the main it is one window, and all screens are displayed within this one window. Down the left hand side of my
|
| ASP.NET 2.0 | 24 Oct 2005 16:48 GMT | 3 |
When is ASP.NET 2.0 (Not Beta) scheduled for release? When is Atlas (AJAX controls) scheduled for release? -TFTH Bryan
|
| ASP to ASP.NET Session | 24 Oct 2005 16:11 GMT | 4 |
Is there a way I can open an asp page, start a session, then continue using that session in an ASP.NET page? Also, this may be a stupid question... but I'm posting to this Newsgroup from FuzzySoftware.com and the interface is no good. Can I receive messages from this newsgroup in ...
|
| Using MSQM to send a string..... format issue | 24 Oct 2005 14:46 GMT | 1 |
Hi I'm trying to identify the message format of a string, When i send the string via a ActiveXFormatting propery it send the string to the queue as shown below, can anyone identify the format? Its not UTF-8 as it doesn't have a BOM.
|
| Install a program - just copy it using xcopy? | 24 Oct 2005 14:17 GMT | 1 |
I have a process that will automatically update programs on client computers. The thing I want to check though is when I 'install' the program, is it really just as easy as copying the file to the appropriate directory? I don't need to worry about shortcuts or registry items.
|
| Export DataTable to Excel? | 24 Oct 2005 13:53 GMT | 3 |
Is there any easy way to export data from DataTable to Excel? Thanks for any help, Tedmond
|
| how to specify the default value for a field as todays date and time | 24 Oct 2005 10:08 GMT | 1 |
Using VB Express and SQL. I have an sql database. what function gives me todays date and time? and do i enter it in the 'default' property for the column in the database?
|
| Easy installation of .NET 2.0 | 24 Oct 2005 08:39 GMT | 4 |
Making users install the .NET framework v1.1 to run my.NET program was hard to do, so I ended up rewriting the program in none-NET code because no one wanted to install it. One of the problems was that the setup pointe to a .NET install URL but somehow Microsoft changed it and the ...
|
| filling an array from a dataset | 24 Oct 2005 08:07 GMT | 4 |
How can I declare an array, and set it to equal all the items in a column of a dataset? TIA, Amber
|
| Open new browser session | 24 Oct 2005 04:23 GMT | 3 |
I have a button on my web app, that opens a help html page. I use this code: HttpContext.Current.Response.Write("<script>") HttpContext.Current.Response.Write("window.open('" & sUrl & "','_new')") HttpContext.Current.Response.Write("</script>")
|