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

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

Malmer

Member List

Scooter_65DV
Callavin
GLutz78
KingKoo
Samuel Nakano
Eddie Garcia
Jakein2006
TheBlackShadow
Stormin Norman
netpicker9
Zakary
Ather.
psykota
jori0001
ljames28
Lincbarr
Adriaan W
mNilysg
kennethkryger
Bapa
Only Title

Malmer's Q&A profile

  • SQL Server Top 10 with ties

    I have the following tale that appears like this: IMAGE Its show the top 10 company, with the top 5 sub companies underneath in a table where I use the filter TOPN = 10 . My problem comes in when I have two company that exist in the top 10 with the same value, in this case $0.00 it shows more than 10. I understand that using the top = 10 in sql reporting services is suppose to function like this, but want to only show 10. My SP looks like this: SELECT SicDescription, ISNULL(Company, 'OTHER') AS Company, AccountMV, AccountFeely,sicid,relationshipid as 'rnumber' from snapsraw WHERE (Branchstate = @state) AND sicdescription is not null AND (monthend = @date) Any help would be greatly appreciated, I heard of some people saying use the ...Show All

  • SharePoint Products and Technologies Search content of different languages in one language of MOSS

    Hi, Hope you guys can help to answer this Search question. E.g. English MOSS is installed, content in English, Traditional Chinese, Simplified Chinese and Japanese are input to the system (either in Word/Excel file, ASPX page, Blog entry or Wikis page). In this case, how can the user search content by entering search keywords in languages other than English The reason I ask this question is that: MOSS Search Engine uses English work-breaker/stemmer in the crawling and query process in MOSS English Version. Then, it cannot distinguish which languages are being crawled, e.g. pretending Japanese and Chinese as English when crawling the content. Is there any advanced way to solve this issue in MOSS 2007, besides installing various la ...Show All

  • .NET Development .NET framework

    How .NET framework is usefull in system development or computing Sorry. What do you mean about that The .NET Framework is a sum of classes that allows you to do the daily tasks of a dev in an easy way. You can see it as a class library holding tons and tons of classes for different needs. It's very usable and easy to handle. ...Show All

  • Visual C++ First Execution Only...

    Hi, I've been trying to tell my new program to check for a specific condition (whether it is the first execution or not), but I'm having quite a bit of trouble. In fact, it's driving me insane. I spent almost all of last night trying to get this right, but it simply will not work the way I want it to. I've asked a huge number of people for help on message boards across the net, and nobody has been willing to help me fix it. So this is my last chance. PLEASE help me. Anyways, here's what I have so far, see if you can fix it and point out what I'm doing wrong: Prototype : int Config (int firstrun); Cut from main() : int firstrun; Config(firstrun); int temp1 = 1; int temp2 = 0; if (firstrun == temp1) { cou ...Show All

  • Windows Forms ListView Mouse button Up

    Hi, How do I manage the ListView control to not handle mouse button up click. The problem is that it seems to handle (Update the listview) both when i press down the mouse button and releases the mouse button. Some items in my ListView are connected to each other. When clicking on an item that is connected all the connected items shall be selected. In order to do this i need to listen to the ItemSelectionChanged event - (turn event off) - manually select the items - (turn event on). When pressing the mouse button down on an item in the listview (still holding mouse button down) and drag avaw the mouse from the item (then release mouse button) it works fine. But when just clicking on an item the ListVie ...Show All

  • Visual C# error when trying to build a solution...

    I am building a solution in c#, in vs2005. I removed all the files concerningn with KPIFeat.cs but somewhere there must be a reference to this KpiFeat.resx, i would like to remove it but i dont know how to do it. Error 1 Unable to create a manifest resource name for "Forms\KpiFeat.resx". Could not find file 'D:\Documents and Settings\Alfonso\My Documents\Aplication\Code\AppGSM\AppGSM\Forms\KpiFeat.cs'. Fositron wrote: I am building a solution in c#, in vs2005. I removed all the files concerningn with KPIFeat.cs but somewhere there must be a reference to this KpiFeat.resx, i would like to remove it but i dont know how to do it. Error 1 Unable to create a manifest resource name for " ...Show All

  • Visual Studio Tools for Office When will the VSTO support create managed code solutions for word2007?

    I have a workflow project required to open the word2007 document and approve / reject within the word2007 document. So, when will the vsto support create managed code solutions for word2007 Hi Alvin You can currently create a VSTO document-level solution for Word 2003, then use it in Word 2007. "Native" Word 2007 document-level solutions won't be available until Orcas (the next version of Visual Studio) is released. There is currently no projected release date... One would hope, it would be during the current year. ...Show All

  • Visual Studio 2008 (Pre-release) Windows Mobile

    Hi! Can I use WCF with Windows Mobile 5.0 Does Windows Mobile run .Net Compact Framework 3.5 If yes, then there is some WCF support. See my reply to this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1046581&SiteID=1 ...Show All

  • SQL Server SP to SSAS Cubes

    Hi All, I have a set of SPs which does the job of aggregating from my OLTP tables and move the aggregated & calculated data to Report Tables. Now we are planning to migrate to SQL Server 2005 Analysis Services. Any guidelines for converting from SPs to OLAP Cubes. Thanks, S Suresh Hello. I suppose that you have a relational data mart with summary tables. The changes I can see are the following. 1. You can choose to convert your SP:s to Integration Services Packages with control flow and data flow tasks. 2. Analysis Services 2005 (SSAS 2005)will take care of all the aggregations so you will not need summary tables. 3. To build calculations in SSAS 2005 you will need to learn a mult ...Show All

  • Smart Device Development Multi-Language support in C#

    Hi, I have developed SmartDeviceApplication output of which is an .exe in C#.I want that exe to support multiple language.can anyone help me in this regard to how to do it.Wheather i need to add a new resx or do i have to create a dll I want to support basically both chinese and english depending on the user requirment. Hi Sunil, How are u anyway, Do the following Sunil... 1- Create new smart device project.. 2- in the form, set the localizable property to true, add new lable and set its text to "Hello All". 3- Choose Chinese(Simplified) language now, and set the new lable text to the alternative words in your language.. This will switch the lable text with the change of the r ...Show All

  • Visual Studio Can't Find Crystal Reports

    Hello, we have Visual Studio Team Edition installed on a machine. We're trying to use Crystal reports, but we can't find it. I checked the installation, and it claims to be installed. It doesn't appear in the new file list anywhere. Thank you for your help! It could be the way that you are attempting to create a new Crystal Report file. There are at least three different windows that list the 'Installed Templates', each with different content. Crystal Reports is only listed in two of the three windows. If you select File >> New >> File you will not see a Crystal Report listed as one of the installed template. If you select File >> New >> Project you should see an option fo ...Show All

  • Visual Studio Add reference to project?

    I've successfully added a file to my project but want to add references to the project and can't figure out how. I've got the project object from the solution object from the application object. Please show me how. Thanks, Devin You need to use the VSLangProj.References class and the Add method. See my article: HOWTO: Getting information specific to VB.NET and C# projects from an add-in or macro http://www.mztools.com/articles/2005/MZ011.htm ...Show All

  • Software Development for Windows Vista Rehosting State Machine Workflow Designer

    Hi, Does anyone has a sample of a State Machine Workflow Designer posted somewhere Hope to hear from anyone as soon as possible. Thanks. Regards, Andrea Hi, The state machine designer is no different than the normal designer. There is a WorkflowMonitor in the WF samples that shows how to do it. Or Jon Flanders has a nice Atlas sample at http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,5880f478-b448-4c39-9f2e-382d942a7b82.aspx . One extra thing you need to do is use the LoadDesignerLayout function in the WorkflowDesignerLoader subclass OnEndLoad method to load the layout file. Also I just wrote up a simple sample of how to use the designer to generate an image of the workflow at http://msmv ...Show All

  • Visual Studio Express Editions Background task (daemon)

    How do you write a program that does not open a console window or a win32 window In other words, a program that runs without displaying anything on the screen I know how to do it with VC++ 6.0, but I can't figure out how with Express. Best regards, Jive Every time i start my computer I get the message. The background Task Server not responding. I get that box that comes uo. Please sugest ...Show All

  • SQL Server Combining multiple subreports into a single report

    The goal is to produce a single PDF consisting of a number of subreports. Some are landscape, others are portrait. The subreports may also be run as independent reports. The master report that contains them defaults to the width of the widest subreport, which is landscape. This causes all portrait subreports to spill over producing blank pages. Are there any work-arounds to concatenate multiple, single report PDFs into a single PDF and have page numbering too Thanks! Hi, I was able to find information at this link: http://msdn2.microsoft.com/en-us/library/ms155993.aspx "Reporting Services does not provide a way to combine landscape and portrait mode pages in the same report, nor does it ...Show All

©2008 Software Development Network