bryndabella's Q&A profile
Visual C++ missing msvcr80.dll
Hi, I made a small program (consoll) because I'm learning C++. I use Visual C++ Express Eition 2005. When all is done and I want to compile I get the warning that msvcr80. dll is missing and I can't run the program. Anyone know how to solve this issue. The file is on my HD, and I also repaired V_C++ through the net. But still the same problem. Hi again, This is my last input for this issue. I tried to FAT32 workaround when VC++ stoped working, and it worked perfectly. Thanks. Thanks everone for your support. It helped me alot. Best Regards, Lars. ...Show All
SQL Server Connecting and Getting data from 8 tables in one sql statement
Hi everybody, I like to get data from 8 tables to be loaded in a dropdownlist or combobox control. Desired Result is need to be filtered by Region, Company, ProjectOffice, Country, and Location and still get all rows from 3 tables after applying filters. How can this be done in one single sql statement I have 3 separate sql statements which needed to be only one. Select C.CompanyID, C.[Name] As 'Company', P.ProjectOfficeID, P.[Name] As 'Project Office', P.RegionID, R.[Name] As 'Region' From ProjectCompany E Left Join ProjectOffice P On E.ProjectOfficeID = P.ProjectOfficeID Left Join Company C On E.CompanyID = C.CompanyID Left Join Region R On P.RegionID = R.RegionID Order By E.ProjectOfficeID Select P.ProjectOfficeID, P.[Name] ...Show All
Microsoft ISV Community Center Forums Allowing the user to pick a cell in excel
Hi, I would like to allow the user of my program to choose which cell that should be the starting cell for my program. How can I do this with a macro. This is how the code should work: It searches the worksheet for a specific text-string(This part have I fixed). If it fails to find that cell I want a pop up window to be visible where the user is asked to point out which cell that should be used as starting cell. The, by the user selected cell address should then be assign to a variable inside the code. Anyone that knows how to do this \Jonas Thanks Derek! It solved one of my issues. However one is left and that is. I would need to find which row and column the picked cell is located in as in the example below, see r ...Show All
Internet Explorer Development IE7 displays my xml/xslt page differently from IE6
Hi, I have a Web application that works as follows: - An ASP.net page generates an XML string linked to an XSLT stylesheet and sends it to Internet Explorer. - Internet Explorer applies the stylesheet and displays the resulting HTML page in the browser. Everything worked great with IE6 and most of this still works fine in IE7 except for one page. In that page, I return an XML string similar to the following: 1 < xml version="1.0" encoding="utf-8" > 2 < xml-stylesheet type="text/xsl" href="styles/volumetryAdmin.xslt" > 3 <ifinance xmlns="urn:ifinance" auth="0" lang="fr" today="20061109"> 4 <precomps> 5 <precomp id="5& ...Show All
SQL Server how to install SQL server 2005
Hi guy's Do you have any procedure on how to install SQL Server 2005 (straight forward installation approach). Because I'm looking for the manual on how to SQL server without any pre-requiates and requirement. regards robert Check out http://msdn2.microsoft.com/en-us/library/ms143516.aspx I would recommend you try it out first using a test machine so you'll have a good understanding of what is happening in the background ...Show All
SQL Server Join 3 Tables Return all records even null...
Hi everybody, How would I get selected columns of both table of all records/rows of FieldType table for specific employee With the simplified Table structure I tried following sql statement. Thanks in advanced. Sql statements Select V.FieldValueID, V.FieldID, V.EmployeeID, T.[Name] As 'Field Type', F.[Name] As 'Field Name', F.DisplayOrder, V.value From Field F Left Join FieldValue V On V.FieldID = F.FieldID Left Join FieldType C On F.FieldTypeID = T.FieldTypeID Where V.EmployeeID = 8 Actual Result: (2 records only) FieldValueID FieldID EmployeeID Field Type Field Name DisplayOrder Value 3 2 8 TextBox Gender 1 F 4 3 8 ComboList MaritalStatus 2 M Correct Desired Resul ...Show All
Windows Forms The path is not of a legal form.
One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The path is not of a legal form. Hide at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetFullPathInternal(String path) at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile) at Microsoft.VisualStudio.Design.VSTypeResolutionService.AddProjectDependencies(Project project) at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly() at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ...Show All
Internet Explorer Development Internet Explorer 7
i have internet explorer, the original one. i have been trying to download IE7 for 2 weeks. is there any ways to solve this problem Hi, Could you please provide more details as to the problem you are experiencing. Are you getting an error message Is it before or after the IE7 install begins What Operating System are you using Regards, Wesley ...Show All
SQL Server WINS
Does SQL 2005 require WINS You will probably have a WINS name, which is assigned to the Server but you don’t need a WINS service as SQL Server also runs on a single machine without any server services. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
SQL Server How can I shrink SQL Express database on local machines?
Hello, I have deployed a vb.net application to a few laptops that holds the SQL Express database as a local datastore. What is the best way to compress or shrink the database and log files I would like a way that this can be done automatically or unattended if possible... Thanks in advance. BOL is Books Online, which is the SQL help file. You can view the BOL online or download it if you want a local copy. (We update the BOL occationally, so if you download it, you'll want to check back occationally for updates, usually around the time we release Service Packs.) Mike ...Show All
.NET Development How can instances of ClassB catch and respond to Shared Events in ClassA ?
How can instances of ClassB catch and respond to Shared Events in ClassA Just to add some explanations... The thing if on the constructor of ClassB. As the ClassA Event is shared, you just need to add an handler to it. If it fires, any and every handle will catch it. On the Module1 Sub Main I declare the two classes and set the 'P' property that actually fires the event. You can add another ReadLine to make the execution stop after the event is fired so you can see the "I catched it!" message : Sub Main() Dim myClassA As New ClassA Dim myClassB As New ClassB Console.ReadLine() myClassA.P1 = 10 Console.ReadLine() End Sub ...Show All
Visual Studio Team System Grey subfolders in Team Explorer
What does this mean that some of subfolders are greyed out in Version Control tree in Team Explorer But they are OK - I dodn't touch them - I can check in and out and everything... The only thing I've noticed - the mapping in workspace was wrong - subfolders were mapped and upper folder not. Strange... I fixed that and folders appeared in black. Those workspaces are overengineered... ...Show All
SQL Server custom Discretization patterns
I have a problem with setting a reasonable Discretization pattern on some dimensions. One of my dimensions has int numbers scattered from 400 to 900. another dimension has float numbers from 0 to 100, however Automatic discretization does not create even ranges for example 0-100,100-200,etc nor 0-10, 10-20, etc. I tried setting DiscretizationBucketCounts to 10,20,100 etc, however, AS does not create rounded bounds for the buckets. Since the analisys applications are mostly for use by humans, it would make sense to add support for human-readable discretization, like is done in Excel Charts, etc. Is there a way to setup my own discretization pattern (other than changing the data view to Query with a bunch of Case statements ) ...Show All
Visual C++ How to use WaitForSingleObject to wait for a int value.
I want to use WaitForSingleObject function to wait for one int value , I mean :if the variable value has changed into 10, then continue to execute the next statement after WaitForSingleObject ; I hope that some expert can give me a example. for the event I can use the following event: OnNavigateComplete2Vewebrowser(LPDISPATCH pDisp, VARIANT FAR* URL) { } I appreciate your help. I suppose it is difficult to solve your problem, since I think your application probably has to have some features of a debugger. Maybe you should reconsider your approach I would suggest adding of an event (created with CEvent in MFC or CreateEvent in Windows API). Your thread will wait for this event using WaitForSingleObjec ...Show All
.NET Development Drawing on web pages
After way too much research and study, I have not been able to determine how to draw on web pages (not forms). Is it possible If not, how do I launch a seperate form, and can I draw on that (as the client) Thanks in advance. Martin, Thanks for the prompt response. Yea, you got on the right path towards the end, discussing shapes, circles, rectangles (eg simular to graphics.drawellipse(), or drawrectangle(), etc.). I took a look at the mozilla link, and it look interesting, and probably is what I am looking for, but I need to support the more main stream browsers. So it sounds like the "broader" answer to my questions is "it is not possible" with todays .NET 2.0. Thanks again. ...Show All
