erwind's Q&A profile
Visual FoxPro "feature is not available" - complete diagnostic
I finally had time to focus on this thing alone and get the error reporting straight. I do have now memo fields with errStamps pertaining to every breakdown. One example: FUNCTION addPropToForm (oForm) oForm.AddProperty ("dBaseWe","",1) oForm.AddProperty ("dirWe","",1) oForm.AddProperty ("comboWe","",1) oForm.AddProperty ("tabWe","",1) ...... ...Show All
Windows Forms Emergence Scanner Needing
I need a FREE class to use scanner (a Twain driver) from my program , I am out of money so I can't buy any dll! I would be vary if any body heps as soon as possible... http://www.codeproject.com/dotnet/twaindotnet.asp ...Show All
Windows Forms TabControl - Disable/Enable tab page
I have a tabcontrol with 2 pages. OnLoad the 2nd Tabpage shall be disabled (grayed out and not selectable). Later with code I need to enable the 2nd tab. Any Ideas how this can be done please. /Morten Maybe you could remove the tab altogether from the TabControl and add it later when it's needed. Just an idea. Luis Alonso Ramos ...Show All
Visual Studio expression funtction iif()
In a report, I have the expression : =iif(Sum( Fields!X_A_1.Value)<>0,(Sum( Fields!X_A.Value)-Sum( Fields!X_A_1.Value))/Sum( Fields!X_A_1.Value),"NA") This expression product the error "The value expression for the textbox ‘textbox12’ contains an error: Attempted to divide by zero." I think it's because reporting execute the expression (Sum( Fields!X_A.Value)-Sum( Fields!X_A_1.Value))/Sum( Fields!X_A_1.Valu ...Show All
Visual Studio Team System Team Foundation Server Installtion Failed
I am runing Win2003 server as a primary Domain Controller w/SP1 I received the 3 dvd disk set for beta2. I also used the Team Server while at Microsoft along with VS2005 Beta2, Indigo/Avalon Beta1 and the Ent Lbi framework V2.0 from the Ent Lib team. But this is my first time installing the Team Server on my own server. I am doing a single server install. I have installed SQL Server2005, and Sharepoint Services 2.0, I setup TFSSETUP and TFSSERVI ...Show All
Visual Studio Express Editions VB .NET 2003 with VB 2005
hello i am very much beginner in programming. and i have got very much valuable informations, suggetions, and help from people. i am about to start learning vb.net soon. i have seen VB 2005 also and i come to know that it is very much easier and also user friendly. At present where i am going to learn VB.net 2003, they dont have any course on VB 2005. i want some suggetions from you people. 1. programming wise what are the different be ...Show All
Visual Studio Team System Creating additional ordered tests invalidates the existing ones
I created several ordered tests originally. The next day I created another one and now the original set of ordered tests are not valid and cannot be run. When I open them up, they still show the list of web tests I selected but it says the files cannot be found. Any ideas what is causing this Hi, This could have happened due to several reasons: 1. You deleted the tests that were part of your ordered test ...Show All
SQL Server SAN Replication
I'm wondering if the technology exists to use SAN replication for sql server 2005 disaster recovery. I have a bunch of prod servers I want to add to a san, I then want to have another bunch of servers at a dr site connected to another san. Is there a technolgy ( non sql ) to enable full ( real time ) san replication of the data ( for SQL Server databases ). I don't need alternate suggestions, this solution has been proposed to my client ...Show All
SQL Server grouping by months
Hello everyone starting from this example table: code qnt date aaa 1 21/01/2006 abc 2 24/01/2006 aaa 3 27/01/2006 asd 1 11/03/2006 wde   ...Show All
Visual C# Editor
I had a *quick* look through the Tools > Choose Toolbox Items... menu but the list is far too big for me to check out every single item. My question is; is it possible to use the editing component from the IDE in our own applications I want to build a nice script editor for my application with code folding, syntax highlighting, intellisense, etc. I don't mind how the colouring is done, even if I have to ...Show All
SQL Server DTS result record count does not match
I have a DTS job that is set up to transfer tables between two SQL 2000 Servers with SP4. I find that the record counts on the sending server has been higher than the receiving server after the job reports successful completion. Running EXEC sp_updatestats against the receiving database yeilds incorrect table numbers. I have also tried a QA SQL table compare to find differences without success. I have made a special DTS job to copy two of ...Show All
Visual Studio Unable to install
As it did for Oct. 2005 and Feb. 2006 versions, I still get an Error Code = 2 error when I launch the VS SDK Mar. 2006. I'm using VS Team Ed. for Dev. 2005. Is there a workaround A command line parameter Something I must do before trying to install Thanks ! Leo, Thank you for the question regarding installation options for the VS SDK. We're puzzled about this problem since we haven't seen it oursel ...Show All
Windows Forms Excuse can u make it clear
Hi, I am creating a program that will contain a calendar within it. I have added the Calendar 10.0 control to my Toolbox, but I cannot figure out how to extend the functionality of the conrol so that the user can input events and&nb ...Show All
Visual C++ Error PRJ0019 : A tool returned an error code from "Performing registration" ProjectName
Hi, I'm facing one problem when compiling vc6 project into vc8 compiler. Error PRJ0019 : A tool returned an error code from "Performing registration" PantherConfig I have gone thru a number of links providing solution for this but couldn't get correct solution. I think it is having problem in registration dll but not sure. In Build log it is telling that "Cannot open the specified file testerinfoerrors.err for reading" while this file is exi ...Show All
SQL Server web services as data source?
I'm having a difficult time getting a handle how to pass datasets to my remote reports, and I'm trying to avoid programming in C# or VB as much as possible, but it may not be feasible. Although we are successful when we use the Report Designer to cut and paste SQL queries from our TableAdapters, I want to abstract the data access code from the report code, and simplify my reports as much as possible. Can I point to a web service which returns a ...Show All
