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

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

jmalaso

Member List

Steve Jensen
cartmann
Aurélien Couderc
ncjks
Mahmood Dhalla
Kevin Dherman
Chan Doshi
Mial
J. Clark
Paul Samways
Ralph Scowden
SamUNVA
PLechner
Prime Digits
John.Padilla
BilleV
moggel
FADI Abdel-qader
Satis
Adrian Hains
Only Title

jmalaso's Q&A profile

  • SQL Server Dataset and Filters

    Hi ! I have a quick question. If i have a report that show invoice by suppliers. Sometime i would like the report to diplayed all suppliers and sometimes for only one suppliers. Can i do this using the filters property of the dateset Or did i have to create 2 reports. One for the case All suppliers and the other for the case Only one suppliers Thank and sorry about my bad English ^_^ Just play with the parameters 2 ways I can think of 1. Add a "ALL" parameter above all suppliers (need to play with your DataSet query with UNION) 2. Use the multi-value option provided in report parameter (it'll end ...Show All

  • Windows Forms DataColumnChanging problems...

    I am attempting to validate data on a grid in a DataSet.  In the DataSet Designer if I click on the column that I want to add a validation for, I get an error: Failed to add validation event handler because of the following error: Not implemented. How I implement a OnColumnChanging event via the DataSet designer Joe,  Thanks for the help. Al ...Show All

  • Visual FoxPro FoxPro v9 vs Visual dBASE Plus 2.01 BDE 5.2.02

    Hi there. I just installed a Visual FoxPro 9.0 and started "playing" with it. Tried to create a table - it is straightforward and then a form. It seems to be a rich platform. Something puzzles me though. I do have extensive experience with Visual dBASE PLUS and previous versions in terms of OO language and form/table designer. Thus I am trying to compare. I am attempting to migrate to MS software/platforms wholesale since the dBASE is offering limited options as compared to MS's tools. I am doing C# and Visual FoxPro at the same time. Anyway, So far, after about two hours of playing with FoxPro Form designer I encountered some problems. They ...Show All

  • .NET Development How to compare 2 xml files?

    Hi, How can I compare 2 xml files using c#.net Thanks in Advance, Hitesh Hi Hitesh, "Xml Diff and Patch" tool on the Xml Dev Center download page shows how to do this: http://msdn.microsoft.com/XML/XMLDownloads/default.aspx Stan Kitsis ...Show All

  • SQL Server Cluster install...domain group.

    As part of the cluster install a domain group is required now. My question is, can I remove this group after the install or change the group without affecting the server No, you cannot. All permissions - i.e. file system, registry, sql, etc. - are assigned to the group now in SQL 2005 rather than the user. This is to allow better control over the appropriate service accounts at the domain level, plus ease the case where you want to change service accounts for your server. ...Show All

  • Visual J# ODBC error message: [Microsoft][ODBC SQL Server Driver]00107002COUNT

    I'd like to execute a stored procedure on SQL server 2005 through the com.ms.jdbc.odbc.JdbcOdbcDriver driver but i get an error message: "[Microsoft][ODBC SQL Server Driver]00107002COUNT mez vagy szintaktikai hiba" On SQL server 2000 it works. Best regards, Ferenc I don't know, wich stored procedure executed, when i call the the ResultSet's getMetaData method. ...Show All

  • Visual Studio Signing Assemblies with InternalsVisibleTo

    I have a number of assemblies that use the InternalsVisibleTo attribute. For example: MyProject\AssemblyInfo.cs [assembly: InternalsVisibleTo("MyServices")] When I try to sign the MyProject assembly, I get an error: error CS1726: Friend assembly reference MyServices' is invalid. Strong-name signed assemblies must specify a public key token in their InternalsVisibleTo declarations." So, I add the PublicKeyToken value to the assembly name: MyProject\AssemblyInfo.cs [assembly: InternalsVisibleTo("MyServices, PublicKeyToken=aaabbbcccdddeee")] This allows MyP ...Show All

  • Visual Basic Text not displayed during Edit and Continue

    Has anyone else noticed that when you are in Edit and continue, the typed text or deleted text do not show until either you move off the line or stop the debug process. It happens most of the time. I did not notice this happening in the Beta. It does it in both express and Prof. The computer is a complete reinstall and format c, so there are no traces of the beta stuff here. It does it on two different computers with two different display drivers. Hi, Larry, No, that’s quite surprising to hear – I haven’t heard of anyone else running into that. Typing into the editor window during debugging should be an iden ...Show All

  • Microsoft ISV Community Center Forums SQL Server 2005 Resourse Kit exception

    Hi, When i try to view any of the webcasts by clicking "play", i get the following Visual Studio just in time debugger error: An unhandled win32 exception occured in iexplore.exe[4624]. I can also see the following error in the winnt application error log. I am running winxp with sp2. Event Type: Error Event Source: Application Hang Event Category: (101) Event ID: 1002 Date:  25/08/2005 Time:  7:08:50 PM User:  N/A Computer: INSPIRON Description: Hanging application iexplore.exe, version 6.0.2900.2180, hang module hungapp, version 0.0.0.0, hang address 0x00000000. For more informat ...Show All

  • Smart Device Development infrared!

    Hi. I want to be able to send data (hex codes or whatever) using the infrared ports. I have imported the System.Net.Irda reference and able to access the IR classes. However, I do not wish to connect to a device but rather send data. The device I am sending data to will be a dumb device really, just as a "reciever"... this can be a remote control recieving box or a TV IR reciever for example. IS it possible to do this how I cannot seem to find a way in the .NET classes as it seems you have to connect to the destination then write data to the stream. Thanks! You will not be able to communicate with a TV IR receiver through your standard ...Show All

  • SQL Server SQL Reporting problem

    Hi, I want to display sqlreport in my asp.net page with the help of reportviewer. The report gets populated by 3 different stored procedures based on different events. Is there any way with which I can assign the stored procedure name to the report at run time for e.g. on the click of a button.Please help me in this regard. Sourajit Lenka ...Show All

  • .NET Development Could not find assembly version

    Hello, Before I start I should say I'm a .Net novice so bear with me here. And please be as basic as you can in your response :) I'm trying to run one of the sample VB.Net solutions that is provided with the latest SQL Server 2005 CTP. When I attempt to build it I get the following error: "Namespace or type specified in the project-level Imports 'System.Data' cannot be found. Make sure the namespace or type is defined and it doesn't contain other aliases" Also the following warnings: "Could not resolve this reference. Could not locate the assembly "System, Version=2.0.3600.0, Culture-neutral, PublicKeyToken=b77a5c561934e089". Check to make s ...Show All

  • Visual C++ intellisense include path

    What is the format for the intellisense include path I'm using vc++ express 2005 beta 2 and want to include boost, platform sdk, directx9 and my own source headers. I tried "C:\Path1";"C:\Path2";... and several other variations and none seemed to index properly (at best, only one of the header paths specified would be indexed by intellisense). Also, is there a way to use environment variables in this path I tried %FOO% and $(FOO) and neither worked. I'm trying to make an installation path-agnotic project file. Thanks. The include path the IDE uses is the same syntax as that used by CL.EXE (because we actuall ...Show All

  • Visual Studio Team System Work item type editor

    Any editor available Can I update an existing Team project with new fields(Bug.xml) There's no editor - you have to edit XML manually. BTW, if you use VS IDE for that and open workitemtypedefinition.xsd and typelib.xsd files in the background, it will activate the autocomplete feature of the XML editor, and it will start suggesting you valid attributes & elements and will validate your input on fly. Thanks, Alex ...Show All

  • SQL Server Stack With SQL Server

    Hi, I need to implement a stack using Sql Server. The basic table is simple:- id (int), val (char(10)). Basically I want a recursive EvaluateStack stored procedure. This should select the topmost value from the stack, and then either return it or (in the case of an operator) recursively call itself in order to get a left hand and a righthand operator. So: (pseudo-code) SELECT val FROM STACK WHERE id=@Count CASE WHEN val="+" lhs=EXEC EvaluateStack rhs=EXEC EvaluateStack return lhs+rhs SELECT @Count=@Count-1 Etc. etc. The problem is, being a bit rusty with Sql Server, can anyone give me some pointers how to best implement the condit ...Show All

©2008 Software Development Network