GSReddy's Q&A profile
Visual Basic Implementing a Progress Bar for a HttpWebRequest
I would like to implement a progress bar during a HttpWebRequest download. By checking othter posts, I have seen examples where users drive Progress Bars by reading their data in chunks. I have a problem with this. My data is compressed and encrypted at the server and attempting to read my data in chunks creates extra headers which corrupts my ability to decompress my data once downloaded. So I read my data in one step. Dim DataArray() as by ...Show All
SQL Server deploy shared datasources
Is there any way to deploy a report to the server and not have to reconfigure its reference to its shared data source For instance, if in the development environment my report is pointing to a data source called "MasterDB", and i deploy the RDL file to the server which has a data source called "MasterDB", it doesn't recognize the server-side data source. It informs me shockingly, inaccurately that " The data source connection information ...Show All
SQL Server Conversation Groups
I'm having some troubles with conversation groups. I need to send two messages on the same conversation group so I have the following in my SP.... BEGIN DIALOG CONVERSATION @providerConversationHandle FROM SERVICE [ProviderDataService] TO SERVICE 'CalculatedDataService' ON CONTRACT [ProviderDataContract] WITH ENCRYPTION = OFF , LIFETIME = 600; BEGIN DIALOG CONVERSATION @curveConversationHandl ...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 checkbox in datagrid capture click event
Hello, I have a datagrid with a checkbox in the first column. I am trying to let the user select the checkbox in a row then fire an event from the checking of the checkbox. any help on the approach or examples appreciated. I am unable to catch the click event of the row. Regards Peter Problem sorted. Bit of a hack job to get it to work but it works. Peter ...Show All
SQL Server Calculating % in Text Box
Hi I'm On the "Layout Tab" and I'm trying to calculate a percentage in a text box. This works: =((Fields!THIS_QTD_LBS.Value - Fields!PREV_QTD_LBS.Value) This Does Not work: =((Fields!THIS_QTD_LBS.Value - Fields!PREV_QTD_LBS.Value) / Fields!PREV_QTD_LBS.Value) * 100 All I get back when I "Preview" the report is "Error" Why It seems like I should also be able to do the following, but cannot: ...Show All
SQL Server ExecuteSQL Fails from Variable
I am executing the following statement to setup a database: IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name = N'WTemplate') BEGIN ALTER DATABASE [WTemplate] SET SINGLE_USER WITH ROLLBACK IMMEDIATE DROP DATABASE [WTemplate] END GO CREATE DATABASE WTemplate ON PRIMARY ( NAME = N'WTemplate', FILENAME = N'D:\MSSQL\MSSQL.1\MSSQL\DATA\WTemplate.mdf' , SIZE = 2048KB , FILEGROWTH = 1024KB ) LOG ON ( NAME = N'WTemplate_log', FIL ...Show All
Visual Studio How to set in Details part by default 5 records even records are not available
Hi all, I am facing a problem with the students report customization. Students will be selecting different subjects for different term(or semester). So for each semester also they can select max up to 5 subjects. So few students will take 2 subjects , few 5 subjects or 3 subjects... so the problem is while taking the report the report must not come according to their selection but according to 5 subjects or more.. so the students who took 1 subj ...Show All
Visual Studio 2008 (Pre-release) Forum request
I monitor the forum by use of the RSS feed, since going to a web page to check for new messages is not a good workflow for me. I miss the newsgroup in this respect. It appears however that the RSS feed only includes new posts, not replies. It would help greatly if replies showed up on the feed much like comments on a BLOG show up on the feed. I was not able to post a reply to the blog entry, but the requirements look good. ...Show All
Software Development for Windows Vista How to determine state of state workflow?
Hey guys, I'm developing a state workflow. As it is good practice I'm writing unit tests to test the correct behavior of the workflow. The problem is that so far I couldn't find out how to get information about the current state of a workflow, whether it's waiting for an event, etc. I have the runtime object and a workflow instance, but none of these objects exposes properties or so to get this information. Also, I'd like to pause the u ...Show All
Visual Studio Express Editions Error spawning 'cmd.exe'
When I compiled the project, there was an error,----Error spawning 'cmd.exe'. Why For Visual Studio 2008, it's tools->option->Project and Soltuions->VC++ Directories ...Show All
Visual FoxPro DO FORM does not work in exec (for me)
I have close to 50 clauses, it turns out, DO FORM in my application. They all work perfectly well in interactive mode with the browser but do not work at all in exec after I built it. By "do not work" I mean that I do not even get an error message. Those statements are completely ignored. What I've done so far is trying to find a formula under which I could call outside forms. As I mentioned, when a statement DO FORM <formName> ...Show All
Visual Studio Tools for Office ServiceRequest Failed
I am trying to execute samples at http://msdn.microsoft.com/office/tool/vsto/2005/download/ but this results me with a problem at the following line of code, Globals.ThisApplication.ServiceRequest += new EventHandler<Microsoft.Office.Tools.ServiceRequestEventArgs>(ThisApplication_ServiceRequest); Any ideas I am targetting Outlook 2007 in the office family, and the error text reports that [ 'ThisApplication' does not contain definit ...Show All
Visual Studio Team System Different groups/roles of testers and developers?
I am doing some investigation about VSTS for my dept so I am a bit of a noob. I would like to know if you can have different roles/groups of developers and testers. For example. Lets say we have two different teams in my dept working on different projects that share some libraries. Is it possible for them to have seperate bug lists for a shared project Also lets say that we had testers within the department, they need to be able to see al ...Show All
Windows Forms Tabbing order not working
I have a screen that has 4 groupboxes with textboxes inside each box. The main screen also has some textboxes that are not in the textboxes. I've set my tabindex for each textbox in the correct sequence. All other controls on teh screen I've&nb ...Show All
