stupidStan's Q&A profile
Visual FoxPro Vfp9 page footer report
Vfp9 Report paper size: US Letter Save printer data environment=not checked Print Area=Whole page Width=8.500 inches Left margin=0.000 inches Page footer Height=1.040 inches I've create a 9 detail band report..works just fine..but. Why my info can't be printed until the page footer report ..there's about 4 inches of "blank spaces" between my last detail band and the page footer in every page..and some info "fits" in that 4 i ...Show All
Visual C++ Capturing Screen
Hello, I've been wondering how is it possible to capture the screen in my Visual C++ 2005 Windows Forms application. With Thanks, Gal Beniamini. You could use another 3rd party product, he generates screenshots in a bmp files and avi files, search about Camtasia in Google or MSN Search. ...Show All
SQL Server Transactions, package.transactionOption=support
I want to use transactions to protect my tasks. I have ten tasks that need to be completed in a single package. If any of the tasks fail - I need the entire process to rollback. I have 5 execute sql tasks to truncate groups of tables in my destination database. After each of the single truncate tasks - I use data flow tasks to copy the data from the source to the destination db. Both dbs are on the same server. I am basically copying ...Show All
SQL Server <Unsupported Data Type> ??
I have a problem in a store procedure.... the field isn't updated or touched...it's only readed with a nested select... In the grid pane is showed :<Unsupported Data Type> as this.. http://www.base2.it/img/sql3.JPG If I force a cast like this.. CAST(derivedtbl_1.Descrizione AS varchar(255)) the value is showed... tha field in the original table source is definded ...Show All
Windows Forms Inherit from a BaseForm
When i have a form .. let's say FormB that inherit from FormA. When i create an instance of FormB then use FormB.Show() ... it shows FormA... How can i say to use the show of FormB thanks //BaseForm public partial class FormBase : Form { static protected DataSet1 dataSetBase = new DataSet1(); //Northwind DB table Employee public FormBase() { InitializeComponent(); DataSet1TableAdapte ...Show All
Windows Forms Out-Of-Process and my WinForms application
I'm finding myself trying to upgrade a slapped together application, and I need to come up with a better version of this out-of-process VB ActiveX executable. How would I go about creating an out-of-process server in .NET Do I have to go as&nb ...Show All
Smart Device Development Problem Using Loquendo TTS PPC2003 6.4 and Embedded Visual C++ 4.0
Hi, I am new to c++ development and if this is a stupid question then I am sorry for wasting everyones time. Here goes anyay: I am using embedded visual c++ 4.0 (with SP3) and the Pocket PC 2003 SDK to compile a sample project from a text-to-speech synthesiser called Loquendo TTS 6.4 PPC2003 SDK. I havent changed any of the project settings and would assume that it should compile and execute (I am using win32(WCE emulator)debug). But when ...Show All
Visual Studio Update for Crystal report for visual studio .net
I've recently upgraded my code from VS 2003 to VS 2005. I've noticed a problem with changing the location of subreports at runtime. A search in the Crystal reports support website discovered that this was a known issue (Track ID ADAPT00299380) and that it was resolved in the latest service pack, and hot fixes. The problem is that there aren't any updates available for the crystal reports vwrsion shiped with VS 2005. When do you think an update f ...Show All
Visual C# LIKE OPERATOR
Is in C#.NET something similar to LIKE operator in VB http://forums.asp.net/969654/ShowPost.aspx ...Show All
Visual Studio Team System How do I configure access for users from another domain?
I'm beginning to think I'm missing something basic. My users in the other domain can access the TFS but can't see Documents or Reports (without setting DNS suffixes on their machines) because those URLs include an unqualified server name. Can anyone help me fix this Thanks in advance. While this isn't tested, you could certainly open the database and add them. Go to the DT and open the following table: ...Show All
Visual Studio Express Editions Font.bold=False to Font.bold=True (readonly?)
I have a Label1 with property .Font.Bold = false. I also have a Checkbox. Know, when the Checkbox.Checkstate is checked I want to change Label1.Font.Bold to 'true'. VB tells me this is 'Read only' and I can not change this programatically. Sure there is a way to do this, I hope. How about the following Public Class Form1 Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVa ...Show All
Visual C# Why no multiple inheritance allowed in C#?
Hi , Why no multiple inheritance allowed in C# Thanks, Senthil, MS did not implement MI in C# because it would add a lot of complexity which would have an impact on things as generics, reflection, etc.... Also, one of the major OO-design rules is: 'favor composition over inheritance'. As I've said before, I haven't had a situation where I really missed MI. This is an answer on this questio ...Show All
Visual Studio 2008 (Pre-release) PeerNet: where to get information about scalability, reliability, loss rate, perf?
I have enterprise customers who would like to leverage PeerNet/PeerChannel in a big way for certain kinds of enterprise messaging... if they can get some confidence about scalability, reliability, loss rate, and expected performance. What empirical information is out there that answers these questions What's the largest number of nodes PeerNet been tested with Does PeerNet have any reliability provisions What kind of packet loss rate ...Show All
.NET Development how to divide a string
im not sure im in the suitable forum for my question... i have a long string (lets say x) and a short string (y) ,now i need to find if y appears in x (dont have to appear in x sequential ). so first i need to divide x to sub-strings but without missing a matching , how can i do that thanks You are going to have to explain what you are after a little clearer, perhaps give us some information as to what you ...Show All
Software Development for Windows Vista DTC Problem in Transaction Scope
i placed 2 custom activities in Transaction Scope. In Execute code of Custom Activitiy , i wrote UpdateCurrActivity(a,b) The definition for UpdateCurrActivity which is defined in DataAccess Class is as follows public static void UpdateCurrActivity(string serviceRequestNumber,string ActivityName) { string queryString = null; SqlConnection connection = new SqlConnection(); connection.ConnectionString = System.Configu ...Show All
