Chester03's Q&A profile
Visual FoxPro Using LAN in Visual Foxpro 9.0
Hi....I'm new here and I only know the basics in Visual FoxPro. I just want to ask on how can the client computers access my monetary system when it is on the server or other computers. The whole folder of my monetary system is located on one computer and i want to have access using other computers. I'm currently using SET DEFAULT TO C:\MONETARY to set the default folder for all the tables, forms, progs and reports. What should the path in ...Show All
SQL Server Practical Uses for the "Embedded Code" functionality
Dear Anyone, I understand that there an "Embedded Code" functionality in RS2005. Does anyone know any good uses for this Thanks, Joseph Hi, Dont you thik there should be a property for a report that controls how many "records" get displayed on a page . Currently when I create a report, only 3 records show up and I get 2000 pages. Instead I would prefer 100 records on one page and fewer number of pages Or is there any way to do this ...Show All
Software Development for Windows Vista Dialog Box Shadow
Is there any way to get a shadow drawn under a dialog box with no frame. Prior to Vista I used a thin frame, which gives a shadow, but under Vista the thin frame is thick and allows selection and dialog box movement, thus I now have to use no border to get a non-moveable dialog box. Changing the Active Window Border width does not have any effect on thin frame dialogs in XP. They remain a single pixel. The problem your change causes is that ...Show All
Visual Studio Team System Instrument and Native CPP
Greetings: I am running into a problem that profile fails to instrument my native cpp projects. The nature of the project is that there are many 3rd party libs. I noticed sometimes we received some error prompts like "link all the lib with /profile" or so. Does this mean we need to rebuild all the libs with /profile link switch Jerry, Since those are libs you will have to have them complied ...Show All
Visual C# Having Keyboard problems with Visual C# Express IDE
Hey Guys, I have VS2003 and wanted to try VC# Express but after couple of times trying to install/reinstall it to see if I get it fixed I have finally come to you for help. Once I go into a class file inside VC# Express I get no keyboard activity. The return key/backspace key/arrow keys do not move. I can type characters but I can not use delete/backspace/etc to fix it. I also have VS Web ...Show All
SQL Server SQL Server 2005 (Enterprise or Dev) Tools in a separate install CD or file?
Good afternoon! I have a quick question: Does anyone know if I can find a CD or file which has only the SQL tools I know that they come built in with the SQL Server, but what if I just want the tools, separate For SQL Server 2005 Express you can download the Management Studio Express, but is there something like that but for either the enterprise or developer packages of SQL Server 2005 or 2000 I sure hope that I'm making sense here. ...Show All
Windows Forms Inherit events
hi al, q: can i inherit events eg: Public Class InvoerVeld Inherits System.Windows.Forms.TextBox Public Event FoutOpgetreden(ByVal Foutmelding As String) Public Event WaardeGeacepteerd() end class Public Class NummeriekInvoerVeld Inherits InvoerVeld ...Show All
SQL Server Engine Tuning Advisor Error
I tried to analyize a query from Management Studio. In the tuning advisor, when I hit start analysis, i get this dialog box error: --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Runtime Error! Program: C:\Progr... R6031 - Attempt to initialize the CRT more than once. This indicates a bug in your application. --------------------------- OK --------------------------- ...Show All
Visual Studio Warning when you copy and rdlc files <rd:ReportID> doesn't change
Looks like when you try to get a report up and running by copying from another report.. The report id doesn' get changed though it is a separate file that can be edited and saved. I ran into this issue when my reporting page had all three reports which were dynamically loaded. I ended up manually editing this file Just a post so that no one tries to take the easy route out and even if they do, they better be aware of this issue. Thanks ...Show All
.NET Development Enumerations with non-default values
Hello, I have defined an enumeration in my C# web service with non-default values. e.g. public enum enStatus {Live = 1, Dead = 2} This is then used as a parameter for web methods. However when I try to use the enumeration in the client (also C#), the values I specified are not passed across (i.e. they default to 0 and 1) See below for the client references section.... [System.Xml.Serialization. ...Show All
Visual Studio Express Editions Visual Studio Express SDK Question
Hi, I'm running Windows XP Professional and have just installed Visual C++ Express 2005. The next step is to download an SDK. The download page says to download the files most appropriate to you: PSDK-amd64.exe 1319 KB PSDK-ia64.exe 1418 KB PSDK-x86.exe 1294 KB Are these all for Windows XP I'm not sure what they mean by download the files most appropriate to you. Hi there: I tried to ins ...Show All
Visual C++ C++ Intellisense in VS2005
I would like to use xml bases comments for unmanaged C++ code in VS2005. The documentation seems to be a bit fragmented either talking only about assemblies (which I don't have because its unmanaged) or talking about the simple // comments that Intellisense picks up and existed in 2003. I see I can generate the xml file using the /doc option and it does work . But there is no information on how to get this hooked up with Intellisense ...Show All
Visual Studio Express Editions Using Unmanaged(evc ++ 4.0 sp4) dll in vs.net 2005 (compact framework 2.0)
hi folks, iam devloping application for pocket 2003 2nd edition. for this we are using vs.net 2005 . My problem is when i call a evc++ 4.0 (also installed SP4) dll it throws MissingMethodExcepion. but the same code(dll) is working in vs.net 2003. my code look like this.. imports System.Runtime.Intropservices <DllImport("testDLL.dll")> _ Private Shared Function fnTest() As Integer End Function pri ...Show All
SQL Server Fore Color Expressions
Hi all, I can't seem to find an example anywhere on the net or BOL on this one. I assume you can set the color of a calculated members dynamically in the Fore Color Expression property but I can't find any code samples for that. Can someone provide me a simply one for changing the color to red if a condition is met I really appreciate it! Brian Hi Brian, Here's a recent query for the AS 2000 Foodmart Sales cube - you should see so ...Show All
.NET Development Edit And Continue
Hello, How can E&C be activated on a x64 windows box against a x86 application thanks if you cant get e-n-c working, here's a solution that i found works.... i had a 2003 project i converted to 2005 i created a brand-new project, and added all the forms manually. then, i added the datasets (only the xsd file) and the crystal reports (only the rpt files). i let the custom too ...Show All
