Software Development Network Logo
  • Windows Forms
  • Microsoft ISV
  • VS Team System
  • Game Technologies
  • Visual C#
  • IE Development
  • Visual Studio
  • SQL Server
  • Audio and Video
  • Visual FoxPro
  • .NET Development
  • Visual Basic
  • Visual C++
  • SharePoint Products
  • Smart Devicet

Software Development Network >> R Raghu's Q&A profile

R Raghu

Member List

BlueBeetle
IceAngel89
m ghandour
gregaug
Donaghy
TCSC
riemerg
David Mulford
Marcus Rodrigues
TuanTuan
oaix
LastBoyScout
ramjamman
R.Tutus
Seefer
AaronL
chukky
vije
arefsoft
bluejay_2006
Only Title

R Raghu's Q&A profile

  • SQL Server Hotfix 2153 will not install

    I am trying to install sql2005-kb918222-x86-enu.exe, first one in the x86 family. I am getting "This machine does not have a product that matches this installation package". I have SP1 is installed. Version and patch level are 9.1.2047. on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Setup Any help is appreciated Please use Setup forum to get help with any installation errors: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=95&SiteID=1 ...Show All

  • Visual FoxPro Column Visible in Grid

    Ok, I am creating a grid and I need to create a column called "ProvRecno" to use for a refrence pointer. I can make the column, and I can see all the info I need, however I want that column to be non-visible. I am not sure how to set this column to visible = .f. The Grid is built from a SQL select, and I need some way to select the column titled ProvRecno so that I can set its visibility to .f. Any Ideas Hi , You can try Thisform.mygrid.columns(4).visible=.f. If fourth coulmn is the above said pointer column. Regards, Markish ...Show All

  • SQL Server Cannot Connect to SSAS using Reporting Services 2005

    I am creating a report in Reporting Services 2005 that is using a data cube that has been created in SSAS 2000. I cannot connect to the Cube. If I preview the cube in Reporting Services, I can see the data, however, after deploying the report, I cannot view the data on the webpage. The following error is displayed : An error has occurred during report processing. Cannot create a connection to data source 'Conn_FR'. A connection cannot be made. Ensure that the server is running. No connection could be made because the target machine actively refused it I have also tried to connect to the analysis server using SSMS and the connection failed stating No connection could be made because the target machin ...Show All

  • SQL Server Dynamically pick the source and destination tables

    I want to write a SSIS which picks up the source and destination tables at runtime is it possible. As we have a SSIS which is used to pull data from oracle but the source and destination table name changes. A little bit of searching will help you out... I found: http://blogs.conchango.com/jamiethomson/archive/2005/12/09/2480.aspx ...Show All

  • Smart Device Development Overriding ComboBox behaviour in CF1.0

    Hi, I'm investigating whether it might be possible to get roughly the same focus behaviour in a CF1.0 app when running on WM5 as the native apps exhibit, specifically when navigating around using the 5 way buttons. I've run into problems overriding the ComboBox behaviour in that the Up and Down key event seem to change the SelectedIndex even if I set the Handled flag to true in the override, so I'm having to resort to ugly stuff like the following: protected override void OnKeyDown(KeyEventArgs e) { if ((e.KeyCode == System.Windows.Forms.Keys.Right)) { if (focusProvider != null) { handledKeyPress = true; selectedIndexCopy = this.SelectedIndex; e.Handled = true; ...Show All

  • Visual C# Adding labels to form

    hi everyone..in my project i add labels to form.. i created a label array with name yazilacak..how can i add this labels to form.. yazilacak[i, j] = new Label(); yazilacak[i, j].Location = new Point(700, 30 + 17 * j); yazilacak[i, j].Size = new Size(60, 17); yazilacak[i, j].Text = b[i, j].cihaz_no; i think i must use Form2.Controls.Add(yazilacak[i,j]; but it gives an error like this: An object reference is required for the nonstatic field, method, or property what must i do_ thank you..i think this is the answer which i was looking for..thank you for your attention and can you explain me "this" function..i know it from C++ but in the visual studio i ...Show All

  • Windows Forms How to attch another form to main form

    I have main form A. When click button on Form A , it will show Form B. I like Form B to show in a split panel on Form A , so user do not feel difference to work on different forms. How I can attach Form B to Form A Please help! Hi, SzyKam wrote: Hello! I tried to do this using C++. What will be a difference because I followed Your instructions and got this error: d:\moje dokumenty\visual studio 2005\projects\parent\parent\Form1.h(90) : error C3673: 'Parent::Child' : class does not have a copy-constructor What code should I add There are some differences between C# and C++. Replace the Step 6 with the following code, and you will get rid of the error message. Child_Form^ cf = gcnew Child_Form(); c ...Show All

  • SQL Server In which language is JDBC Driver written

    Hello, in which language is the microsoft sql jdbc driver written Ralph: All type-4 drivers (like our Microsoft SQL Server 2000 Driver for JDBC and our future SQL Server 2005 drive) must be implemented in pure Java, per JDBC spec. That said, most JDBC drivers that access SQL server have some helper DLLs that are native Win32 code, esp a DLL to help manage XA/MSDTC on the server. -shelby ...Show All

  • Windows Live Developer Forums UpdateOrders time set to midnight?

    Hi there, just using the UpdateOrders and it works fine except for a little something. I set the date to what I want and UpdateOrders return "success" so all is good. Not. When I retrieve the order, the time is revert to 00:00:00 whatever the initial time I set. Is this normal behaviour If so, why did you choose a DateTime type when a Date will have been more relevant since we can't set the time. This means if I want an order to end on july 19th at 23:59:59 (last second) I need to set the end date to july 20th at 00:00:00 (first second). Correct Thanks for your help. Julien Hello Julien, As of our current API version, the system will truncate the time portion of the DateTime object and only ...Show All

  • Visual Basic Debug VS. Release

    I am using Visual Studio 2005 pro edition and developing in Visual Basic. i am trying to change from debug to release version, but am unable to. i try to follow the directions in the help, but i do not have the menu options help is directing me to. help claims this: "On the Standard toolbar, click Debug or Release from the Solution Configurations list box." in my installation, the solutions configurations list box is NOT on the standard toolbar by default, and if i add it manually, it is ALWAYS grayed out. also, i do NOT have the configurations manager item on the build menu. my build menu only contains build, rebuild, clean and publish items. what is it that i am doing wrong here Danie ...Show All

  • Visual C++ help with linked list

    I'm having some problems with linked list. I'm working on a small program that deletes a node somewhere in the middle of the list. I don't seem to understand what is wrong with this code below. I know the syntax it correct, but when I try to delete a node somewhere in the middle, it deletes that node just fine, but I believe that I'm not tying my pointers together right. Deleting is not the problem, the problem comes when I display the list again. I will display before I delete the particular node I want, but after the node is deleted, it crashes the program when I display the list. I've tried this one several different ways. (#1, using a temp node to "bookmark" my spot at the node(current) for deletion) temp=current; pr ...Show All

  • Visual Basic Problem to update an table?!

    Hi! How do I solve following problem The problem is how do I update that table test's column idnr get diffrerent values, now the code below only update all idnr to same value, in this case DepartLoop’s last value. Sum = 4 While Sum <> 0 myCommand.Connection = connDatagrid myCommand.CommandText = "update test set idnr = " + TextBoxIDnr.Text + " + 1 where idnr = " + TextBoxIDnr.Text + " and orginal = '" + ComboBoxDepart.SelectedItem + "'" myCommand.Parameters.Add( " IDnr" , TextBoxIDnr.Text) MessageBox.Show(myCommand.CommandText) TextBoxIDnr.Text = DepartLoop DepartLoop = DepartLoop + 1 myCommand.ExecuteNonQuery() Sum = Sum - 1 End ...Show All

  • .NET Development Custom Event Log

    I have written a Windows Service which writes to a custom event log. When I install the service for some reason it automatically adds my app as a source to the "Application" event log in the registry. When I start my app I immediately delete the source and re-create it under my custom log. Unfortunately I have to reboot the computer for the change of source to take effect. My question is, why does the installation of a service automatically add the source to the application Event log Is there a way to suppress this step Is there a way to instruct the setup package to register the source to the correct log If only the setup process would not add the source to the application log, then I would not have to worry about runnin ...Show All

  • Windows Live Developer Forums Setting Zoom Level with GetRoute()

    Is it possible to set the Zoom level after the map.GetRoute() function I want to display the three maps. One with the normal view and two with the starting position and the ending destination at zoom level 17. The code runs fine but it doesn't zoom... var map = new VEMap( 'startmap' ); map.LoadMap(); map.GetRoute( "3029 NW 28th Ave, Boca Raton, FL 33434" , "3303 W Commercial Blvd, Ft Lauderdale, FL" , null , null ,onGotRoute); var xLat = new VELatLong(26.21531,-80.00402); map.SetCenterAndZoom(xLat,17); map.HideDashboard(); The map asynconously goes off and find the route allowing other code to execute. So while it is off getting the route it proc ...Show All

  • Windows Forms Stupid question - Difference between 2003-2005

    Hey, I've been working in Visual studio 2003 for a while now, and now I have to create a new application in 2005. I've learned to work with 3 tier architecture, so I need to create a blank solution, which I have succeded in doing, but then when I add my first project to this blank solution,I get the following: In my solution explorer, I no longer see the solution I only see the recently added project. So I now don't know how to add a second and third project. Can anyone assist me please Tools + Options, Projects and Solutions, General, turn on "Always show solution". Or use File + Add + New Project. ...Show All

©2008 Software Development Network