Software Development Network Logo
  • Microsoft ISV
  • IE Development
  • Windows Forms
  • SQL Server
  • Windows Vista
  • Visual Basic
  • Visual Studio
  • Visual FoxPro
  • Audio and Video
  • VS Team System
  • Visual C#
  • SharePoint Products
  • Visual C++
  • Game Technologies
  • Smart Devicet

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

Scieck

Member List

TheViewMaster
xlordt
Prashweenet
ThunderRock
JakeBree
gkostel
Gagand
RabinLin
ScooterBrown
armyofautomata
evz155
Tamas Pocker
m0nkeyforce
Muhammad Adel
CalinMac
jaomello
John.Doe
LouArnold
jmc303
Buda56
Only Title

Scieck's Q&A profile

  • Windows Forms Datagridview not displaying correct value

    Hi all, I have a tabcontrol on my form that is bound to a dataset, with each tabpage is a child datagridview. When insert a new record, I retrieved the latest MAILNO (which is autonumber index primary key for the master table) using a stored procedure and set the MAILNOTextbox.Text to this. When I want to insert a new row for the child datagridview, the MAILNO column displays the old value, and thus, is not correct. For example, a scenario: The last record MAILNO in database is 5. Record no. 6-8 is deleted before this. When I click Add in the bindingnavigator, the MAILNO displays 6 (whereas should display 9 for a new record). I've fixed this using the stored procedure to retrieve the correct value. When moves to the next tabpage, I made th ...Show All

  • Visual Studio Team System Help - Cannot Create New Team Project

    We installed TFS SP1 a few months ago and the system has been running well until.... We are trying to create a new Team Project. We get an error TF30170 and TF30177 saying that we cannot create a new Team Project. The log looks like this: 2007-01-15 13:20:37Z | Module: Internal | Team Foundation Server proxy retrieved | Completion time: 0 seconds 2007-01-15 13:20:37Z | Module: Internal | The template information for Team Foundation Server "FL08DEV10" was retrieved from the Team Foundation Server. | Completion time: 0.03125 seconds 2007-01-15 13:20:37Z | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 2007-01-15 13:20:37Z | Module: Wizard | TF30227: Project creation permissions retrieved | Completion time ...Show All

  • SQL Server why data can not be seen

    I meet a problem during a project,in SSAS the deploy success,and we can see dimension's data ,but we can not see measure's data,why (data exist in database). When you deploy the project it only processes the structure of the cube - therefore you can see the dimension data - however you will see you measure values by only doing a Process Data on the cube or relevant measure group. Hope that helps. Suranjan ...Show All

  • Visual Studio Tools for Office ServerDocument Help

    Hello, Okies here is the scenario: i want to be able to allow a user to upload a word document to my web app. When a user selects the document they have already uploaded then the Server injects a few websites specific variables then returns the document to the user. The user then opens the doc in word and a word plugin reads the values of the returned document. I'm still a little unsure how the the ServerDocument does its work but this kinda seems like a nice job for it. My only thought is that the initial document the user uploads won't be a customized document. Is it possible to let the ServerDocument embed the customization work. and then process and return the new doc Sorry if this has been answered before, i've searched ar ...Show All

  • Visual Studio 2008 (Pre-release) Great resource Troy!

    I've been looking at different linq resources to keep up with the direction of the software industry and found your site extremely helpful. Those of you looking for a lot of information, well organized, in one place should check it out: http://www.hookedonlinq.com Jeff Thanks Jeff, I was trying to fly under the radar for a while until i filled out some more content and made sure the wiki engine was stable. There is a lot more information to go up. I've got code samples and unit tests for all of the standard query operators; LINQ to Objects will be looking good then. I need to do a lot of work on LINQ to SQL information, and i've got nothing on LINQ to Entities at the moment. Anyway, its a start, and hopefully as LINQ ...Show All

  • Visual C++ R

    I have this program compiled in VC8 that solves a system of linear equations. I ran the same program on two different machines (I copied the exe to the other computer) and while the programs were running I brought up the windows task manager and looked up my program under the processes tab and one of the machines showed a cpu usage of 95-97 % throughout.. .whereas the other machine showed 49-50% cpu usage. both processes had the same priority setting (normal). so I don't understand why one of the machines utilizes only 50% of the cpu to run my program. any insight into this would be appreciated. incase it helps, here are some of the machine details: 50% usage machine: P4 3.2 GHz 1GB RAM - XP professional 97% usage machine: P4 2 ...Show All

  • Visual Basic Debug a single thread

    My program launches lots of threads to do different jobs. When I debug it, its all over the place, you can be stepping through a sub and it will suddenly switch to another thread without warning. Is there any way of telling vs to only debug one thread, and just let all the others run or stop thanks ...Show All

  • Windows Forms abstract UserControl

    Hi all, I believe this question has came up in the past, and I wonder is there any change in status. This is about how VS 2005 designer reacts to UserControl that inherit from an abstract UserControl class.  The designer basically complaint when you try to edit the inherited form.  According to some early posting, this is a bug by design.  Is there a way to get around this problem   Thanks. Bill 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 designer must create an instance of type 'CGS.WinUI.BaseUserControl' but it cannot because the type is de ...Show All

  • Windows Forms Two active forms

    Hi! I'm developing an application which needs 2 active forms at the same time - something like Photoshop with af form at top of the screen (the mainform) with a menu and a toolbar which can open different childforms. What I wan't is to have the mainform and one of the childforms to be active at the same time so that I can activate the menues and toolbar of the mainform with just a single mouseclick and shortcut keys from the keyboard while a childform is active. I don't wan't to use a MDI form and childforms. When I open a childform I add it as a OwnedForm to the mainform. Is there a way to have 2 forms active at the same time Thanks! Brian I think a simple message bubbling is in order. ...Show All

  • SQL Server Default date in a derived column expression

    one of my SSIS packages use this expression to put todays date in if it is NULL: (ISNULL(datejs)) GETDATE() : datejs however, what I really want to do though is put a default date in like '2007-01-01' but I get syntax error because SSIS thinks it's a string, which it is I suppose. Is it possible to do what I want it to Thanks         Fresh from the Integration Services Expression Reference section of Books Online, we have the GETDATE ( http://msdn2.microsoft.com/en-US/library/ms139875.aspx ) topic. So using GETDATE is possible, but sounds like a variable or literal casted as you suggest is actually what is needed here. ...Show All

  • SQL Server negative values on a measure

    have a measure called total sales amount in a FACT table some values are reported back as a negative number. anyone know the issue now the data type in the data source view show xs:long. So that ok. but my cube data is not ok for some. ex. Cube shows TotalDollarValue = - 2037583924 for one of our real estate boards (a negative number!!!!!) If i do a sum(totaldollarvalue) in the data warehouse for the same board, it returns = 10847317964 i am at a loss why some of the board total dollar values are ok and some are not (from the cube data). ...Show All

  • SQL Server Difference between AMO and ADOMD.NET

    What are the differences between these two way to query and manipulate an Analysis Services database When should I choose one over the other AMO is the management object model, used to create, alter, delete, backup, restore objects. ADOMD.NET is the query object model, used to run MDX queries, discover requests. Adrian Dumitrascu ...Show All

  • Visual C# Deploying Web Site via "Copy Web Site"

    Hello, I've been developing a web site for a few weeks with a fair bit of DB work in it. The mdb file (sql express 2005) has grown to about 20Mb. When I go to deploy the site using FPE through the Copy Web Site method the IDE hangs on the DB and becomes unresponsive to the point of having redraw hangs etc. I have been able to deploy the rest of the site (and other sites, including those with smaller DBs) through selectively picking files/dirs and moving them to the server. Basically, though, a computer reboot, start IDE, copy web site, select DB & copy to remote kills the IDE everytime on this site. On some other smaller DBs I get the unresponsiveness, but after a few minutes it tries to redraw a bit, then eventually res ...Show All

  • .NET Development Convert XML file to style sheet

    Hi, How to convert an xml file to style sheet or based on xml file how to create a style sheet Please help With Regards, Prashant Mulay An XSLT stylesheet is a program that transforms the input XML to HTML or XML or plain text. It is not possible to simply generate a stylesheet as that stylesheet can do lots of different things. If you show us your input XML and tell us what transformation result you want then we can help authoring the stylesheet. ...Show All

  • Microsoft ISV Community Center Forums User form issue

    I am trying to launch a user form from a word document using a command button, but I am getting the following error "Sub or Function not defined." The code for the user form is listed below: Private Sub frmSegment_Initialize() With ListBox1 .AddItem "RNA" .AddItem "ISMC" .AddItem "MHS" End With End Sub Now like I stated earlier I want to be able to launch this userform when a user selects the "launch" command button. And to do that I entered this code for the command button: Private Sub cmdLaunch_Click() frmSegment_Initialize frmSegment.Show End Sub However I am getting that error message. This code happens to be in the "ThisDocument" section while the userfr ...Show All

©2008 Software Development Network