JMT23's Q&A profile
Visual Studio Sorting problem. Can't sort groups based on a formula field.
I have a crystal report that has an empty "Detail" section. I have a bunch of formula fields in the "Group Header" section. I change the group by field at run-time and hence the value of formula fields in the group header changes. I want to sort the groups, not by the group name, but by one/many of the formula fields in the group header section. I opened the "group sort expert" and selected one of the formula fields but i don't see the res ...Show All
SQL Server SSIS package execution question in SQL agent
Hi there, I have been trying to schedule a package I design to run off hour, but unable to do so. Here is a strange issue: 1. I was able to fully run and complete the package through VSS. My package has three steps and I have on complete arrows from one step to the next... When I run it, it does what I expected in SSIS designer. 2. I was able to deploy and run the actual package by double click on the file system and it runs successfull ...Show All
Software Development for Windows Vista How to use C# to cut and remove part of video out of the whole video ?
Dear everyone, I have a problem about C# and hope to get your help. I want to use C# to cut and remove part of video out of the whole video. The video may be mpeg, avi ... How could I achieve that Thank you. Regards, David I would have a look at the directShow system inside the platform SDK. Here is a link to the forums . Hereis a link that might also help... http://www.elecard.com/product ...Show All
SQL Server Login failed for user 'username'. The user is not associated with a trusted SQL Server connection
Hi All, I understand this has probably asked a gazillion times... BUT I have issue with the solution... ( I DO NOT WANT TO ENABLE SQL Server Authentication) I have developers that need to manage MANY SQL Servers.. some in domains some not.. some develpers boxes are in domains.. some not. I DO NOT want to have sa or any other password for that matter flying around the net in the clear (i.e. SQL Server Authentication). I would like for t ...Show All
Visual Studio Oracle with Crystal: "Failed to Load Database Information"
I've already deployed the Crystal .msi and installed the Oracle Client on the server, and still getting this message: Temp\temp_294ca6ef-60f1-4511-b5a5-c6986817b96d.rpt: Failed to load database information. I gave permission to the ASP.NET user in all the folders it needs, Oracle, Ora92 and Ora92/bin, Temp... In the development computer it runs OK, but in Production server its crashs! Someone can help me Any ideas will be quite welcome! Th ...Show All
Windows Forms DataGridView and nulls
I have datagrid view which is bound to a SQL Server table. I created it without any coding simply by dragging a data source. The fields in the underlying table do not allow nulls and have a default value of '' so that if the data is missing the field should contain a zero length string. If I try to create a record using this grid and a field in the grid is left blank an error is generated apparently because ...Show All
.NET Development The name of connection string
When I add a connection string by wizard in a WebApp , the wizard add the connection string to web.config like <add name="MyDataBase" connectionString...... But if I add the same connection string by wizard in a class library project, the connection string in app.config will be: <add name="dataHealth.Properties.Settings.MyDataBase"connectionString..... The connection string name in app.config will be initi ...Show All
Software Development for Windows Vista Visual Studio 6.0 SP5 setup on Vista Beta 2 (5384)?
Does anyone know how to get around the MDAC check in the Service Pack 5 setup of Visual Studio 6.0 For some reason it doesn't detect MDAC 2.5 or higher which it requires (even though Vista obviously has a later version - 6.0) and the setup will not continue from that point. I've tried every registry key I could think of to trick it into thinking MDAC is installed. Thanks Ted. Totally untrue - the sup ...Show All
Windows Forms Progress Bar will not update (visual J#)
The progress bar is located in the MDIParent class and I would like to manipulate it in MDIChild classes. The progress bar is active and is publicly defined, but will not update. The values change at run time, but there is no change graphically. The same is true with progressBarBtatusLabel. This seems to be a trivial problem but I am unfamiliar this environment. Any suggestions are helpful. Thanks If ...Show All
Visual Studio It takes forever to load a solution specifically because of VSS.
I am wondering if there is any way to speed up the loading of solutions which contain projects bound to source safe repositories. It takes on average 5 minutes to start up a solution I use which contains 24 projects. When I unbind these projects to Source Safe the load time is 2 seconds. To check out files is a pretty bad story as well, it takes around 30 seconds just to pop up the dialog that asks if I would like to check out the file, then ano ...Show All
Software Development for Windows Vista Event Sink question
Hello, I am working on a state machine workflow for appointment management (using Beta 1.2). My first state is AppointmentCreated and I have an EventDriven activity with EventSink that is configured to IAppointmentService.AppointmentCreated event. My goal is to use appointment data that is passed in AppointmentCreated event args to create an appointment record in the database. Can you please let me know how I can&n ...Show All
.NET Development ImportRow does not work?
I tried to import a data row into a data table. It didn't import the row and no execption was thrown either. Any trick to make it work Thanks ...Show All
.NET Development change internet explorer proxy settins
Hello everybody I would like change the internet explorer default connection proxy setting. How can I do this in .NET 2.0 Is there a possibillity to safe the current setting and restoring when my application close Thanks Best Regards Karsten http://msdn.microsoft.com/library/default.asp url=/library/en-us/wininet/wininet/setting_and_retrieving_internet_options.asp ...Show All
Windows Forms Excel Namespace
Downloaded the source for TaskVision and attempted to compile. Got error - unable to import the Excel namespace. I do have Excel on my PC. How do I "point" the application to the library Do I use the Type Library Importer ...Show All
.NET Development Reading a MemoryStream using DataReader
hey, I have a database table with a field of data type varbinary(MAX) which is storing binary, it was written to the database using this code: //ms=a memorystream ms.toarray(); I want to now read this binary back from the database into a new memorystream using a data reader, see code below: public CustomCollection < LSPForm > GetAllFroms() { SqlCommand cmdRetrieveAllForms = new SqlCommand ( "Forms_SelectA ...Show All
