Software Development Network Logo
  • VS Express Editions
  • Visual C#
  • Visual C++
  • Game Technologies
  • Architecture
  • SQL Server
  • Visual J#
  • Windows Forms
  • Microsoft ISV
  • Visual Studio
  • Windows Live
  • Visual FoxPro
  • VS Team System
  • Visual Basic
  • Smart Device

Software Development Network >> oklima's Q&A profile

oklima

Member List

bsa
RameshPa_MSFT
Tammy P
krinpit
MartinPaternoster
Chris3147
SDHop
mark_W
zoltak
nij4t2
talon121
mjh
kakaomari
Ahmed Kaouri
wyl86
Stefan Kuhr
krazysmile
Kuido Klm
******RisingStar
jonbu
Only Title

oklima's Q&A profile

  • SQL Server Management Studio for SQL Server 2005 Standard

    I'm new to SQL Server and am just getting started with it. I received a copy of SQL Server 2005 Standard edition from the Launch Party here in Ottawa and successfully installed it on my server yesterday. I've look around the Internet, as well as the DVD for SQL Server Management Studio, but I have been unable to find it. The only thing that I have been able to find the the Management Studio Express which targets SQL Server 2005 Express. Can someone direct me to the Management Studio that targets the Standard edition Thank you. You're not going to find Management Studio as a standalone on the DVD or on the ...Show All

  • SQL Server Limit lists lines per page using grouping doesn't work?

    I have a list that I need to limit to only five lines before starting a new page. I read somewhere that you can create a group for the list that looks like this: =Ceiling(RowNumber(nothing)/5). However when I do this I only get every fifth row (1, 6, etc). The in-between rows don't show at all. I tried it on the Advertureworks SalesOrderDetail sample and noticed it works with the table, but when I replace that table with a list it doesn't work. Is there some other way to get the list to only have 5 rows before starting a new page Is this a bug in the list thanks- -Jim ...Show All

  • SQL Server Failed Install of SQL Server 2005 SP1 CTP

    Hello, We are attempting to install the CTP for SQL Server 2005 SP1 and receive the following error message in the log: The following exception occurred: Unable to install Windows Installer MSP file  Date: 03/24/2006 14:19:40.562  File: \depot\sqlvault\stable\setupmainl1\setup\sqlse\sqlsedll\copyengine.cpp  Line: 856 This is then followed by this failure with the Database Services: Product: Database Services Database Services (RTM 1399 ENU) - Failure Details: Unable to install Windows Installer MSP file I also found the following entry in the SQL9_Hotfix_KB913090_sqlrun_sqlmsp.log file: Sq ...Show All

  • Windows Forms Problem with value DataGridViewComboBoxCell

    In VB 2005 Express I have a problem, which completely do not understand. I use a DataGridViewComboBox in a DataGridView. When I change data and save it, I have no problem. But when I close the form I a repeting error, being: System.ArgumentException: DataGridViewComboBoxCell value is not valid. Can anybody help Thanks in advance, Simon Does the data you saved exist in the DataGridViewComboBoxCell's items list For instance, if your DataGridViewComboBoxCell::Items collection is {"one", "two", "three" } and the value you saved is "four" then you will get this error. Another situation is if your DataGridVie ...Show All

  • Windows Forms Setting the index = -1 in Databound combo box

    HI, I am having a problem in a databound combobox , whenever I set the selectedindex value = -1 an error is poping up " There is no row at position -1". What I am doing here I have a text box on my form which is bound to a table field whenever the Text changed in this box it do the following code Dim dr As DataRow &nb ...Show All

  • Visual Studio Batching a target without using the Inputs and Outputs parameters

    I am trying to make a target that will run once on each item in my list.  At first, I just used the Inputs attribute: Inputs="%(ExistingPatches.FullPath)" That worked fine for a while.  Then I decided that I needed to add an Outputs parameter so that my target could be called by MSBuild and have its output item list returned in the MSBUild task's TargetOutputs field: Outputs="@(ExistingPatchesWithMetaData)" Since the ItemList that this target outputs is empty by default, MSBuild skips the target. 2. Is there a way to batch a target without using the Inputs field       2.b) If not, is there a way to skip depende ...Show All

  • Windows Forms Customized Designer Code

    I'm working on an application where I need some special initialization on each form and therefore would like to extend the Designer code. Currently, I manually add my special initialization method to the form and call it after InitializeComponent(). After making changes on the form I always have to check my init method and eventually change it according to the new form layout. My question is: is it possible to extend Visual Studio 2005 Professional in a way it automatically creates the code for my init method and adds this code to the InitializeComponent() method (or another method) in the separated Designer code file If yes, where can I f ...Show All

  • Visual Basic Webbrowser control

    Hi, Nearing the end of my custom web browser - many thanks to everyone so far who has helped out. I have a few remaining issues I would ask for your assistance on. 1. Cut,Copy,Paste - I have attempted at least 4 code writes for this, all are failing or incomplete. In VB6 I used to use ExecWB but thats gone now in .Net is seems. 2. Accessing Favorites and Internet Options. I cannot find ANYTHING on this for VB .Net 2005 .... any guidance on how to start it from a form Many thanks again to everyone. Jack Hi ReneeC I want to mimic the Cut, Copy and Find etc as would be the same for Int ...Show All

  • .NET Development Time Verification

    Hi. I am developing a VB .Net app for computer rentals, which are saved in an access db. Four of my fields are Date, StartTime, EndDate and PC. My problem is verifying if the StartTime is bigger than the EndTime. It all works ok, but when I enter per example from 23:00 to 01:00, 1 isn't bigger than 23... But this is correct. Is there anyway to ccorrect this problem Thanks, Pedro Querido Does your date field apply to both, or have only the date of the starting time If you have a start date and and an end date, you could combine the date and time fields when doing your comparison. If you don't have dates attached to your ...Show All

  • Windows Forms ComboBox issue

    Hi all, I'm having serious trouble with an thing that is supposed work without troubles. I'm using VS 1.1 with XP pro for an Win32 app. Thing is: Have an form with an ComboBox, that is filled from an Business Object, to have the name displayed, but at same time have respective value as an integer: SomeList list = new SomeList.GetList; comboX.DataSource = list; comboX ...Show All

  • SQL Server Usage-based optimization in AS 2005

      Hi,   It is easy to use usage-based optimization in AS 2000.   There is alyways a error message when I use usage-based optimization wizard in AS 2005.   The error message as following:  Invalid object name 'OlapQueryLog' .   It seems like somewhere must to be set.   Anyone could tell me where the problem is thanks, This is an awesome feature. However, how do I get the OlapQueryLog table to a different schema On table creation, it defaults to dbo. I want to create the table on an "admin" schema, i.e. admin.OlapQueryLog. I tried to pu ...Show All

  • Visual Studio 2008 (Pre-release) ADO.NET Entity Framework documents are back

    The original articles about the ADO.NET Entity Framework didn't stay online very long, but this time, two official documents are available: The ADO.NET Entity Framework Overview Next-Generation Data Access (Making the conceptual level real) These documents will give you an overview of what is coming in the next version of ADO.NET, mainly the ADO.NET Entity Framework, which is Microsoft's upcoming solution for mapping data to objects. In these documents, you'll encounter the following: The Entity Data Model Entity SQL LINQ to Entities LINQ to DataSets LINQ to SQL (formerly known as DLinq) Note: there is no preview release of the Entit ...Show All

  • Visual Studio Express Editions container

    I am developing an application where I need to store 100's of html files (Static - already I know the number and name of the files) and when customer clicks some option I need to display the file... My Question is, is there any container or data folder there in visual basic 2005 so that i can embedded the html files with the application. There should not be any copy in the local hard drive, the html files should be embedded inside the application. Is there any component there to do this... see 'creating resources' in the help. I still think you would be better off putting them in a jet database. http://msdn2.microsoft.com/en- ...Show All

  • Visual C# Getting the Point of a cursor

    I was wondering if there is a way to get the Location of the cursor in a RichTextBox   I need the Point so I can align another component to it. Cheers rtb.GetPositionFromCharIndex(rtb.SelectionStart) would be my guess, assuming that SelectionStart returns to caret position.  I know it does for the TextBox.   ...Show All

  • .NET Development VS 2005 hardwa AMD or Intel?

    I have VS 2005 Beta2 installed on my P4 2,4MHz machine and now I'm planning to buy a new machine with x64 processor. Can anyone suggest what to buy: Intel or AMD chip. Which is better for VS Regards Go with AMD, they own the x64 instruction set and the OS was built against their processors. Intel have licensed x64 from AMD and built their own processors. Personally I see no reason at all to use Intel, unless their some significant price/perf reason, Intel had nothing to do with x64 other than entering into a license arrangement with AMD. H ...Show All

©2008 Software Development Network