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

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

Kalilu

Member List

Kir2000
fahadmoon
jacobmross
Kevin Collins
greg_burns
lnielsen
Adam Mishler
Chris_Bird
diaplayname1
Kevik
Ray Hastings
Stoke
Anurva
Julian Price
Sara Ford MSFT
zaabdullah
maxi_byte
Dan Berkowsky
Udi2000
Bhargav
Only Title

Kalilu's Q&A profile

  • Software Development for Windows Vista Persisting layout for State workflow in designer control

    Hello, is there a way to persist the layout of a state workflow in the workflow designer control sample I can persist the Xoml to file and re-load it, but when I do all the states are drawn on top of one another in the top left corner of the view. Hi Don, The layout information is persisted in SUO file in case of VS projects and since the re-hosted designer does not have one, you are seeing the problem. I have logged a suggestion for this functionality in Beta2. Thanks, Vihang ...Show All

  • SQL Server Subscription and email issues with Browser role.

    We have our user's set up in the Browser role.  We are having an issue in that none of them can create a subscription on a  report or email a report.  If they set up a subscription, it is displayed but the report does not run.  When they try to email a report, the To: box is greyed out.  Has anyone encoutered this issue   Does anyone have any suggestions on why this is happening Thanks. Vicki Is the SMTP server configured correctly   Check the rsreportserver.config file to determine if the SMTP server is set.  The path to the file is something like C:\Program ...Show All

  • Visual Studio How does one chart a percentofCount of a boolean field which is true or false, but not chart both?

    I am sure this is a simple trick for someone who has used crystal reports much, but I am dumbfounded. I can display a count, percent of count (which are true and false = 100%) not a lot of help... but what I wish is to show a percent of count which are true. I am using  typed dataset from sql server in Visual Studio. Please email me if you have an answer to my dumbness. Thanks in Advance! Thanks SO MUCH! one further note, I thought I could graph the formula that gives the percentage, but find it is not that simple, any suggestions ...Show All

  • SQL Server Sum is negative - showing #Error

    I have a SSRS (reporting services) 2005 report. In one of my table fields I have the expression below. I want it not to show #Error when the sum of this expression is negative, rather provide a negative sum if that's the case. (SUM((IIf(Fields!New_Old_CC.Value = 0, Fields!PDC.Value, 0) + IIf(Fields!New_Old_CC.Value = 1, Fields!PDC.Value, 0) + IIf(Fields!New_Old_CC.Value = 0, Fields!CC.Value, 0) + IIf(Fields!New_Old_CC.Value = 1, Fields!CC.Value, 0)) / (Fields!FeeGoal_AZ.Value / Fields!FeeSchedule.Value)) * Fields!FeeSchedule.Value) - Fields!FeeGoal_AZ.Value right now, when I render the report I get #ERROR Yes, most likely a division by ...Show All

  • Visual Studio Express Editions Polling Access Database

    Hi there, I have an access database that is used on an online ASP system to book holidays, now I'm wanting to create a VB application that can look at the database and as soon as a new record appears have the display update and a message window appear. Problem is that I can get the program to look at the database and display the content, but I don't know how to get it update and refresh the screen automatically, or even to get a message depending on whether or not a new entry appears. Any help would be appreciated. Well mini. . . I hope you are still here. . . I posted the solution here: HOW ...Show All

  • Visual C++ cannot convert parameter 1 from 'wchar_t' to 'const void

    Hello Everyone, I have a code which was written in WIN 32 and I upgraded it to .NET everything went fine, except this passing of parameters .. the function looks something like this... sha_hash( const void * data_ptr, /* data to be hashed */ int data_length, void * buffer_ptr, /* hash buffer ( 20 bytes ) */ int buffer_length = SHA_HASH_LENGTH, void * prefix_ptr = NULL, /* for hmac */ int prefix_length = 0 ); In WIN 32 i can pass something like this sha_hash(char password, strlen(password), unsigned char passwords); // this worked fine no problem but here if I do the same thing....doesn ...Show All

  • Windows Forms DataGridView, how to capture a cell's KeyPress event...

    Hello all,   I am trying to implement an event handler for the KeyPress event for a cell within a DataGridView control. The obvous starting point from the DataGridView keypress event, but this doesn't work for the cell. I found this posting while searching, but this doesn't work with the .NET 2.0 beta framework. http://www.csharphelp.com/boar d2/read.html f=1&i=35363&t=305 32   I was trying to attempting something with the following... PropertyDescriptorCollection pcol = this.BindingContext[dtCanRegis ters].GetItemProperties(); Then assign the DataGridTableStyel to the properties, but I can't get it to work. Any ...Show All

  • SQL Server Invalid Data Type error with Subreports

    I have a report with two subreports.  The parameter connecting the report with the subreports is based on a field with a datatype of UniqueIdentifier. If I run each of the subreports by themselves, entering in value for the parameter, they run fine. When I try to run the master report, it runs, but the subreport sections contain the following text instead of the correct output: "Error: Subreport could not be shown."  The Output window shows 2 warning, one for each subreport: The  expression use in subreport 'subreport1' returned a data type that is not valid. I don't know for a fact that it is the parameter causing the probl ...Show All

  • Visual Studio Express Editions Timing issue

    I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End If My problem in the above is that the MessageBox shows up before the user has a chance to see what the text is. Any Ideas Thanks The first question is why do you want ot slow t ...Show All

  • Smart Device Development Target Machine Link Error

    I have used the upgrade wizard to migrate my EVC 4 project to VS 2005. I have managed to get most of my projects to build but I have a couple that give me the following link error. mfc80u.lib(MFC80U.DLL) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM' The configuration was originally targeting ARMV4. The "Target Machine" Linker option is set to "MachineARM (/MACHINE:ARM)". And I cannot find any reference to THUMB in my project. Does anyone have any idea's what the problem might be Thanks. You need to look at all of your compiler and linker inputs ...Show All

  • SQL Server support asian character and connect limit

    Do MS SQL Express support Asian character set If I want to input Traditional Chinese character, what collation I should use Is there any limitation on the no of connect to MS SQL Express 1. Yes, MS SQL Express supports Asian character sets. Japanese, Chinese Traditional, Chinese Simplified, and Korean . 2. A SQL collation is selected by default for English-language locales. The default collation for non-English locales is the Microsoft Windows locale setting for your computer — the Language for non-Unicode programs setting, or the closest equivalent from Regional and Language Options in Cont ...Show All

  • Visual Studio I can't install Visual Studio2005

    Here are my specs Intel P4 2.88 GHz, 512MB RAM, 80GB HDD, 256MB VideoCard, WinXP ProSP2, I freshed installed WinXP sp2, if I install VS2005 I get the error "Suite Integration Toolkit error", Please help. Possible problems: 1. Bad media - try copying the disc to your hard drive and install from there - call MS for new media 2. %temp% folder doesn't have admin or right access - verify you're an admin and you can copy files to your temp folder 3. verify temp folder is not corrupt or encrypted 4. disable virus scanner and then try install ...Show All

  • Windows Forms Visual Inheritance Issues

    Ok, when I first read about visual inheritance I almost started drooling.  I've been mimicking this behavior for years with controls that I would include on the "inherited forms".  I've only just inherited my first form today so nothing fancy yet.  I'd like to start a discussion of happy stories, war stories, issues you've run into, etc. so&n ...Show All

  • SQL Server AES (128 bit block) : Can I use it?

    If I've got a 64-bit OS such as Windows XP Professional x64 Edition running and I have the SQL Server 2005 Express Edition, is AES permittable or does TRIPLEDES still need to be used SQL Server 2005 does not support AES encryption on Windows XP. You can visit http://msdn2.microsoft.com/en-us/library/ms345262.aspx for more details. -Raul Garcia SDE/T SQL Server Engine ...Show All

  • SQL Server Scripting entire DB to multiple files or comparing DB objects

    We are training ourselves to use the new SQL 2005 SQL Server Management Studio. One of the things we do regularly in the earlier SQL Enterprise Manager is to script out all DB objects to individual files. We then use Source Safe to compare the objects from one version of the DB to another to identify where changes have been made. In 2005, although you can script the entire DB, there is no option to create individual files for each object. Does anyone know how to do this, or have a suggestion for another capability of the management studio to compare the objects in two databases I searched all the sources I can find, and no luck s ...Show All

©2008 Software Development Network