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

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

Amadeus156553

Member List

AndreiR23
keniiii
iConcepts
c y h
thangbq
jchen
David Espley
JonasSam
jacquelyn carter
reesthil
Hemanth C Murthy
Melvis
anonymizer
JohnnyOre
Ahmed Kuradi
VincentZalzal
TheQContinuum
SurreDeth
The VB n00b
dan ashcroft
Only Title

Amadeus156553's Q&A profile

  • SQL Server HELP: REPORTING SERVICES Pie Chart Point Label Formatting

    I'm trying to complete a report with a few pie charts. these charts need to show the category, the associated revenue, and the % of total. I can get the first two but am having a problem with trying to add the % to the label. This is the only show-stopper for my report. thanks You can calculate the percentage by using an expression for the data point label. E.g. =Sum(Fields!Sales.Value) / Sum(Fields!Sales.Value, "ChartName" ...Show All

  • .NET Development Blob field can't be shown on Crystal Report

    Dear all, I store some photo in Blob type, but I can't retrive it on crystal report. There is some error when i run on it. Would you please tell me how to solve it ...Show All

  • Architecture Microsoft BizTalk Server 2006 Seminar at Tech-Ed - Boston, MA - June 14th

    About BizTalk: Microsoft BizTalk is software that enables developers and IT professionals to integrate applications and automate business processes. Event Agenda: Members of Microsoft's BizTalk Server team will be on hand to present the latest enhancements of BizTalk Server 2006, to discuss the features being considered for the next release of BizTalk as well as to share insights regarding the evolution of BizTalk Server over the next few ye ...Show All

  • Visual Studio Team System Team Build Desktop Build problems

    I referenced the How to: Build Team Projects on a Desktop but the how to is incomplete and I'm getting some errors that I hope that someone can help with this one. I have a project, I created the Build Type, I sync'd with the local drive. So far everything is fine. I ran MSBuild (from the directory with the Build Type) and set the SolutionRoot to the full path of my solution (relative paths didn't seem to work at all). I did not set the TeamB ...Show All

  • Smart Device Development LNK Error 2019

    Hello all, i am developing an application on PPC2003 SE that allows the user to send and receive sms. i have included the sms.h library header file but when i compile i get the followng error : Error 1 error LNK2019: unresolved external symbol SmsOpen referenced in function OpenSms MyMapi.obj Error 2 fatal error LNK1120: 1 unresolved externals Pocket PC 2003 here's my Build log Build Log Build started: Project: MyMapi ...Show All

  • Visual Studio Team System Version Control entry in Team Explorer won't show files/folders

    We recently installed Team Foundation Server and have a sample team project going successfully.  The Foundation Server install is a clean one and everything is on a single machine (WSS, Reporting Services, Foundation Server and SQL Server 2005 April CTP).  We've added a solution (and associated code files) into the source control for the team project using VS.NET 2005's Add Solution to Source Control menu entry.  It added al ...Show All

  • Visual Studio Team System XML report doesnot show excluded and absent messages.

    Hi all, I have an FxCop project with certain active, excluded and absent messages but while I save the report, the excluded and absent messages are not saved in the XML. Only active message are saved. The option in project default for excluded and absent messages are checked still the report doesnot contain excluded and active messages. I want all the messages in the report. Please anybody help me in solving the problem.Thanks in advance. ...Show All

  • .NET Development How To ASk Questions In ASP.NEt Forum

    How To ASk Questions In  ASP.NEt Forum  their is no option for new Thread Hi, You must log-in first or register before you can post. You can Register Here . cheers, Paul June A. Domag ...Show All

  • SQL Server Running multithreaded component inside the Script Task

    Hi all, I have a class that utilizes the ThreadPool together with a ManualResetEvent to queue up work items (in this case, FTP downloads) and then waits until all work items have completed before proceeding. I then use this class inside a Script Component. However, I am getting a "remote procedure call failed" every single time the FTP component starts a download. This same class works perfectly in a WinForm app that I created as ...Show All

  • SQL Server CLR Trigger

    Hi,       I want to call webservice in the Trigger.  How to call the webservice from CLR Triggers .If anybody knows teh detail let me know.   And i worked out  the following Example code for CLR Trigger. using System.Data; using System.Collections.Generic; using System.Text; using System.Data.Sql; using System.Data.SqlTypes; using System.Data.SqlServer; namespace CLR {   & ...Show All

  • Visual Studio Team System Not able to run performance tests

    I am running the August CTP and I receive the following error whenever I try to run performance tests against an ASP.NET application: "The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost/EffortTrackingWeb/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (500) Internal Server Error." I'm running on WinXP SP2 with IIS 5.1. The website works when I a ...Show All

  • SQL Server Format for a bigint parameter in Raiserror

    Having a small problem with RAISERROR that I've isolated to a small code sample: The objective is to have the message string in Raiserror correctly report the value of a parameter that is a bigint. The following extract shows the problem: ALTER PROCEDURE [dbo] . [pr_Test] @SomeNumber bigint AS BEGIN SET NOCOUNT ON ; RAISERROR ( 'Test Error Number: %d.' , 16 , 1 , @SomeNumber ) END As written, when th ...Show All

  • Visual Basic Button Default / Cancel

    In VB6 the button control have default and cancel propriety (sample is logon form with button OK (enter) and Cancel (esc). How can I make in VB2005 Thanks ...Show All

  • Visual C# Adding formatted text to a RichTextBox at runtime

    Hey, I have a form with a RichTextBox and two buttons. When I click button one it adds the words "THIS IS RED" with a red forecolor to it. When I click button two it adds the words "THIS IS BLUE" with a blue forecolor to it. Now lets say I click the Red button, it all works out fine, I then click on the Blue button, it still all works fine. Now I click on either the red or blue button, the first two lines turn red while the last line is either ...Show All

  • Visual FoxPro formset=>deployment=>etc.

    Hi there, As a part of an effort to deploy and application I have been trying to do a few tricks. They have been suggested previously by Cetin and Tamar especially. The code is placed in a .prg file. I tried a few things. oNewInstance = CREATEOBJECT('FormSet') oNewInstance.NewObject ("urls","form") <= secondary, child form oNewInstance.NewObject ("cPlusIntrnals","form") <= main form oNe ...Show All

©2008 Software Development Network

powered by phorum