Thomas2054's Q&A profile
Visual Studio Binding Crystal Report
Hi all, i have one problem i want to display report in datagrid or other control execept crystalreport viewer. is ti possible. how can i do that if possible then please give me sample code There is no way you can display crystal report without crystal report viewer. Buy you have another alternate to export it in different format without viewing it, say in RTF format. Once you have exported to RTF format you can display RTF foramt in different control (e.g. RTF text box) ...Show All
Visual C++ few questions about C++
hi, i'm beginner in C++ and i have a few questions about it, i hope if anyone have sometime to answer me, A) about platforms : as far as i know you can write programs in C++ to run under many platforms if i have the proper compiler for this platform 1) does that make any difference in the code itself or i just need a different compilers, for example i know windows depends on events , so if i write the same program for linux , does linux depend on something else , because that will change the code completly 2) also what about the libraries , in windows its MFC does linux or Mac have something else B) about CLI : i guess there is no difference between C++ and c# here , even i guess C# is easier in this area, is that true ...Show All
Windows Forms Vertical Label
Does someone know how i can make a vertical label like this : H E L L O Thanks Unless my eyes are deceiving me... http://img213.imageshack.us/img213/4910/untitledoq8.jpg I have never had any problems not being able to make vertical labels using the default label control. ...Show All
Windows Forms datagridview showing no grid
I added a datagridview control to a form (VS 2005), filled with data at form load time. The datagridview control keeps being grey, not showing any grid at all.. I have another example working properly but,.... I can't see the difference... Any hint, please thx here you are, the code from the form ============================================= Imports BL ' ' ' Public Class EmpInfo Inherits System.Windows.Forms.Form ' Private mdsEmps As BL.EmpService.Employees Private mdsEmps As New DataSet Private Sub EmpInfo_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load GridLoad() End Sub ' ' ' Public Sub GridLoad() Dim br As BL.Employ ...Show All
Internet Explorer Development IE7 Title bar shows up in Chinese instead of my language
Hello, Downloaded and installed: IE7-WindowsXP-x86-enu.exe OS: Windows XP Home (legal version) I had IE6 with SP2. I downloaded at first the IE7 RC1 but then I downloaded the file I mentionned above. With both RC1 and IE7-WindowsXP-x86-enu version I got the weird Chinese titles in my Blue Titlebar. The tab-titles tho are correct. I've uploaded a screenshot to be downloaded here . This screenshot gives you the view of my IE7 browser with the blue titlebar. My Language is Dutch and at the Tools - Internet Options - General tab I've set my appearance language at Dutch (screenshot here ). Could somebody please help me out I really really love to have my own language or the english titlebar instead of Chinese. Yours Sincerely ...Show All
SQL Server setting date formats
Hi. How may i manage differents date formats in a database (Ex. In Honduras we use dd/mm/yyyy , in other countries yyyy/mm/dd, in USA mm/dd/yyyy. Recently i was creating a simple app which extract a date from calendar control and filter the records for the selected date. The problem is when previously the record is saved. It uses a different format, and the selected date does not match with the saved date. I use Win XP Pro Spanish, Visual Studio 2005 English and SQL server express 2005 use the TSQL function CONVERT() with the thired STYLE parameter as defined below Without century (yy) ( 1 ) With century (yyyy) Standard Input/Output ( 3 ) - 0 or 100 ( 1, ...Show All
SQL Server Trying to access SQL SERVER 2005 with Access 2003
I am trying to connect through ODBC connectivity, but it will not allow me to do so. I have investigated this matter. It leads me back to the server, because as I was configuring my client side database. It kept asking for the DSN(datasource name), but I was unable to choose one because there wasn't one to choose. Which is my current dilemma, How can I do this and have it available to choose from the server to satisfy the Access database I went to the domain where the software resides but I don't know what steps to take I also found an interesting piece on microsoft about Kerberos, but I can't follow along according to the instructions it has. I have Access 2003 & SQL SERVER 2005, HELP...! Basically, this is right off the ...Show All
Visual Studio Express Editions Help! Random movement in C!
How can I generate a random movement horizontaly using rand function I can only generate movement but, not randomly, using a loop... for example if you added a picturbox1 with a picture of a car: picturebox1.Left += 25; this will move your car 25 pixels to the right ...Show All
Internet Explorer Development IE 7 CPU Utilization
I recently installed the IE7 release candidate. Over the past couple days, there have been numerous incidents where iexplore.exe process uses 95%+ CPU, and it hangs there for a minute or longer. I haven't found anything specific on this, but is it a known issue that Microsoft is going to fix Thanks, Jen Hi there This seems to happen every time I open a second tab in IE and then try to close the browser. It's fine if I just use single tabbed browsing and open many Internet explorers instead of opening many tabs though. The only addons I have enabled are Adobe PDF Reader Link Helper Create Mobile Favorite Create Mobile Favorite... Google Google Toolbar Helper IeCaptureBho Object Research Send To Bluetooth SSVHelper Class Su ...Show All
Visual Studio Express Editions YASSQ: Yet another splash screen question
Hello I am currently writing a new application, which needs to display a splash screen (I know it's only meant to make the time the user waits more interesting, but I realy want a splash screen), but at the moment I'm experiencing some problems. My Main Form is called "Form1". When I set the Form1.WindowState to "Normal" (800x600), the splash screen displays normally, for a few seconds, and then Form1 shows. The problem: I want Form1 to start Maximized. When I set Form1.WindowState to "Maximized", Form1 immediately shows on top, with the splash screen invisible behind it. Is there a way to solve this problem As I said, I really want a splash screen :-) Thanks! Johannes Project + Properties, Applicat ...Show All
SQL Server Rendering report when one dataset times out
We use Report Server reports to provide our support staff with views into several production databases on various servers. The most commonly used report is a summary of the data on several production servers. The report contains multiple datasets. Each dataset points at a different server. If one of the servers is down some reason, one dataset fails to execute, and the entire report fails to to render. What I would like is some control over this behaviour. If a given data set fails to execute, I would like the report to continue and render the results. The failed data set would obviously show no data but this is fine by me. I know I can place timeout values on each dataset. But this doesn't help me. Can I structure my report or SQ ...Show All
.NET Development Get XML from a XSD file
I have an ASP.NET 2.0 applciation that has a XSD file in the project. The XSD file is quite large with table information etc... and I was wondering if there was a way to get a XML document based on the Schema of the XSD file Is there a WriteToXML() method that I am missing or something Read this MSDN article by Priya Lakshminarayanan Generating XML Documents from XML Schemas Cheers, Dimitre Novatchev ...Show All
.NET Development Interop config file issue
Howdy all- I am having an interesting problem trying to run some .NET 2.0 dlls in the GAC on an ASP page. On my dev machine (WinXP, 1.1 and 2.0 installed) I have built the dlls, added them to the GAC, put the config file in system32/dllhost.exe.config and called dlls from an ASP page no problem. Page displays and the dlls see the config file. I do the same in production (Win2003 Server, 1.1 and 2.0 installed) and I get an error which indicates that the code isn't seeing the config file (it isn't getting a connection string). I have tried numerous things to resolve this, with some interesting results: 1) Added w3wp.exe.config and inetinfo.exe.config to the system32 dir as well as the system32/inetsvr dir with the same results as above. 2) A ...Show All
SQL Server How to integrate reporting services with ASP.Net
Hi My current situation is how to integrate my application written in asp.net to link to my report server's report as by default anonymous user can access my report server's report without any authentication. how to configure to make the report server by using form authentication before access the reports My Application Configuration Web application (Vb.Net) - http://192.168.1.18/mobiFO Reporting services - http://192.168.1.19/reportserver/reports/mobiforeport DBMS - MS SQL Server 2005 developer edition + Reporting Services 2005 SP1 Thanks for your help. anything can email me at jack0726@yahoo.com you can try the form authentication sample i ...Show All
Visual Studio Express Editions Setup.exe
Microsoft Visual C# 2005 Express Edition - ENU has encountered a problem during setup. Setup did not complete correctly. An error occured during setup and a report was created with useless information about the problem encountered. EventType : visualstudio8setup P1 : 10861 P2 : 8.0.50727.42_rtm_x86_ixp P3 : gen P4 : inst P5 : f P6 : dlmgr_bitserror P7 : -2147023651 P8 : 0 P9 : cdownloadjob__addfile() P10 : - I downloaded from Microsoft.com and every time I try to install it, I get this error, I am not downloading the extra packages (I've tried that also, and it does not work). This fails when the download begins. Well, at the prompt where the download should begin. Thanks What should I do ...Show All
