good metric's Q&A profile
Visual FoxPro Questions regarding connecting to an ADP server
I would like to use VFP as a frontend to reach in and pull data from our company's ADP server. I know the addressing ( IP and port ) used by the ADP client software and have administrative access on the User level ( I'm the sys admin), but am unsure where to begin. I do see a Reflection for Unix and Digital OLE control listed... is this related The goal is to be able to automate the execution of ADP english statement scripts to extract data from the server to populate databases inside of my VFP app. Any help getting pointed in the right direction to establish the VFP-ADP communications link would be great. Thanks! Well, I've made ...Show All
Visual Studio Team System Problem with Team Foundation Install
If you have a problem with the install and it does not finish how do you clean the SQL databases to try again The "Enterprise Manager" is call "SQL Server Management Studio" in SQL 2005. -Scott ...Show All
Smart Device Development Which SDKs to build VS2005 mobile apps?
We've migrated all of our eVC apps into VS2005. Now I'm setting up a nightly build system without VS installed. I need to replicate all of the libraries and headers that VS gives me, but using SDKS. So far, I've installed Windows Server 2003 Platform SDK and .NET 2.0 SDK. Which SDK do I need in order to build our Windows CE projects This would be the stuff that appears under the SmartDevices directory in the VS2005 tree. There are no public SDK's for the headers and libs that are found under the SmartDevices devices directory. They are based off the original PocketPC2003 and Smartphone 2003 SDK' ...Show All
Windows Live Developer Forums File-Transfer
I was wondering, in the API it says: Your MSN Messenger Activity must not contain any functionality that would normally be controlled by the MSN Messenger client. This includes (but is not limited to) the following items: Instant messaging File transfer (for example, digital photos or sound files) Audio conversation capabilities Control of a Web camera or use of a video conferencing session Application sharing Creation of a white board space Am I allowed to create a file transfer and have no control of it after if so, how Pepper, In the case of File Transfer, what this means is that you should n ...Show All
Windows Search Technologies Outlook 2007 Beta blank email
In trying to stay on the bleeding edge of software to better help my customers, I intalled 2007 office beta. well it looks great but the outlook or myself has a problem. ALL email is blank, text or html, I can forward a perfectly good email file from Outlook express and open it in 2007 and it is blank all you can see is sender information. I tried sending in error information from within Outlook but have yet to get a responce. Did I miss somthing in setup or is this a known bug. Hello rayfward, There are several a few things that could be causing this with the beta. 1. If you have AVG (Gris ...Show All
Visual Studio Team System Creating custom work item types...
I see that in Team System there are Bugs and Tasks...is there a way to easily add a second one that is like a task but is a "Wish List" We used Dragnet before and had a quick way of adding this. Would be great! I think that everyone can download it by simply registering on that site (that's what I did) ...Show All
Visual Studio 2008 (Pre-release) generated proxy via svcutil.exe
i try to generate proxy in the client via the svcutil.exe my service config file is : < xml version = " 1.0 " encoding = " utf-8 " > < configuration > < appSettings > <!-- use appSetting to configure base address provided by host --> < add key = " baseAddress " value = " http://localhost:8000/servicemodelsamples/service " /> </ appSettings > < system.serviceModel > < services > < service name = " ServiceSide.VigUserServerData " behaviorConfiguration = " VigUserServerDataServiceBehavior ...Show All
Visual Studio Team System Team Foundation Server is not available
We have installed the TFS successfully but now we are unable to connect our VS2005 Team System to the TFS. In the event log, on the Win2K3 machine that hosts the TFS I have this error: Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Team foundation server is not available; please contact your system administrator (URL =http://ts2005:8080/bisserver/registration.asmx is unaccessible). ---> System.Net.WebException: The request failed with HTTP status 503: Service Unavailable. at System.Web.Services.Protoc ...Show All
SQL Server Drillthrough with multiple tables
Hi, I'm having a bit of trouble with drillthrough, hope someone can help. When the user drills through, I would like them to retrieve some records that are located in another table - not in the fact table. E.g. if they drill down on one record of with a data value of 100, they should see 4 related source records that reside in another table. At the moment, when the user drills down, they always see the entire contents of the other table. Of course it should only show you the records that apply to the value you're drilling on. I've tried several things, setting up a relationship in the cube schema, and setting up a relationship in SQL Se ...Show All
Visual Studio 2008 (Pre-release) Binding w/out Specifying a Path
In C# I have this in the Loaded event handler: myControl.DataContext = _connInfo; In the XAML I have this: <Image Width="1500" Height="1500" Canvas.Left="0" Canvas.Top="0" x:Name="connectionImage" Source="{Binding Path=Type, Converter={StaticResource ConnectionTypeToImageConverter}}" /> And this: <RotateTransform Angle="{Binding Converter={StaticResource InternetConnectionQualityConverter}}"/> The first line of XAML gets notified when the Type property changes as expected. The second line of XAML never gets updated beyond the very first time, which is ...Show All
Visual C# DataGridView control with databound and non-databound columns
I am trying to use a datagridview control to display images associated with a given record + some text about the image. The data table contains the text, technical info and the location of the image file. (I considered storing it in the database but it is stored as a byte[] meaning that databinding it to an image column does not work anyway. My datagridview has the text and image location and bound columns (the image location is hidden) and a thumbnail column, unbound and defined as a DataGridViewImageColumn. I can step trough each row and set the value property of the required cell to an imgae without a problem but nothing is displ ...Show All
Visual C# Help - (More advanced) OleDBProblem - Please answer
I have to write a little Client/Server App. where the Client uses a MSDE to check out Data when he gets out of the House. When he reconnects to the System the Client haves to Sync the whole Data (including Authorisationinformations - new Users etc) So right now I've made 2 System.Data.OleDb.OleDbConnection's, connect to one SQLServer, Read the contents of a table/view via the DataReader line by line and fire a insert-Command foreach line! is there a possibility in c# to link this two Connections to be able to execute TSQL like INSERT INTO server.tableA SELECT FROM client.tableB thanks, Dave No there ...Show All
Microsoft ISV Community Center Forums Do we qualify for an ISV buddy?
Hope this is the right place to ask a question like this. I apologize if it is not. I am a developer for an IT group within the Federal Aviation Administration. Would we qualify for an ISV Buddy We don't actually sell software but we do develop software for other federal govenment agencies. If we don't qualify is there a program similar to ISV buddy within Microsoft that we may qualify for Thanks in advance. Doug Hi Doug, You do, actually, since you develop software on the Microsoft platform for "customers" outside your agency. -brenda (ISV Buddy Team) ...Show All
Windows Forms Splash screen
I saw that in the project proreties in the application's tab there's a combo box where you can set the spash screen of the application from an existing form. Well I did, using the "About" form of my application. But when I compiled it and run it I got this error mesasage: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="System.Windows.Forms" StackTrace: at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle) at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronou ...Show All
Visual FoxPro How to read in sequence a lot of combo box?
can I read in sequence (with a FOR cicle, or something similar) the list index, of a lot of combo box and, can I associate a combo box with a txt box For example...I have 3 combo and 3 txt....if i selected something on combo 1 read the txt, otherwise no...and the same for the other txt Can I do that in automatic with a for cicle If you don't understand, what I asked you, please tell me! Yes you can read in sequence. ie: local ix activate screen with thisform.myListBox for ix=1 to .ListCount .List(m.ix,1), .IndexToItemID(m.ix), .Selected(m.ix) endfor endwith You can ...Show All
