SusanC's Q&A profile
SQL Server dynamic query
Hello friends, I want to create a dynamic query based on input of the parameter. If the user passes nothing then all fields should be displayed else use query based on parameter. I had view sample of MSDN ,but I got error [BC30203]. Is there another way to it Please help. u can use the query in this way, SELECT AreaName, AreaCode FROM Area UNION SELECT ' All' AS Areaname, '' AS AreaCod ...Show All
Smart Device Development Programming the UTStarcom PPC6700 sliding keyboard
I would like to know if it is possible to customize the PPC6700 sliding QWERTY keyboard (like making a bilangual English/French keyboard). Regards JP This would be controlled by the keyboard driver supplied on the device by the OEM. You'd need to either replace or extend that somehow. This is not directly supported in the platform. ...Show All
Visual Studio Express Editions keypress event doesn't work with control on form
I am missing something obvious but can't work it out. Why does my keypress event fail if there is any controls (button is added dynamically) on the form in the example code below. Code: Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim test As New Button &n ...Show All
Visual C# ListView with CheckBoxes checks unwanted checkboxes
I'm using C# 2.0, and have a problem with a listview. I've turned on CheckBoxes and have my View set to List. The problem that I'm seeing is that the spacebar always checks an item, even if it's part of another items name. For example, if you create a new form, and drop a ListView called listview1 onto it, then put this code into the form Load event: private void Form1_Load(object sender, EventArgs e) { listView1.CheckBoxes = true; ...Show All
Visual C++ preventing the user from end task an application
Hey all, I have noticed some applications give the below message when you try to end task the application, even though the process is running under my user and I am a local administrator on the PC. These are security applications like firewalls etc. --------------------------- Unable to Terminate Process --------------------------- The operation could not be completed. Access is denied. --------------------------- OK --------------- ...Show All
Visual Studio Express Editions Registation of VB Express
Hi Please let me know how to activate the Visual Basic 2005 Express Beta 2 for the machine, which does not have an internet connection. I downloaded the beta from my office system and then after burning a CD i installed it at my home. Please let me know as soon as possible as the trial period has expired. Thank you Sandy Monique2005 wrote: I had this problem. It turned out that my browser security f ...Show All
Visual Studio Javascript Error with report viewer 'oReportDiv' is undefined.
Why do I get the Javascript error on the page when I am using the Report viewer in local mode. This is my RV declaration on the page..Appreciate a prompt response and things to try to get rid of it. Thanks < div id ="DataContainer" runat ="server" visible ="false"> < table id ="ghsdfgjkhfsdkg" width ="100%" border ="0" runat ="server" cellspacing ="0"> < tr > < td cl ...Show All
.NET Development Permissions for dll hosted in IE
hi all, i'm looking for solution to this problem - i host winform control.dll in IE. As soon as this dll is created, it tries to connect to server where it's loaded from to read configuration file control.config.xml and to connect to remote object through .net remoting. Problem is in permissions - how to give programmaticaly permissions (if it's ever possible), or what to do to successfully read config and then to be able to connect (=> ...Show All
Visual Basic SqlConnection does not support parallel transactions
hello i have a problem when i try to begin transaction in sql this is the massege "SqlConnection does not support parallel transactions." but the connection dosent have another transAction what can i do thanks ...Show All
Windows Forms Is there any way to change the coordinate origin of a form away from the top left?
I am tinkering with designer hosting, and would like to change the coordinate origin of the form to the lower left, so that controls dropped onto the surface of the designer will reflect the changes in their coordinates. Is it possible to set the origin via code for my instance of the root designer I was attempting to subvert the designer into a cartesian coordinate system, where if the origin of the root d ...Show All
.NET Development SecurityAction.DemandeChoice is obsolete ?
I'm working with Beta 2 (v2.0.50215) and I'm using PrincipalPermissionAttribute. As I wished to use more than 1 attribute on a single method, I tried the new SecurityAction.DemandeChoice flag. To my surprise, the compiler said this flag is obsolete ! I've not found anything about that on the web (nothing about that on MSDN2 for example) except in a Mono mailing list. Has this new feature been removed Is there other removed feat ...Show All
SQL Server Fact table design
Hello. I am working on an educational data warehouse. I have a semi-additive fact table that deals with student grades and averages. It's as such: School, Acad Year, Student, Course, Term, Week, Week Grade, Term Average where Week Grade and Term Average are the measures. The term average is an average calculated based on a specific formula on top of week grade. It's supposed to appear when the user is standing on All weeks member of ...Show All
Visual C++ truncation from double to float
greetings, I am getting a warning for my code that is bothereing me. Using C++ Express I get the following error. warning C4305: '=' : truncation from 'double' to 'float' Here are the pertinent snippets. In header file: float leftIn, rightIn, inches, totalIn, theta, thetaDeg, x_pos, y_pos, target_dist,target_heading, target_bearing, heading_error, target_heading_error/*duplicate */,lClkPerIn, rClkPerIn, wheelBase,T ...Show All
Visual Studio CR 2003 and CR 2005 RTF text interpreation
Has anyone experienced that a crystal report text box that brings back rtf formated text and set to interpret the text as rtf that is set to cab grow will once in a while cause portions of the text to be truncated or portions of individual characters to even be truncated If so suggestions to resolve this as users now are required to export it word so that text is formatted as it should be. Help :-} Dayn ...Show All
Windows Forms Bootstraping from MageUI
Can the bootstrapping that is installing the prerequisites be done from the MageUI I know we can do this using visual studio IDE. However is there any way we can do this using MageUI. Also can the APIs which do bootstrapping be used from other applications such as install shield Regards, Vishal Karnik ( vishy_100@hotmail.com ) Vishal, There is no way to say ‘Create setup.ex ...Show All
