John Jacob's Q&A profile
Visual FoxPro main menu problem
hi guys...im working on my thesis and its a library system...ive already created a main.prg wherein it loads the login form and then when the user enters the correct password, it shows a splash screen and then shows the main menu that i have created...what i want to happen is that, when i press a key, example is F2, a form that ive created will open automatically without clicking the menu to open it..will it be possible please help me guys...thanks :) define bar 1 of myPopup prompt "My form" key F2,"F2" It is available in menu designer (can't describe exact place now, but check ... or something like that on right of your menu item). ...Show All
Visual Studio Team System Disable multiple checkout for designer.vb files
Hello, Is there a way to disable multiple checkout for designer.vb files in source control I tried adding an extension in the foundation settings but it does not accept multiple periods. The normal *.vb files can be changed but if more developers have changed an designer.vb file merging can be a very difficult task. Regards, Jon van dorsten The code Buck posted will not work on multiple levels. First, using the string "*.designer.vb" throws the following exception when you call vsc.SetFileTypes: TF10168: The extension *.designer.vb is not supported. It cannot contain any of the following characters /\\:* "<>|. You need to pass "designer.vb". In any ev ...Show All
Visual Studio 2008 (Pre-release) Acheive fast bevel effect
I am trying to build a custom button template to emulate the bevel bitmap effect. I need to do this because the bitmap effect does not use HW acceleration and is very slow. Using 2 rectangles and a linear gradient on the back rectangle, I can acheive the look I am going for. The problem is when resizing the button, I need to dynamically change the angle of the gradient. Here is the button as it looks before being resized. Button before resizing So, as you can see, the linear gradient needs to change as the button changes size. Button after resizing The desired result is: Desired Button look after resizing (Note the difference in gradient angle around the edge) &nb ...Show All
Commerce Server Calculate Tax based on Product Information
I have come across a situation that presents me with 2 problems. 1. In the state we work, some items are not taxable (Clothing, for example) while other tiems are (Household, for example). We need to be able to identify which category (not necessarily Catalog Category) the items in the LineItem belong to. At first my thoughts were to add a custom property in the Catalog Manager (IsTaxable) and i would be able to find this property inside the pipeline. Form there on it would be fairly easy to accomplish. 2. I can live with the solution above, if i could find a way to get access to the product information, which i cant. Anyone has any ideas on how to get this data OrderForm.LineItems does not provide access to actual Product Info; ...Show All
SQL Server Problem occurs when migrating a SQL Server 2000 database to a SQL Server 2005 server
When I try to migrate a database on a SQL Server 2000 server to a SQL Server 2005 server with the Copy Database Wizard of the SQL Server Management Studio, I'm confronted with the following problem; Performing operation... - Add log for package (Success) - Add task for transferring database objects (Success) - Create package (Success) - Start SQL Server Agent Job (Success) - Execute SQL Server Agent Job (Error) Messages * The job failed. Check the event log on the destination server for details. (Copy Database Wizard) When I take a look at 'Event viewer' on the SQL 2005 server, the following error is displayed; InnerException-->An error has occurred while establishing a connection to the server. When connecting to SQL Server ...Show All
SQL Server DTS : Error with Data Pump
Hi everyone, not sure my question has to be set in this board but here we go I'm designing tasks to import data from txt files and never had any trouble with that until now. Here's the trick : the file I'm importing has tabs as divider and CR (carriage return) as end of line. The last column is optional, this way a ligne could end by "data tab cr". No problems, that works... except for the last line in the file ! If the last line ends by a "data tab data cr eof", the data are successfully imported with null value in the table ; a line ending with "data tab cr eof" will also be successfully imported but the column in the table will have a weird character (looks like a line feed or whatever). I've ...Show All
Visual Studio Microsoft.Practices.RecipeFramework.ActionExecutionException
I'm walking along through Don Smith's web service factory webcast and I'm receiving an error after I complete the Create Service Contract wizard. Here's the webcast: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx EventID=1032300720&EventCategory=5&culture=en-US&CountryCode=US I downloaded the last versions of Guidance Automation and the Web Service Factory (also can we move the web service factory code/community over to codeplex gotdotnet doesn't seem to cut it) Here's the error message I am receiving: Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe GenerateASMXServiceContract. Error was: Action ImplementInterfaceMembers fa ...Show All
Smart Device Development isp and modem trouble
i can't get my isp to work and i can't find updated drivers for my dialup modem.i have a diamond multimediam modem. this windows says that i don't This forum is device development related. Since your question is not related to development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
Visual C++ BuildAction Property in C++?
I can not find the Build Action Property seen in C# on an XML file, in my C++/CLI project. I am converting a large C# control to C++/CLI. The author of the control seems to have embedded an xml file into the assembly. I need help in figuring out how to do this in C++/CLI. The property list of the file under C# is considerably different than the propery list uder C++. Among the missing is: "Build Action: Embedded Resource". Please refer me to documentation where I can learn how to embed an xml file as a C++ project resource. I'm guessing a bit because I haven't tried it but it looks like the Assembly Linker can embed a arbitrary file into an assembly. Run Al.exe with the /embed command line option as a postbuild step ...Show All
Visual Studio Express Editions LoginForm1.vb problems
I am a new coder (only been doing it for a couple of months) and I am having some trouble with the templete LoginForm1.vb in Visual Basic Express Edition. I can't figure out what code I need, nor am I really sure of the way to go about using the form. I've done some looking on the MSDN Library but all they have their is logins for web applications. Since what I am creating is a windows app then this doesn't help me. If I could get some help in really simple terms that would be great. I've also looked at some other posts on this forum concerning this problem and they didn't help me too muchl unfortunately the link you sent me didn't help too much. What I can't figure out is what I need to do so that when som ...Show All
Smart Device Development typed dataset vs untyepd dataset - which has better performance on mobile devices?
Hi I have a doubt, which has better performance on mobile devices, typed or untyped dataset which is recomended, in terms of performance, for mobile devices thanks in advance Rodolfo Typed DataSet inherits from untyped DataSet, adds typed methods to access data. Thus performance is pretty much the same as storage engine is unchanged. ...Show All
SQL Server Deployment error: Expected C.0.8.43
We are trying to deploy a report server project from an XP Dev box to a Server2003 production environment. Both computers are running SQL Server 2005 with SP1 installed. We have tried to deploy by (1) a deploy over the network and (2) a database backup of the ReportServer database and then a restore to the Server 2003 system. Both methods give us exactly the same error... The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.43'. To continue, update the version of the report server database and verify access rights. Why are we getting this error Regards, Gary R ...Show All
Visual C++ FillRectangles(Brushes,array<Rectangles>^)
Hello everyone. Well, my porblem is that i just can't build a valid array to use it into the fillRectangles method. Here's what i'm doing: //that's a global var array <Rectangle>^cuadrados; //Later on, i intialized it cuadrados = gcnew array <Rectangle>(1000); I did it that way and not array<Rectangles^> because the method definition just said that.. i mean the fillRectangles(Brush, array <Rectagles (without the top level ^ )> ^rect) Well.. the case is that then, i tried to do this: cuadrados[index] = gcnew Rectangle(0,0,100,100); And then ... the compiler told me: c:\bla bla\Form1.h(error line) : error C2440: '=' : cannot convert from 'System::Drawing::Rectangle ^' to 'System: ...Show All
Visual C# Dll Import
How do I import a dll into my project and then use it for the project's layout You can also try KryptonComponents forms: http://componentfactory.com/downloads.html Download it from your e-mail. Replace Form with KryptonForm after you add a reference to your solution. ...Show All
Visual Studio Team System TFS Permissions
Is there a way for a user to have read/checkout/checkin rights with out having add and or delete ...Show All
