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

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

Amaeze

Member List

Thelostcircuit
MylesRip
Daffodils
noNchaoTic
Mantorok
eureka-eureka
Mason Cox
Hans Preuer
corolar
Vale Surfer
erikkl2000
TDT99
PeterKar
mertkan65
EDV Gradl
pmak
ideal24293
Harry123
Haacked
AVVIT
Only Title

Amaeze's Q&A profile

  • SQL Server Need all rows within each group to be shown on 1 page

    Hi, I have data that is grouped by a code number. One of the code numbers have over 600 rows, while other code numbers have around 10 to 20 rows within it. When I run the report the code number that has over 600 rows gets split over 2 pages while the other code numbers each get their own page. How do I make it so that when I run the report the code number that has over 600 rows gets all displayed on the 1 page instead of being split over 2 Thanks Ben. Hi, It is not possible to force a group on 1 page but it is possible to have only 1 total per group. You need to set the Color field in the expresion of the group. When you then look at the group footer, you will see that the total is done ...Show All

  • .NET Development Multiple assemblies -- Single version

    Hi, I have several assemblies that I need kept separate. I would however like to have all of them share the same version number. I already tried "sharing" a file with AssemblyInfo in it between them but that worked badly. Any ideas I tried exactly what you suggested. As soon as I add the 'common' file to any of my projects they copy it to the local folder. That behavior surprised me so I double checked, unless I was missing something that's how it behaves. Even worse, we're using team system, and as far as I could tell there is no way to 'share' a file the same way we shared one on VSS. ...Show All

  • Visual Studio Express Editions Edit and Continue don't work?

    HI guys a have been working in some code all this week and for some reason that I don't know the edit and continue stop working. It have been working all this time but now no way. I can't edit when I'm debbugin and I'm getting frustated. Can some one help me I have VB.net express edition, so i don't know where to configure this feature. Tools->Options menu, look under debugging. If you do not see all options you should have a checkbox in the lower left corner that you can check to see all option. There you should have an option to enable edit and continue. ...Show All

  • Visual Studio 2008 (Pre-release) ADO.Net and databinding to a listbox

    If I databind an ado.net datatable to a listbox, the content of every listboxitem is a DataRowView, which is fine I guess. But what's the easiest solution to find the matching ListBoxItem if I have a normal typed datarow I wanted to use the ListBox's ItemContainerGenerator.ContainerFromItem(), but this doesn't work as the listboxitems' content aren't the datarows but instead datarowviews. Right now since I haven't found any other solution, I have to iterate through the whole list of listboxitems and compare the datarowview.Row to my typed datarow, which really doesn't seem like a good solution. Suggestions Josh Smith wrote: Ted, You can use ItemContainerGenerator.ContainerFromI ...Show All

  • SQL Server SQL BOL July '06 Post-Install Shows Only SQL Express Content

    Hello, After installing the July '06 SQL BOL update, I see that all content is related to Express Edition, regardless of the "Filtered by..." dropdown setting. I had thought that the July '06 version combined Express into the overall BOL. Any suggestions on what's happened to me... and recommendations Shall I reinstall the BOL update OK, after uninstalling and reinstalling SQL BOL Update, it now works correctly. Thanks for the excellent tip, Gail! Daniel ...Show All

  • Smart Device Development Accessing a Network from smartphone

    Dear Sir , How can I acess Network Pc using a smartphone I tried a very simple file copy command given below ret_val = CopyFile((TEXT( "\\\\192.168.1.2\\projects\\ovdec\\version.c" )),(TEXT( "\\Program Files\\test_folder\\flower.c" )), TRUE); This gives an Error code of 1222 "Network is not present or not started" When i ping the PC from the phone . It shows it connected. Can you tell how to go about it regards, shailu155 SmartPhone platform does not include SMB client (unlike Pocket PC) so you can not access network shares from SmartPhone. ...Show All

  • Community Chat Windows Vista Gaming Performance

    I just read over on Neowin that gaming performance in Vista will be 10-15% slower in Vista. Can someone tell me whether or not this is true Thanks! - James Hummm... this Areo feature can be a bad for me because I am running CS:S on window mode, not full screen mode. No matter what, my computer will take a big hit. I guess I will make a gamming account that only uses XP UI. ...Show All

  • Audio and Video Development Checking for an active title

    How do you check to see if any title is currently playing You're right. I wanted to check to see when any of my video titles had finished. But I realize they all end on the main title, which is a blank video. So I should just check to see if *that* title is the current title (compare attribute.id). Is there a better way ...Show All

  • Windows Forms [Reflection] Removing Handlers

    Hi, I want to remove all the handlers for my (for example) Checkbox Control, but I dont know the Event Handlers Name's, so I cant' use RemoveHandler Obj.XEvent, AddressOf Me .XEventHandler Any suggestions Thanks in advance Thanks for the answer and for the explanation, it is clearer now !! Before Posting I was convinced too that it was impossible I tried everything and I found many users asking for the same issue with no answer. Thanks again ...Show All

  • Visual C# calling MATLAB functions from C#

    Hi ... Can anyone tell me the way to integrate MATLAB with C# Meaning, how can I call MATLAB functions from C# code Write a step-by-step way as soon as possible. bye. If I'm not mistaken, MatLab exposes a COM interface. You should be able to import that quit easily. I'm sorry, but can't tell you a step-by-step way, since i don't have it installed on my computer (I did in the old college days). ...Show All

  • Commerce Server Discount by country

    Hi I'm trying to set up free delivery on orders over a certain value. The problem is that I only want this discount to apply to one country. I've managed to set up the discount to work on all orders, but I'm not sure how to limit it to a single country. I'm guessing that I would need to use the expression builder to do this Thanks in advance Paul Hi Max I've created a target expression but am not sure how to test it (other than through the CS site where it didn't work). Can you see anything blindingly obvious that I have missed (I extracted the XML from the table) <TERM TYPE="or" xmlns=" http://schemas.microsoft.com/CommerceServer/2004/02/Expressions "> <CLAUSE ...Show All

  • Visual Studio Team System How to delete unwanted Work Items and set new default items for new projects?

    I created new Team Project and Wizard created a whole bunch of new Work Items which I don't need. I couldn' find a way to delete them from Team Explorer. Also - can I set a my own list of Tasks and Items for newly created Team Projects and how I can do it You can customize the process template to not create those workitems. See here http://msdn2.microsoft.com/en-us/library/ms194945.aspx  for how to customize new & existing projects. Here is a tool to graphically manage templates http://www.gotdotnet.com/workspaces/workspace.aspx id=812a68af-5e74-48c6-9623-1a4469142a84  . Work Items in already created project cannot be deleted, but the project itself can be deleted and recreated. ...Show All

  • Windows Forms combobox databinding to display more than one values

    I am developing a C#.net 2k5 winform app, I have a query to retrieve the data from database: SELECT     staff_no + ' - ' + title + ' - ' + name + ' - ' + profession AS staff_combo, staff_id FROM         staff ORDER BY staff_id I want to bind this staff_combo to my combobox1.display member, and  staff to the combobox1.valuemember. I tried this line below, it didnt work, plz help: this.staffTableAdapter.FillByStaffCombo( this.hPMDataSet.staff ); I have another question concerning binding computed values into displayed value of combobox. My data is defined such way: interface IData { IDataPrimaryKey PrimaryKey { get; } string Label { get; } string Code { get; } } ...Show All

  • Software Development for Windows Vista application verifier

    hi all, can we launch an executable with the application verifier if yes, how it can be done thanks, divya Hi Divya, 1) Open Appverifier Goto File->Open-> click on exe that u want to test and save.. 2) Go directly to the exe and run it, and if it reports any error simply check this in Appverifier by clicking on View menu->Error log . Also in Appverifier, There are several tests for exe like Handle errors etc .. ...Show All

  • SQL Server SQL Server Enterprise Edition Upgrade

    Hi, Can someone please help me I recently upgraded from SQL Server 2005 Enterprise Evaluation Version (x64) to SQL Server 2005 Enterprise Version (x64). While the components: Database Engine, Analysis Services, Workstation Components have been upgraded. I can still see that Reporting Services is still in the Evaluation Version. Integration Services is no where to be found. Regardless, I wanted to add Integration Services but on the System Configuration Check, I am getting the following error: Edition Change Check: To change an existing instance of Microsoft SQL Server 2005 to a different edition of SQL Server 2005, you must run SQL Server 2005 Setup from the command prompt and include the SKUUPgrade=1 parameter. So regardless of this ...Show All

©2008 Software Development Network