Luis Esteban Valencia MCP.'s Q&A profile
Visual C++ Linking the microsoft platform SDK to VS 2005 express
Hi, i have read through various threads regarding methods to link the microsoft platform SDK to visual studio 2005 express beta 2. Personally i have tried changing the express.dll.config file to "C:\Program Files\Microsoft Visual Studio 8\..." where I include the path to where my microsoft platform SDK is located. Well that doesnt work. So i tried the "create a PlatformSDK folder under VC folder" method. N ow afxwin.h is located in C:\microsoft ...Show All
SQL Server Unable to load client print control
When you display a SQL Reporting Services report to the screen in the header there is a Printer Icon displayed. When we click this icon we get an error message "Unable to load client print control ". Does anyone know what we need to load or what we need to do to resolve this so that we can print the report directly to teh printer, rather than having ot prinnt the web page, which also prints all the Web headre information ...Show All
Windows Forms Problems with DataGridView vs DataSet
Hi, I get a DataSet with good values from the DataBase. That works fine. I created a DataSet component and mapped one column named Name using the IDE. I created a DataGridView and set the data source to the DataSet I created. I create a column in the DGV and bind it to the the DataSet column. When I click on a button, I do this private void btSearch_Click( object sender, System. EventArgs e) { try ...Show All
SQL Server Rebuilding dimensions with huge fact tables
Hi, I have a dimension which is used in two Measure Groups. It has many levels (let's say 10). One fact table handles level 1-8, the other 8-10. The facts are huge, about 2 billion records for the first table (for level 1-8) and 100 million records for 8-10. We discussed a fitting partitioning schema and this will not be the big issue. Our problem is, that in the last levels (9-10) members can move from one parent to another. Tha ...Show All
Windows Forms DetailsView Template Fields Problem
I have a Gridview and Details View Grid is setup for select and DetailsView is setup to key from the Grid SelectedIndex. All that works great. Problem: In my DetailsView I have setup three fields that are template fields. In-Time: dateTime (in sql database) out-Time: dateTime (in sql Database) Total-Time: Int (in Sql Database) In Edit mode I have a masked control to accept a date-time format in the in-time and out-time. But Once that ...Show All
Windows Forms databinding a textbox to a datasource
It is easy enough to bind a GridView, DataList (or any of the other structures that hold multiple data values) to a DataSource. But how do I bind a plain old textbox or label (not contained within another structure), with a single value from a DataSource, in Visual Studio 2005 I’m sure there must be a way of doing it using the old <%# DataBind.Eval(Container.DataItem,"FIELD")%> method. But I can’t find anything an ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Windows Tooltips kill FPS in my Windowed 3D application?
Hi all. For a while now, I've noticed on my machine (and others) that when some WINDOWED 3D applications/games are running on Windows (XP/2000 etc), the framerate can drop from 80+ FPS to 5-10FPS if a standard Windows "tooltip" happens to over-lap the 3D window I hope that made sense! The reason it is an issue is because my application runs in a Maximized (not Fullscreen) window directly ontop of the windows desktop (ef ...Show All
Visual Studio User Domain Model Displayed as XML
When I move a DSL project to another machine I often find that the user domain model is displayed as XML. For example, I have move a DSL project, transformed the templates, and rebuilt the solution on the new machine. When I start the DSL project and attempt to open the domain model it's displayed as XML. Can you please advise what I need to do to correct this Thanks Hello Susan. The only times it happens to me, is when, by error, ...Show All
SQL Server export to ccsv problem
hi all I am exporting a customer table to a csv the problem is with the telephone column, in the db it is +442085390123 but in the csv files it is showing as 4.42086E+13 I have tried on converting it on export but i am still having problems ..any surgestions Kind Regards rich Are you viewing in Excel or similar If so, it is because the app is asuming that the value is a numeric. The data in the ...Show All
Visual FoxPro small test on transaction atomicity
Need help with small test on table in database with transaction. Could somebody show state of table after execution this code: CLOSE ALL CLOSE DATABASES OPEN DATABASE "c:\ path to database\data1.dbc" SHARED BEGIN TRANSACTION UPDATE data1! table 1 SET name = 'BBBB BBBB BBBB BBBB BBBB' = Messagebox ('END TRANSACTION') END TRANSACTION if in table1 before execution was 500K records with value "AAAA&q ...Show All
.NET Development Single .NET executable - linkers
The guys at http://thinstall.com/ claim that with their product, you can create a single .NET executable, and run it directly off a CD-ROM, or just copy it to any location, whether the .NET framework is installed or not. Any experiences Thanks, Eyvind. I think the legal implications must have been handled by now -- this product has been out a while. Security is an issue, but it has always been the same wi ...Show All
Visual C# Files And Folders
Ok. What I would like to know is how to search the computer for all folders, and place the location of each folder in a listview. Of course, sort them. In one listView, contains the text files, and in another, contains the pictures. Can someone help me. ...Show All
.NET Development Duplicate programs running on top of each other
When I run a simple application to open an Access program file remotely the program opens two of the exact same Access files one on top of the other. The code I use to find and open the file is: My.Computer.Filename.FileExists("D:/filename.mde") Then Process.Start("D:/filename.mde") Is there any reason this code should return two open files Is there another process to run the files. Doug I rechecked my ori ...Show All
Visual Studio Team System Team Explorer & Project Portal
hi I read in some article that "Projetc Managers in VTTS env can manage the whole project by using only the team explorer client." That leads me to a confusions which are .... 1. "Whenever a new project is created a new WSS site is created which can be accessed with the Internet Explorer....then why project managers needs Team Explorer" Muhammad Ali Inayat Hello Muhammad! "Team Explorer Client& ...Show All
.NET Development How to Enable a RadioButton in ClientSide???????
Hi, Can any1 tell me how to enable a radiobutton in ClientSide , Which is already disabled in Server Side. Check this code and tell me if it addresses any thing Wrong var ddl = document.getElementById('RadioButton1'); ddl.disabled = false; The status has been Changing for " ddl.disabled = false ",but the Radio Button is not still enabled. Can any one solve this for me Regards, Venny ...Show All
