farukh's Q&A profile
SQL Server SUM problem in SSRS 2005 report
I don't know how best to explain this but will try. In my SSRS 2005 report, i have one group in my table. In that group, I have a field that for each company record in my dataset, this field value is repeated for each record. This is a transactions table so you'd expect several records in the dataset for each company..that's not the problem. example data from dataset: TransID CompanyID &nbs ...Show All
Software Development for Windows Vista Question about delay activity
Hi, i have a parallelActivity1 in my project and under it i have delay activity which will be fired every 10 minute and event listener the problem here that when even A happend everything is ok and i should close it but the problem that the delay execute even after event A happend is that because it's a parallel process and is there's any way to make a condition on the delay activity itself to stop it if event a or b happen other wise it s ...Show All
.NET Development bug in Int32.Parse
In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't. The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Profes ...Show All
Visual Studio 2008 (Pre-release) ItemsControl styling
I have the following, Items in wrappanel doesnt seem to wrap < DataTemplate x:Key = " myt " > < TextBlock Text = " {Binding} " Padding = " 3 " Width = " 25 " Height = " 25 " > </ TextBlock > </ DataTemplate > < Style x:Key = " myT " TargetType = " {x:Type ItemsControl} " > < Setter Property = " Template " > < Setter.Value > < ControlTemplate TargetType = " {x:Type ItemsContr ...Show All
SQL Server SSIS Runtime - free redistributable?
Few questions regarding the SSIS runtime... 1. Is the SSIS runtime a free redistributable like in DTS 2000 2. Can it be used to run a package where SQL Server 2005 is not installed ... e.g. on clients 3. Can the SSIS object model be used in a custom .NET application to execute packages stored on the server Is the runtime required in any way in that scenario...hope not. Also does the usage of the Object Model require any sort of SQL Server lice ...Show All
Windows Forms Aligning Text
I have a CSV file which has 2 columns. Column 1 has anywhere between 5 & 30 characters & column 2 can have between 15 & 50 characters I want to format this data: From: ----- Column one's data Columns one's value here Column two's data here Columns two's value here Column three's data Columns three's value here To: ---- Column one's data &nb ...Show All
Windows Forms Advise on real time updates
Hi guys, need your advice. Bascially I have built a Online Cinema Seat Reservation system using VB.NET Windows Forms. The system will be installed on probably 10 terminals. e.g. Imagine going to a cinema booth and you see 10 ticket operators. Bascially what I am trying to implement is real-time updates. Meaning, if one operator selects a particular seat, another operator on another terminal should not be able to select the same seat. I have co ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual C# Express 2005 x64, .NET 2.0, and Managed Direct X - Project Configuration?
I'm trying to migrate a DirectSound dependent project simultanously in three ways: 1) From VS.NET2003 to VCS2005 2) From .NET 1.1 to .NET 2.0 3) From x86 to x64 I've run across an MDA exception about calling managed code during the 'Loader Lock'. Now I've taken a look at the samples, and they are able to do things such as enumerate the host's soundcard(s) even during the Main() method, which is supposedly not allowed according to http://msdn.mi ...Show All
SQL Server List of tables in use by a view
Hi, I wonder if I can list the tables (and views) used inside a view, I mean the list of tables in the FROM clause Thanks, Arty One way is to use SMO like: Database db = srv.Databases[ "test" ]; string a = "sp_depends " + objname; db.ExecuteWithResults(a); There are other ways of using SMO to get the dependency information, but I do not have the code available. Peter ...Show All
SQL Server Problems creating full-text population schedule via Management Studio
I am trying to schedule an hourly incremental update of the FT catalog on an indexed query. I have tried creating the catalog and schedule on both a remote machine (my workstation) and directly on the server. I get different errors on the two machines. I have tried creating the scheduled updates during the catalog creation process as well as seperately. I am able to create the catalog and update it manually in both cases. I cannot get th ...Show All
Architecture Database Design based on Service Oriented Architecture.
iam working on a project in which i have a Requirement that , we have some basic attributes of every service such as. Service No , Description , Name , Service Type , in a service Table but we have some service that has more attributes + the simple attributes such as take a example of a service of it department we are creating on a system , such as New User id service , now in this case we have some advance attributes othen then simple , ...Show All
Visual Studio Team System Is there a way to automate (complete/partial) transfer of Specification docs. from Lotus Notes to VSTS (i.e. MS Word)?
Is there a way to automate (complete/partial) transfer of the Specification docs. used in project from Lotus Notes to VSTS (i.e. MS Word) sharepoint portal - Document section I do not think so. The PCW takes the documents from a local disk to upload to WSS site that VSTS uses to store the documents. You can't even provide web folder (http location) for source documents. I feel you won't need to work with VSTS. If you can write a tool ...Show All
Visual C# Packet Aleration While in Transit
hello guys, Look at this senario, 1) I have made multiserver -multiclient chat service that has limited number of users, but i beleive that some users are able to do things, that they are not supposed to ,by editing the packets before they leave their pcs, this edit is sometimes randomal, or sometimes in specific place. 2) How do i make sure that the packets made and Sent by my client, is not altered before sending to the buffers (and then netwo ...Show All
Visual Studio Express Editions how do i.....?
I am 17 and have recently begun learning VB 2005 express. I want to make a program that shows itself in the system tray when I click the button that I have assigned for that purpose, but I don't know how to. Help!!! Take a look at the notifyicon component . Here is a link to a sample . ...Show All
Visual Studio Express Editions how connect a Visual Basic express edition application to an Oracle database
Hi, the title of this message, says quite everything I want to know. I'm developping a human ressource tool and the database I have to use has been developped with Oracle 9i. And I don't know how to connect my application made with visual studio 2005 express edition to Oracle Tkanks everybody -) Google is your friend http://oraclevsmicrosoft.blogspot.com/2004/12/connect-net-application-to-oracle.html This particular bl ...Show All
