ebj's Q&A profile
Visual FoxPro =SYS(1037) on VFP90 no longer allows printer changes
Can anyone tell me how to work around the changes in SYS(1037) I used to call this with =SYS(1037) before printing in a batch (checks and invoices) and it no longer allows my customers to change the printer in VFP90 (no 'apply' button). The 'prompt' option in REPORT FORM works just perfect too, but I don't want to call it in a loop (too repetative.) Any ideas Thanks The problem was solved by removing ALL references to th ...Show All
Visual Studio Express Editions Help initializing Database
Hello all, As a Programming Beginner, I see things with childlike eyes. Unfortunately, it also means I get frustrated very easily. I have been working on a RSS Reader (from the VB Express video series.), and while the comboboxes and listboxes make good sense, I kind of thought that it would look more professional with a Tree View schema. That is where I am having difficulty. When the mainform loads, I would like ...Show All
Visual C++ VC2005 %50 Slower then VC2003
I just migrated a graphics application from VC2003 to VC2005. After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations. It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All
Visual C# how to use properties/IDE to link events to handlers?
I'm sure it's just a case of me being dense.... I'm comfortable with Visual Studio and C++ and generated code, event/message mapping to methods, etc. I can't seem to do it with C# (I'm a C# newbie). If I bring up the designer window, and double click on a ListBox form, the IDE will generate code for the SelectedItemChanged message/method. What I want is to hook up the DoubleClick event/method. I tried doing it manually (with ...Show All
Visual Studio Express Editions Setting Up a Provider Please Help
Hello, I have installed Web Developer 2005 Beta 2, and i'm running through this tutorial http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsse/html/VWD_SSE.asp and everything is ok until the "Setting Up a Provider". I need to add a new provider, but in the ASP.NET Web Site Administration tool there is no way to do so (the "add new provider") link is missing. I am new to this so I may be missing something, or ...Show All
.NET Development Windows Form performance
Hi. I realise that this post may be a bit general, but Im really after some hints/tips as to where to start. We recently took ownership of a .net 1.1 windows forms application. I have about a years experience with .net and about 6/7 with java awt/swing. This front end application was developed by another team and in my opinion, is very poorly coded. It is a direct replacement to a java awt gui and it makes exactly the same backend calls (through ...Show All
SQL Server How to show KPIS on a webpage?=
I want to show KPIS on a webpage How can I do this Hi Luis, Check out this article from Mosha about ADOMD.NET source code for querying KPIs in Ananlysis Services 2005 in ASP.NET, I hope it answer your questions. http://www.sqljunkies.com/WebLog/mosha/archive/2004/12/06/5433.aspx sample code: http://blogs.msdn.com/olivier_pieri/archive/2004/12/06/275811.aspx Regards, Peter ...Show All
SQL Server BEGIN TRAN . . . WITH MARK . . .
Hallo All, Can somebody explain why the same function works different with MS SQL 2000 and MS SQL 2005 On both systems 2000 and 2005 I have 2x databases named ACCT and PROD (actually only a test environment). On both systems I try to execute the following statements: BEGIN TRAN TRAN_01 WITH MARK 'My TRAN_01' USE PROD INSERT INTO [PROD].[dbo].[_PROT]([STR_COMMENT], [R_NUM_T1], [R_NUM_T2]) VALUES('PROT_COMMENT', 1004, 1004) ...Show All
Visual Studio Team System Maximum length of Viewstate in WebTest
Hi, I'm having problems with a recorded test whose viewstate can grow VERY large (greater than 130000 chars). An error is reported by the server and this is the same as that triggered when viewstate is tampered with. Does anyone know if there is there a maximum length that the WebTest tool can manage w.r.t ViewState If so can anyone recommend a way around this limit Thanks in advance. Pubsnack Th ...Show All
Visual C# yahoo status bar effect??
how can i n make my app to show the blinking thing in status bar.. like Yahoo mess.. mirc.. msn does.. when recive a message thanks a lost man.. but i have a little problem... it only stay 2 sec in flash mode and then .. goes off.. how do i make to stay.. permatly.. or untill the user clicks taht window ...Show All
Visual Studio Changing AssemblyInfoTask properties for a single csproj?
I'd like to be able to fix the AssemblyVersion differently for different projects on my dev-machine. Let's say I have ApplicationA with version 1.0.0.0 and ApplicationB with version 1.3.0.0. To get this to work I assume that I could use a PropertyGroup in the csproj file for these two applications (as they reside in different solutions). So basically I'd like to add the following to the csproj file for ApplicationB: <PropertyGroup&g ...Show All
.NET Development Business object design
I have the following sample class where the property value will come from the database and in the database the value can be null. I believe this is a common problem if one wants to design bisuness objects. I have read about the concepts in many books but no one talks about to solve this problem. public class SampleClass { private string stringProp; private int intProp; private DateTime date ...Show All
Software Development for Windows Vista WWF with .NET compact framework 2.0
Hi ppl, My team is working on a PDA application for the Health and Safety sector. We are releasing version 1.0 after a couple of weeks. For the second version, there will be a major change in the application architecture and we are thinking to implement it as a workflow based application. WWF is the first thing that comes into my mind but I was wondering if we can use WWF with .NET compact framework 2.0. So here is a question for u guy ...Show All
Visual Studio Team System TFSClient cannot able to connect TFSAPP
Hi, Installed VSTS in DATA Tier, and went with Dual Server Installation. Installed application tier in TFSAPP machine and client in TFSCLIENT. I opened the Visual Studio and tried to add the server i am getting following error. Unable to connect to this Team Foundation Server: TFSAPP. Team Foundation Server Url: http://TFSAPP:8080. Possible reasons for failure include: - The Team Foun ...Show All
.NET Development Help - WMI - softwares in windows register C#
Hi I want to do a application in .net C# with WMI that returns all software’s installed on a computer don’t only the software’s installed with MSI, I know that’s a consult in register that’s returns all software’s, anybody knows something about that If anybody can help me!! Thanks Diogo Mendonca Verissimo If I recall well WMI has a dynamic Registry provider allowing to manipulate the registry through the WMI a ...Show All
