Software Development Network Logo
  • Game Technologies
  • Smart Device
  • Visual Basic
  • Windows Vista
  • VS Express Editions
  • Microsoft ISV
  • Architecture
  • Visual Studio
  • Windows Forms
  • Visual FoxPro
  • Visual C++
  • Windows Live
  • VS Team System
  • .NET Development
  • SQL Server

Software Development Network >> Terry Murphy's Q&A profile

Terry Murphy

Member List

mrangel
Dennis Cheng.MSFT
DCStudios
NJA
AndyPick
Doogshnooglis
cerebrate
slopera
cjonbike
AndrejS
Henrich
moory
Charles Willis
medarch
FtLeeJerry
Mike Orlyk
Fred.Thorel
AdKhan
Qing Fang
Work2
Only Title

Terry Murphy's Q&A profile

  • SQL Server Cannot find either column "dbo" or the user-defined function or aggregate "dbo.FN_NIVELCOMPETENCIACARGO", or the name is ambiguo

    Hello i have this query and I havent been able to solve it Cannot find either column "dbo" or the user-defined function or aggregate "dbo.FN_NIVELCOMPETENCIACARGO", or the name is ambiguous. I have tried with dbo and withou dbo, specifyng columns inside it, Thanks select a . nmempresa , a . nmtipocompetencia , d . dsnombreciclo , c . dsnombrecargo , a . dstipocompetencia , a . dscatalogo , b . popeso ...Show All

  • Visual C# C# .NET Performace / Porting?

    Hi,  I've just been to the Reuters Developer's conference in London May 06.  I work in the Financial Services sector and have a bit of an interest in Financial data providers.  One thing that stuck me was they offer no native .NET support.  Their APIs are designed for use with C++ & Java  (Reuters Foundation API). I asked them whether they intended to provide a native .NET API   They said not in the foreseeable ...Show All

  • SQL Server How to copy & past variables

    Hi, I have some set of variables that I want to add in all my packages. Like other components, is there any way to copy & paste the variables from one package to another package Thx. No there isn't unfortunately. I have previously asked for this here: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=d7e52b81-8a0e-4be0-8d33-cbb2d7a47c50 Please click-through and vote for it and add your comments. It ...Show All

  • Visual FoxPro connecting to foxpro table from asp or php

    I am having a problem and I can't seem to find any info on the internets to help me.  I'm trying to connect to a VFP free table that is on a separate machine on the network.  I want to do it inside of either PHP or ASP.NET.  Doesn't matter which at this point.  I seem to be able to establish a connection with the table, but I get an error when I execute the query.  Example php code: < php include('adodb.inc.php'); in ...Show All

  • Windows Forms How to Perform save as operation to (web control)?

    Hi My Friends  I have use IE (Web Browser) control in my WinForm application and I have use it to navigate to web sites in the internet .. and I want to ask .. How can I perform the 'save as' operation (like IE) to this cont ...Show All

  • Visual Studio 2008 (Pre-release) inheriting from itemscontrol - not able to bind to itemssource

    I have a situation where I want to wrap a (custom)panel with some stuff (scrollviewer, track and some buttons). Therefore I created a new class that inherits from ItemsControl. In it, I use a style to set my panel as the itemshost. However, when I use this usercontrol, the itemssource is always null! < cft:TijdslijnVisualisatie Grid.Column = " 0 " Grid.Row = " 1 " DataContext = " {Binding ElementName=Comp ...Show All

  • Windows Forms it works with framework v1.0, but not v1.1 !!!!!!!!!!!

    Hi, I'm trying to get one touch deployment working (downloading and executing a .net exe from webserver) across our intranet. I can get it to work if the client has framework version 1.0 on, but if i install v1.1, then the code doesn't ru ...Show All

  • Visual C++ Win32 Modal Dialog Box

    I've made this custom control (as I often do) but this thing relies on WM_CHAR and it appears that modal dialog boxes don't translate messages because the custom control doesn't get WM_CHAR when in one. I looked around and couldn't find any solutions or similar problems, but a test-bed reveals this is not a problem specific to my project. Thanks for any help in advance. P.S. Yes, I realise what is causing the problem; modal dialog boxes have th ...Show All

  • Visual Studio how to locate the chapter in the help table of contents associated to the current visited page

    Sometimes I find a page by searching in Index in the .NET help system. But after, I want to locate that chapter or section in the table of contents. How do I go, pls, from the current page in order to find its link and place within the chapters in table of contents. Best regards The Standard Toolbar in Visual Studio has a "Sync with Table of Contents" button on it. Click that button to achieve what you want. The button is ...Show All

  • SQL Server Database Version

    Hello if we generate a database file on a particular version of ms sql express and in time to come if there are a few more versions of ms sql express out there with the users - if we continue to package with our app a database file from an older version of sql express will that be a problem with users running a newer version of sql express Also what about the converse scenario - where we ship a database file from a newer version of sql wh ...Show All

  • Visual Basic Usercontrol Refresh during Design?

    Could someone help understand how the listbox's item collection refreshes the listbox control when you exit the collection editor.  I have a usercontrol with a collection property, but I don't know how to refresh the usercontrol when I exit the collection editor during design time.  Thanks in adavance. Robert Randy,    I found this walkthough in my local help file "Creating a Windows Form ...Show All

  • SQL Server remove specific string from text field

    is there a way to look up a string of text and remove it in a text field that resides in my table   datatype of the field is text.  So I want to lookup a string in that field for all records in that table and remove the string of text but leave the rest of the field's text in tact e.g. -------------------------------------------------------------------- DECLARE searchStr VARCHAR(20) SET searchStr = 'text to search for' ...Show All

  • Windows Forms TreeView Node

    Hi, How can I assign an ID to a node in a treeview. I need to do that because when user click on a node I need to retrieve the ID of that node instead of node text Thanks You could also just keep an Hashtable in the form, that maps TreeNode to ID. When adding a new node do the following: TreeNode node = new TreeNode("Node text"); int nodeID = 1; treeView.Nodes.Add(node); nodeToID[node] = nodeID; And when you nee ...Show All

  • SQL Server Copy data from one table to another

    On the OLE DB Source, I have as following: select field1 , field2 , field3 from table_source On the OLE DB Destination, I used fast load option with table lock checked, and check constraints to copy data to table_destination. Both table_source and table_destination have the same table definitions. After the dtsx package ran, the number of rows copy over to the destination is not same. I got different results from different runs. This ...Show All

  • Visual C++ Application Configuration is Incorrect

    I am trying to run a program which is made in VC++ 2005 Express. I have installed the program on a different machine from the machine it was made on, and all of a sudden, it doesn't work anymore. The program uses the following dll files: mscorlib, system, system.windows.forms, system.drawing. system.dll was installed on the target computer with the .net environment, but I manually copied the other dll files into the system32 folder, but th ...Show All

©2008 Software Development Network

powered by phorum