Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
L

led123

@led123
About
Posts
14
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MDX Change array to list
    L led123

    Creating a report in Team Foundation Server(TFS) and my parameter is set as an array and I want to be able to display this array. I want to be able to switch the array to a list and then be able to show what is selected out of the list by the parameter the user selects. Can someone help please?? :)

    Visual Basic question sysadmin data-structures collaboration help

  • MDX Calculated Member
    L led123

    I have installed Business Intelligence Development from SQL Server 2008 to use to create TFS Reports In Visual Studio 2008. When I add a new report a query builder window opens. This is where Measures and other information to get the data is done. This is where I am trying to create the Calculated member. Any suggestions??

    Database help tutorial question

  • MDX Calculated Member
    L led123

    I am trying to create a TFS report which requires MDX. I am making a report that requires a calculated member. I am not 100% sure how this is done. The member i am trying to do is a difference calculation. For example:

    Table
    Sept 1 Sept 2 Sept 3
    Actual 0 32 58
    Remaining 163 140 132
    Difference 0 9 50

    The calculation for the difference is as follows: Actual Effort for that day - (Work remaining previous day - Work remaining that day) 32 - (163 - 140) = 9 Can someone help please? ;)

    Database help tutorial question

  • Auto Suggest
    L led123

    We do not have the permissions to create new columns in the database. We have to go with the column message codes that is already in there.

    Visual Basic database question

  • Auto Suggest
    L led123

    In a text box on a pop up window.

    Visual Basic database question

  • Auto Suggest
    L led123

    I am currently trying to add a section of code to auto suggest the next message code (taking the message last one in the database and suggesting the next one to the user) in the text box. Any suggestions?

    Visual Basic database question

  • Right Click Menu
    L led123

    I am currently creating a plugin for Visual Studio .NET. This plugin is to help database entry. When the plugin is running I want to be able to select a file, right click it, and have a menu of options to be able to do with this particular file. Any suggestions on helping how to do this? I am using the MVP model for coding.

    Visual Basic csharp database visual-studio architecture help

  • Running an application asynchronously
    L led123

    Thank you! :-D

    Visual Basic database question

  • .NET Error
    L led123

    Thank you but I think we have figured out the issue. Thanks again!

    Visual Basic csharp help database visual-studio question

  • .NET Error
    L led123

    I stated that the error was ".NET has encountered an error and shuts down giving you the option to restart." That's all the error was. And I also said that the error would happen when trying to add some information into a text box on a window. when pressing the okay button the app would freeze and that window would pop up saying that Visual Studio has to shut down.

    Visual Basic csharp help database visual-studio question

  • .NET Error
    L led123

    I am currently creating a visual studio plugin for my group. When we are trying to add a new item to the database we click add new item button, another window opens. You add the information and press the okay button. Out of no where the application freezes and gives us a window stating that .NET has encountered an error and shuts down giving you the option to restart. I have stepped through the code on various employees computers and it happens to everyone. Any suggestions on a fix???

    Visual Basic csharp help database visual-studio question

  • Running an application asynchronously
    L led123

    How would that be incorporated in the code that I had just posted?

    Visual Basic database question

  • Plugin for Visual Basic.NET
    L led123

    We will need an install but unfortunately DxCore does not allow us to Package it into our setup file for the plugin we are creating. We are looking for something that can be packaged with our setup? Any ideas?

    Visual Basic csharp question workspace

  • Running an application asynchronously
    L led123

    Currently the project is taking a tremendous amount of time to load. And we are required to have a loading image showing while the application is accessing the data from the database. The code below is where the asynchronous code should be placed so I am being told by my fellow co-workers. Public Sub Init(ByVal solution As Solution) LoadingDataSymbol.Visible = True _presenter = New TranslationPresenter(Me) _presenter.getProjects(solution) End Sub This code sets the image visible and gets the data from using getProjects(solution). I am required to make these two items async and turn the image visible before and invisible after. Any suggestions???

    Visual Basic database question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups