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

Software Development Network >> Grant Swan's Q&A profile

Grant Swan

Member List

samdalil
David
Solitaire
kReynolds
Steve_H_USA
MSDevUser
scriptjunk3
The VB n00b
Nihar1
Morten76
Goye
Mark Miretsky
LawrenceSQL
tripix
Franck EMSALLEM
quantum_csfb
VB-Man
compilator
TRM Pluym
prins gerard
Only Title

Grant Swan's Q&A profile

  • Visual C# Grid View Problem

    I have a grid view which I bind programmatically, setting the autogenerate columns to true. How do I set the BoundField HtmlEncode to false I need to add some <b> bold </b> stuff, and change color etc. Help anybody Thanks. Please post ASP.NET related questions in the ASP.NET forums ( http://forums.asp.net/ ). The people there will better be able to answer your questions. Please reserve this forum fo ...Show All

  • SQL Server Please help- hairloss imminent (ProcessingAbortedException)

    Hi, I hope someone can help with this one! We have a report which runs fine interactively - no matter which range we set it to run against, but when run as a subscription it failes.  Taking a closer look at the logs, I get the following info : ReportingServicesService!processing!1ac!1/3/2006-08:22:24:: w WARN: Data source 'DWOR': Report processing has been aborted. ReportingServicesService!processing!1ac!1/3/2006-08:22:24:: e ERROR ...Show All

  • SQL Server Report instance

    Dear All, I want to create one report , and eache user use this reports can make instance of it with his choosen parameters , thanks to answer me how to do that Regards Try Reporting Services forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=82&SiteID=1 ...Show All

  • Visual Studio Express Editions Uses of VC++

    What does it mean on the download/install page where it says: "You can use Visual C++ Express to build powerful .NET Framework applications immediately after installation. In order to use Visual C++ Express to build Win32 applications, you'll need to take just a few more steps." And is there a button to compile and run your C source code without messing around in a cmd window Hi! It's advertisement :) Visual Studio have ...Show All

  • SQL Server Problem scheduling a package

    Hi, I have a package saved in the msdb database. When I right click on it and execute, it works fine through the dts utility program. When I schedule it, it always errors out with the message "The command line parameters are invalid". The package is password protected. The command line in the dts utility reads: /DTS "\MSDB\<package name>" /SERVER aawork2/DECRYPT /MAXCONCURRENT " -1 " /CHECKPOINTING OFF  /REPORTING V I have to enter my ...Show All

  • Visual C++ build errors in vc++

    Hi,             I am new to vc++. I have one vc++ source code. I am running this on vs2005. for me it is giving the following errors. I saved the source file in the following path. "c:\programfiles". The errors are 1)Error 1 error A2022: instruction operands must be the same size   the lines where i am getting the error is: TIGERROUNDSSE2 5 TIGERKEYSCHEDU ...Show All

  • .NET Development The best way to transform DataSet XML into HTML

    I have a situation where I am loading data from SQL into a DataSet, getting the data XML format (via WriteXml on one of the DataTables), transforming it with an Xslt, and taking the output as HTML and placing it into a WebBrowser control (WinForm). The code I have now works fine, but I'm doing a lot of string work that is slowing me down. I've included the code below (note, not pretty as it's testing code!) What is going to be the ...Show All

  • Windows Forms Does SpecialDirectories know if the app was installed for all users or specific user?

    Thanks I'm trying to figure out what to check(setting of some sort), so I can default my open dialog boxes to either use data from SpecialDirectories or AllUsersApplicationData. This is good for users which has no intimate knowledge of Windows profiles directory structure. ...Show All

  • Visual Studio 2008 (Pre-release) Is it possible to do a MasterDetail Binding with a TreeView?

    I used a ListBox and did a test on MasterDetail Binding and that works find. But if I have a TreeView is there any way to do MasterDetail Binding Example a preview box in a file dialog window /godzilla9 You mean using the DataContext method of Master-Detail binding I had the exact same problem you had. When I tested a prototype with a ListBox, I could do the Master-Detail binding by setting the IsSynchronize ...Show All

  • Software Development for Windows Vista Workflow Foundation and Windows SharePoint Services 2003

    I know WF will be used in the next version of Windows SharePoint Services but I was wondering if it is possible to integrate it into the current version. With SP2 it is finally possible to run WSS under .Net 2.0 framework but when I try to add the configuration section "Workflowruntime" in the web.config - I get "Unrecognized configuration section WorkflowRuntime." Is this even possible Thx, Joris I already go ...Show All

  • Visual Studio Installation problem of CR application.

      Hello. I used VS2002,CR-9 and SQL Server 2000.  I run my program without any problem on developer machine, but when i install it on other clear machine my CR report return all record. I check the query result by msgbox returned and i know just 1 record was returned . On dev. machine no needed record : oRpt.Refresh() CrystalReportViewer1.Refresh() CrystalReportViewer1.RefreshReport() My installation contain:   ...Show All

  • Visual C# menu items calling forms

    I've been trying to find information on how to call forms from menu items.  The help system isn't helpfull.  Can someone point me to some helpful information including sample code Thakyou, Here's the basics: Assume you have added a form to your project named "frmMenuItem"  You can double-click on the menu item you want to call this form to create the event function. In the function you woul ...Show All

  • Visual C# How can I get my app to fetch more than one page from a WIA scanner with an ADF?

    Hi, I've searched, Google, the FAQ, Knowledge Base and Forums and am getting conflicting answers. A general search on MSDN for "WIA" and "ADF" provides an article that claims to show how to get a C++ program to use an ADF via WIA (but as I don't know any C++ it means very little to me). However, a Knowledge Base article suggests that WIA cannot access more than one page from an ADF. Anyway, I have a piece of code; ...Show All

  • Smart Device Development What architecture is the wm5 emulator really?

    This  mrc  p15, 0, r0, c0, c0, 0 returns  R0 = 0 x69059201 The group of bits16-19 (*) indicates the architecture.  According to the ARM,  this (05) is a 5TE.  However, this  if (_AddSatInt(32767,32767) == 4444) { GPFs (makes it to an exception handler, code = 0xc000001d) when run in an emulator, but executes fine on real ARMv5TE processors.  This intrinsic (boils down to a qadd) is par ...Show All

  • Visual Studio Team System HTTP Error 401.1 when opening project portal

    I have seen several posts on this problem, but not really a good resolution for my situation.  I do not have anonymous access enabled, and I have added the users to the WSS Project portal site as administrators.  When accessing TFS from Team Explorer on my local machine (on same domain as TFS), I can access the team projects, but the Documents folder is unavailable and the Show Project Portal menu option is greyed out.  I can acce ...Show All

©2008 Software Development Network

powered by phorum