Markus_R's Q&A profile
SQL Server Exporting Report Builder Tabular Report to CSV
A simple tabular Report Builder report was written to feed another system that requires quoted CSV. I have two issues when exported: 1) I can't get control over the exported column names. Currently, they are exported as "FIELDNAME_Value". When I try to change the column headings in the designer, it has no effect on the exported column names When I create a New Field and specify my desired column name (e.g., COMPANY), the e ...Show All
SQL Server green-bar for list
green-bar (altrnating background color) can be done in table, I can find a solution for matrix, but how about a list Thanks This doesn't seem to work in the scenario I have List containing: textboxes, table the above line of code, when placed in the list.backgroundcolor gives the following (have also included rownumber ) 2 white 4 white 6 white etc.. this is because it appear to be taking into account the detail (table) level So, instead o ...Show All
Game Technologies: DirectX, XNA, XACT, etc. SDK Error when running (Debugging) application
Howdy All, Upfront Info : Windows XP Pro SP2, DirectX 9.0c (w /August SDK) C# 2005 Express IDE I have created a simple little DX app using the MS tutorials and other information that I have found on the internet. All works well until I add a Dialog to the app. private Dialog myDialog = null; myDialog = new Dialog(framework) There are no controls added to the Dialog only the creation of the initial instance. The app compiles without complain ...Show All
Visual C++ VC++ 6.0 or .NET for DirectX Programming??
<Drunkalot@discussions.microsoft.com> wrote in message news:6b708d7a-91ad-447e-a652-4487fb2ce1d1@discussions.microsoft.com > I'll start programming with directX and need to know what's best... > > Is using Visual C++ 6.0 or the VC++.NET For DirectX programming specifically, I don't think you'll notice much difference. I would prefer VC.NET if only because VC6 is a 7 year old product an ...Show All
Visual Studio Express Editions Creating Shortcuts For Applications/Files
Hello Again Everyone, Once again I am asking for help from all you wonderful people here in the Visual Basic Forum. I have developed a nice small application that runs great and does everything I want it to do. I would like to include code in the 'Installation' application that I created to create a normal application shortcut to place in the Startup Menu that points to the application I am installing and possibly to place a shortcut on th ...Show All
Visual Studio Express Editions PinChange enumeration
How can I PinChange enumeration for Ring indicator Please, send me an example for case when ring pin of com1 is active , I read received bytes. Could you be more clear on what you would like to achieve Thank you, Bhanu. ...Show All
Visual Studio Team System Regarding CA1300, MessageBoxOptions
Hi, we are about to implement a FxCop recommended way to get the RightToLeft property from a Control but we are having trouble testing it. The code for getting the property is: MessageBoxOptions options = (MessageBoxOptions)0; Control someControl = sender as Control; RightToLeft rightToLeftValue = som ...Show All
Windows Forms What do I need for Avalon?
Hi, could anyone tell me what I need to start using Avalon I have XP with VS 2005 Beta2 installed. Do I then just need the 'Indigo and Avalon Beta1 RC' download or do I also need the WinFX SDK, or is it the longhorn SDK Thanks for your help Graham Hi, In order to locate the templates, start VS2005 IDE and expand the language say C#, you will find a separate entry for Avalon. and separate Avalon Projects listed ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Unable to load Microsoft.DirectX.dll in Visual Studio 2005 Pro Ed
I recently installed Visual Studio 2005 Pro Ed. For some reason I cant run my Managed DirectX applications from the new vs. It compiles successfully but whenever i reach some code (in runtime) which uses the Microsoft.DirectX.dll i get this exception: "The specified module could not be found. (Exception from HRESULT: 0x8007007E)" The funny thing is that it works fine with earlier versions of Microsoft.DirectX.dll. And the latest version (of dx) ...Show All
Windows Forms Can't post pics when in MSN groups
I recently downloaded Explorer 7 and now when I try to open the picture icon to copy, paste and insert while in an MSN group it will not open up large enough for me to access it. There is no way for me to drag it open. Any ideas Hi, This forum deals with only Winforms programming related issues. Thank you, Bhanu. ...Show All
SQL Server SQL Server 2005 CTP 64-bit editions: ODBC driver and OLE DB provider?
Does the x64 version of SQL Server 2005 June CTP contain 64-bit versions of the SQL Server ODBC Driver and the OLE DB Provider I am not interested in the .NET Managed Provider here, just the legacy ODBC and OLE DB drivers, and only 64-bit versions of those. Thanks, Chuck Where can I download sql server 2005 ctp 64 bit edition or the the latest odbc drivers for sql server 2005 x64 (and what is the latest ...Show All
Visual C++ R6034 - attempt to load C runtime library without using manifest.
I've got a 32bit C++/MFC application that gets the R6034 error on startup. Seems odd as the application does have a manifest. And another application that I build the same way starts fine. If I compile the applicaton 64bit, it fails with "Unable to start program..." Are there any ways to debug manifest/dependency problems Hi, any one have solution to the above mentioned problem ...Show All
.NET Development Inheriting Forms
Hi, im using VB.NET2003, I want to add muliple forms to my project, (that I can do), I can add the forms, display the forms, and everything. But I don't want to use the new keyword, like : Dim frmtest as new form2 this way of displaying a form can cause trouble, I want to call the form only once, but when I want to hide, or close the current form and frmtest.show the new form, I don't want the Dim frmtest as new form2, to create a ...Show All
SQL Server between operator
Hi, I'm having problems using the between operator in a query statement. Select * from <mytable> where date between @date1 and @date2 The date values with a hour specified, aren't returned. What is the approach you would recommend here Thx EDIT: by playing with this problem I've figured out I can append the hour to the date like this: <date> between @fromDate + '00:00:00' and @toDate + '23:59:59' ...Show All
Visual Studio Express Editions fatel error c1083
Hi i am new to coding and microsoft visual c++ express. Anyway i already have set it all up right even used the videos to do which you can find here: http://msdn.microsoft.com/visualc/learning/vcexpvids/default.aspx Anyway i am using a c++ a beginner's guide se by herbert schildt i have been trying to compile the fist simple program code in chapter one here is the code exactly as the book states. /* This is a simple C++ program. Call this fil ...Show All
