Aaron076's Q&A profile
SQL Server Custom Parameter Page with Report Manager
Dear Everyone, Suffice it to say, almost everyone who seriously uses (relies) reporting services hates the postbacks that the report parameter section does. It literally runs all queries that populates the report parameters. This will just not do. We're thinking of creating a custom web page to either augment or replace the parameter section of the report. Our problem is that we dont know how to connect it to report manager in such a away ...Show All
Visual Studio ReportViewer in Firefox version 1.5.0.1
I have problem rendering the ReportViewer in Firefox version 1.5.0.1. The width of the ReportViewer is much smaller than expected and the data is just messed up. But the ReportViewer works fine in the early version such as 1.0.7. Any clue on that Thanks. I am not aware of any rendering issues unique to the version of Firefox. Will you send a simplified RDL that shows the problem We will investigate it. ...Show All
.NET Development Secure TCP with .net 2.0
Hello I am running a .net remoting application and want to secure the tcp traffic between server and clients. Users connecting to the server should be authenticated and the traffic between server and clients should be encrypted. To make my problem a little bit more understandable I will post my current approaches. Servercode: IDictionary properties = new Hashtable(); &nb ...Show All
Visual C++ Create a ListView in a tabctrl?
Hi, I have a TabCtrl in a nondialog window, and I want to add a ListView or ListCtrl in one of the tabbs. How I have tryed everything, nothing works. Does someone know were I can find more information on how I do this. Maybe someone can post a little bit of code that explains this. Please help me! Check this: http://www.codeguru.com/forum/showthread.php s=&threadid=130460 ...Show All
SQL Server Query producing Dups
I swear I had this fixed but when I looked again this morning, I noticed that this query is producing dup records in the results. Something is not right with my query here: SELECT DISTINCT m.customer, c.name, c.customer, (SELECT Top 1 fd.Fee1 FROM FeeScheduleDetails fd where c.feeSchedule = fd.code) AS FeeSchedule, m.Branch, CASE WHEN ph.batchtype = 'PUR' OR ph.batchtype = 'PAR' OR ph.batchtype = 'PCR' OR ph.batcht ...Show All
Visual Basic Loading Folders into TV
Someone said that to load folders into a treeview you need to load it as an array But i need to know exaclty how do load your computers folder and dircetories into a treeview list This is typed from memory and some running code. The fileinfos code may is for illustration and may not be accurate. You have associated the Treeview control smallimagelist with an imagelist with 16x16 pixel ima ...Show All
Smart Device Development Blank IO Exception
Hi. I'm trying to write to a serial, COM, port on the mobile device. using .NET 2.0 here and WM2005. After months of trying to find out, I found out a couple of ways of doing so. Yesterday I tried the serialport class, unfortunatly when it writes to the serial port, it gives me a blank IOException - no idea why. The COM port is 3 and is enabled in the system settings by default. Next step was to go low level stuff - so I imported ...Show All
Windows Forms Removing ListViewItems doesn't work
Hi! I want to remove the checked Items of a CheckedListBox. I do the following: foreach (int indexBA in listBA.CheckedIndices) { string baID = (string)((ListViewItem)listBA.Items[indexBA]).Tag; ((ListViewItem)listBA.Items[indexBA]).Remove(); } listBA.Refresh(); But it doesn't work. hi, why you cast listBA to ListViewItem Remove() works fine for me in ListView. -L ...Show All
Visual FoxPro Time format saved a character field
Hi, Can somebody pls help me figure out how am i going to compute the time format such as this one "05:32:44" saved in a character field. The output should also be a time format not like this one when i'm summing up all the records "190:119:255". The time is in this format Hour:Minute:Second. I will appreciate very much if somebody can help me on this. Thank you in advance You can use conversion fun ...Show All
Visual Studio Team System TFS Folder Renames...
If I rename a directory in TFS using the TFS Explorer, it first does a get of everything locally (5GB worth!!!), then upon check-in does the rename on the file paths etc. in the repository. Is there a way to get this to happen without doing the local get operation It's pretty much a complete time wasting step! Also, is it possible to get those pre SP1 patches from somewhere easy & public (ie. without hassling PSS etc.) ...Show All
Windows Forms Toolstripmanager and Visibility
First, please forgive me for making a second independent post on the same topic. I have new information and my sense is that if I reply to my own posting the automatic procedures at MS won't pop it up for action. (Correct me if i'm wrong and there is a better way to handle this.) Second, please forgive the bright red print below. It separates the new stuff from my original post. I wrote: It's clear that loading and saving settings with ...Show All
SQL Server Usage-based optimization in AS 2005
Hi, It is easy to use usage-based optimization in AS 2000. There is alyways a error message when I use usage-based optimization wizard in AS 2005. The error message as following: Invalid object name 'OlapQueryLog' . It seems like somewhere must to be set. Anyone could tell me where the problem is thanks, This is an awesome feature. However, ho ...Show All
Visual Studio Team System Team Build Desktop Build problems
I referenced the How to: Build Team Projects on a Desktop but the how to is incomplete and I'm getting some errors that I hope that someone can help with this one. I have a project, I created the Build Type, I sync'd with the local drive. So far everything is fine. I ran MSBuild (from the directory with the Build Type) and set the SolutionRoot to the full path of my solution (relative paths didn't seem to work at all). I did not set the TeamB ...Show All
Visual Basic Buttons
Hi, I would like to use round buttons on my forms and wondered if there was a way to do this in Visual Basic Any assistance would be much appreciated. Best regards, Jae Hi, I`m just learning my way around in MVS2005 Express Edition and I need to create a form with : 1. A round red "Stop" button : 16mm dia approx 2. A round green "Go" button : 16mm dia approx At presen ...Show All
.NET Development OPENXML: Error inserting xml into SQL Server 2000
I am having trouble inserting xml data into SQl server using the OPENXML. This is the SP I have. When I pass small XML content the Insert works but not when i have a bigger XML file. ALTER PROC uspW3TeamList @doc text AS BEGIN DECLARE @idoc int EXEC sp_xml_preparedocument @idoc OUTPUT, @doc INSERT INTO SportsSchedule (TeamName1,TeamName2,GameDate,GameStartTime,InsertedOn) &nbs ...Show All
