RomanG's Q&A profile
Windows Forms Still confused about data retrieval
Ok here's my dilemma.I had a form(frmPatientList) with a datagridview(dgvPatients) which was bounded to a certain table(Patient) of my database.The database had another table(Orders) for all the transactions.Both Patient and Orders table are joined by PatienttID field.The datagridview(dgvPtients)basically displays all the names of all patients.On my main form, I had two panels(panelRecord,panelLedger).panelRecord displays all the informa ...Show All
Visual Basic Windows Installer error message
Sir, I develope an aplication using VB.net. It contains to forms, One crystal rport and an access database. I have added a step wizard project to my application. In add files box I have added the Acces database and crystal report. My problem is when I build the application the following error message is displayed and the setup MSI is not created. Project configuration skipped because it is not selected in this solution configuration ...Show All
SQL Server Problem with Hebrew sentences in a PDF exported file
We have installed the SQL Server 2000 Reporting Services: - RSEVAL.exe (Evaluation edition), - SQL2KRSSP2-ENG.EXE (SP2) on the Windows XP with IIS5 and Windows 2003 with IIS6 computers with .Net Framework 2003 We found, that words order in a Hebrew sentences , which contains: - digits, - brackets, - quotation-marks is destroyed in a PD ...Show All
Visual Studio Team System VSTSIntro.ppt - Web access work items
Slide 36 of VSTSIntro.ppt states that there will be web access to work items. You might want to remove this if this is now not the case. http://download.microsoft.com/download/0/7/3/073F2E33-6226-4431-AABC-EAFC69ED931B/VSTSIntro.ppt I argue that future versions of VSTS will require the implementation of a web client. As VSTS become ubiquitous and users require timely access to its services anytime and anywhere, the ability to access work ...Show All
SQL Server Running Create Replication Script
I am about to replace a SQL Server which is replicated to about 25 computers. The replacement PC (and SQL Server) will have the same name. I intend to generate a Create Replication Script before shutting down the old PC and to run it on the new one. Should I also create and use a Remove Replication script and run it on the old PC before shutting it down I am thinking that I might need to do this to remove Replication infromation from the subc ...Show All
SQL Server my problem in detail
How I can rectify divide by zero exception in stored procedure OK - so what do you need to know In your stored proc, return the result of the divide if it's not going to divide by zero, or zero if it is. Then you can check for 0 and show an error if you prefer. ...Show All
Software Development for Windows Vista What kind of Host Application to use?
hi I didn't really get behind this whole thing of persistence, and host application. Therefore I have following question: We are developing a asp.net web application, where order can be made. After defining the order, the workflow should be triggered, and is used to control certain sla (service level agreement) times, in which certain actions should take place. For example: After 8 hours the order is checked if it was given clearance ...Show All
Windows Forms .NET 1.1 Project With File-Based Reference To A .NET 2.0 DLL Not Working
All-- Please help I have a design that requires that a given .NET 1.1 WindowsForms client application must include a file-based reference to a DLL that was built with .NET 2.0. Unfortunately, I cannot get it to work. The VS.NET 2003 IDE will simply not let me add the reference. Ug. I have tried several tests, detailed below, but I have yet to find an answer. Can it be done If yes, then how can it be done If no, then what is the wo ...Show All
Visual Studio Crystal reports XI R2 and Visual Studio 2005 issues
Has anyone got this error after updating (fresh install) to Crystal Reports XI R2 with reports in Visual Studio 2005 I am posting here because I am not sure if it is a Crystal reports XI R2 bug or a Visual Studios 2005 problem. I thought it might be that my programming was wrong so I tried the samples that come with R2. If anything these should work since the people who developed the software wrote the examples. Even the examples ...Show All
SQL Server Using Teradata .NET data provider as data source
Recently I installed the .NET data provider for Teradata. In a regular C# application I can add the namespace, " using Teradata.Client.Provider; " to connect to this data provider directly without going though ODBC or OLD DB so I know it works. However, when I open Reporting Services (new project -> Business Intelligence Projects) I do not see how to add the Teradata .NET provider. I only see the same standard data types ...Show All
Visual Studio Team System Can I record unit tests?
Hi, all. This is probably very basic and, possibly, obvious. But, I'm just a newbie and don't know much about it. :) I am trying to use VS 2005 Team Test Edition to automate some of the testing we do. So far, I'm just investigating what it's capable of and how we can use it. What I can see so far is that web tests are not going to work for our application, since we have a lot of client side logic involved. I'm looking at unit tests and ...Show All
Windows Forms popup just dont stop. (known trigger.)
like i said, I have scanned with 4 programs. Including adaware and microsoft antispyware. also I though that it said forum not form. Could you just help me with this one problem so I may be on my way also there is no help section on these forums for such problems. at least none that i can see. To get help for your problem, visit the Microsoft Newsgroups . Please acknowledge Please read before posting . ...Show All
Visual C# Reference value
I have the following class that lets the user change a quantity via a dialog box. public partial class QuantityForm : Form { double Quantity; // storage for passed in quantity public QuantityForm(ref double quantity) // pass as ref so it can be changed {   ...Show All
Visual C++ Editing Bits in CImage
Hi, Could anyone shed some light on how to best convert 2D arrays into Images for display onscreen and back again Currently, I am using the CImage class but is running into problems, It'll be good to know about other simple to use classes that can convert a Bitmap object that can easily be displayed on the screen to the form: int[width][height] red, blue, green; I'm trying to edit bits that are contained in the CImage Class. I've got a really s ...Show All
SQL Server Store procedures & Functions
hi, what is the different between store procedure and function when it is right to use sp and when functions thanks in advanced http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=233961&SiteID=1 This is link for post about difference between UDF and SP. You can use scalar-valued function anywhere when T-SQL command is expecting a value. Thanks. ...Show All
