tnfemme's Q&A profile
SharePoint Products and Technologies Page Redirect in Workflow
I have created a workflow in Visual Studio 2005. At the end of that workflow I would like to add a page redirect. I have tried to use SPUtility.Redirect, but can't quite figure out what to put in for the HTTPContext. Is it even possible to do a redirect from within a workflow This is what I am trying to achieve... I have a list (list A) that the user adds an item to through the regular NewForm.aspx. I have a workflow that then copies that item (list A) to another list (list B). What then happens after the user adds the item is the normal return to the list A. What I would like to do after they add a record is redirect the user to another page such as list B. I do not think that you can, but w hat ...Show All
Windows Forms How to set Text to DataGridViewRowHeaderCell dynamically?
Hi, there: I would like to set row header text from a dataset (or other collections) but I am having hard time to do it. I tried to add text row by row but I could not change the size of the row header cell. Basically I only can see a small part of the text. Is there a simple way to do it Any suggestions are appreciated. I found out how to change the row size to display the row header text from google groups. DataGridView1.RowHeadersWidthSizeMode = AutoSizeToAllHeaders Now my question is how to bind a DataTable column to row header. I am doing it row by row using a loop. I would like to see an easier way just like binding to other columns. Anybody has any ideas. ...Show All
Visual Studio Express Editions Dialog question
Hi I'm new to windows programming. I need to know how to get a user input, using a dialog or something similar (like scanf() from stdio.h) And only C code if it's possible. :) Thanks in advance. Ok, here is a simple win32 app that uses no MFC or .NET. It is a simple window with an edit control and an OK button that when pressed will read the value from the edit and display it in a messagebox. You could of course expand and tailor this to what you need. #include <windows.h> HINSTANCE hInst; HWND hwndMain; HWND hwndEdit; HWND hwndBtn; LRESULT CALLBACK WndProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); int WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, in ...Show All
SQL Server Error messages of return codes of SQL installer
Hi all, I have one application through which i m installing SQL Server 2005 Express Edition. If some failure occures, all I get is one exitCode which is a return code of SQL Express installer. Is there any way by which I can find out the exact reason of failure. One example is error code 28062. This error code is for "sql is unable to install on compressed folder / drive". Please help Thanks and regards, -Anup Are you using either encrypted or compressed drives where you want to install the edition on HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Internet Explorer Development FrontPage 2003
I installed IE 7 the other day, however when I then used FrontPage 2003 to "Preview" the page, I get a script error. Un-installed IE 7, Frontpage works as normal Anyone Hi, Here is the link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=850746&SiteID=1 Don't see any sign of a solution here either. Ciao, Al ...Show All
SQL Server Column encryption questions
With SQL Server 2005 encryption: 1. Is it possible to encrypt a column "in place" - or do we always need to create a new varbinary column to hold the encrypted column Some products (NetLib Encryptionizer) seem to be able to encrypt an existing column in place. 2.If you encrypt an existing column to a new varbinary column, it it customary to then ALTER the table and delete the existing plain-text column Thanks... HI John, i think these articles will clear your doubts http://www.tometasoftware.com/MySQL-5-vs-Microsoft-SQL-Server-2005.asp http://www.netlib.com/sql-column-encryption-api.shtml http://www.mssqltips.com/tip.asp tip=928 Hemantgiri S. Goswami ...Show All
Smart Device Development standalone database application development sample code needed
I am new to vb.net.I want to develop a database application for windows mobile 5.0 using visual basic in visual studio 2005. this is the outline for this application. It is a address book application. I dont want to use very heavy database like sqlmobile. If I could use MS-access I will be very glad to do so. I need to enter data,edit it and delete it. If needed I want to take print out of the stored data by directly printing to the printer(without a computers help) via blue tooth or infrared. I am sure whatever I have stated above is possible. I would be glad if you could help me in this direction. I need source codes for these stuff. Please let me know where I could find help for these. Are there any books available for windows mobile 5. ...Show All
Visual Studio Team System Schema Compare in the RTM version
Currently (CTP5) we're able to synchronize a DB project with an actual database. Does anyone know if we'll be able to do the reverse when VSTS-DB is released IOW, will we be able to synchronize an actual database with a project I very much hope so. I think this will be a tremendous time saver. Amos. Mairead, What will happen if you attempt to create objects in my project that already exist (which is likely) Will they get deleted first, or updated Amos. ...Show All
Visual Studio Team System Schema Compare issue
Have an issue with schema compare. When I do a compare I have objects the tool is saying does not exits in the target but it is exactly that same based on Ultra Edit compare. I let DBPRO update the target and then do a refresh I get the same object back as not in the target schema. Comparing a database as the source and the database project as the target. Has anyone run into this issue Sorry to take over this thread, but hopefully fbdf will get his question answered as well. I imported the schema from my production db into a new project. I then deployed it locally with no issues. After several days I tried to do a schema compare with my project as the source and the prd db ...Show All
SQL Server Delay in connection
I'm working with Sql 2005 developer edition It works well but some times I get long delay in connection and read data.is it any way to solve the problem for more information whene is working well I can connect to database and get all information I need in .1 sec. when is going to be late this action may takes 20 sec Do you know what step takes the long time - connection etsablishment, a query, etc. Also, are you using C# (SqlCLient), C++ (OLEDB , ODBC - MDAC or SQL Native Client) ...Show All
SQL Server Group Heading text different on repeated headers
Is there any way to have the data displayed in a group header different on the first occurrence of the header from subsequent occurrences within that same group I have the Repeat Header option checked, so the header appears on every page. I want the pages where it is a continuation (has been repeated because the option is on) to look different, e.g., the group's name cell should be "<name> (cont.)", where on the first page it appears it should be just "<name>". I can use an expression in a cell in the header, but I don't see any convenient function or other way to detect whether this is the first, or a subsequent, instance of the header. I thought of using the RowNumber function, scoped to the header g ...Show All
SQL Server SSIS Classes -- Recommendations (Brian Knight's classes are full)
Anyone have a recommendation on SSIS classes (providers and instructors) It looks like Brian Knight's classes must be at the top of the list. His classes are always full! Hi, I'd like to think it was because of my dashing good looks but alas, I'm corrected daily on that one by every woman I pass on the street :). I'll be giving one in Jacksonville in September, which is just about to be announced for September 12-15. Same exact class that's in Orlando just wide open. Feel free to emal me at bknight-AT-sqlservercentral~dot~com and I'll fill you in on the details when it's announced. Thanks! Brian ...Show All
Visual Studio Tools for Office Excel VBA SQL Query Automation
I have connected Excel 2003 to a SQL 2000 database through ODBC, and I need to use VBA to make info typed in a certain field automatically query and stick the results from the recordset in specific fields. First, how do I specify what constitutes an event Second, how do I customize the output of a SQL Query, cause I was thinking I could forward the recordset (row) to an associative array and then afterwards copy the individual fields into the fields on the excel spreadsheet, is there a more efficient way to do this Hi Tobi I depends on what your requirements are. As a general rule, I prefer VBA unless the solution requires something only the .NET Framework can provide, or when it does a better ...Show All
Visual C# How to activate the forms application?
Hi, I am developing a windows form application.If my application is minimized how can I make it visible . my application is waiting for a event from a hook procedure. I tried SetFocus() but it returned the "false". How can I achive this. Regards, Hemant. take a look here http://www.pinvoke.net/default.aspx/user32/SetForegroundWindow.html diff=y hope this helps ...Show All
Smart Device Development How to access pocket Email message in Windows Mobile 5 app?
Hi all, I have an application developed in C# which needs to retrieve Pocket Outlook for email messages. I have come across a solution using MessagingApplication.SwitchToAccount but it will only open the Inbox page of selected account without any customization to my likings. Lets say I want to display only the Subject, From, and Data received on my custom page, anyone has any idea Is it possible For your info, I'm using Windows Mobile 5 SDK with VS2005. Thanks. Regards, shah Unfortunately, you cannot read email messages using Microsoft.WindowsMobile.PocketOutlook from the Windows Mobile 5.0 SDK. You will need a third party tool such as Mobile In the Hand Professional Edition. ...Show All
