Alfred Gary Myers Jr.'s Q&A profile
Visual Basic Filling Part time (Data) to Dataset ?
Dear Team if there is a project working on for ex: orders and ordersdetail after some time filling dataset will slow the performance cause the data mayby lot ... and no need to update old Commited data ......so How should filling the dataset for only the last 3 monthes or specific period any idea i made the SQLadapter from the designer and from its proprties in the select for ex : Select id,name,.... where getdate() - Orderdate = 3 but Nothing retern atall any idea Thank you very much Dear Team No o ...Show All
Visual C# MessageBox
I kno I have posted this before, but I didnt get the response I was looking for. I have a messagebox, and when it pops up, I want every part of the computer to be inaccessable until the user presses ok in the messagebox. Can someone tell me how to do this I'm faily new to c#, but from what I've learned you can only make your application inaccessable with a messagebox not the entire computer. Thats what managed code is all about, so that your code doesnt interfere with other applictions. Look into unmanaged code. ...Show All
Visual Studio Team System Invalid Build Type
I have a problem running build types through the IDE. I created our Team projects and added build types for each through the wizard. One project has no problem running the build type. Most of the others state "BuildTypeName is not a valid build type". And the last project states I need "update Build Permissions". None of my permissions changed in between creating any of these project, so I am not not sure why I get that last error. As far as the "not a valid build type" message, this happens with just the wizard generated code. I thought maybe I had edited some value incorrectly inside the XML, but even unedited build type files give this er ...Show All
Visual Studio Team System How can i write custom rules in FxCop?
Hi All, I like to know the step by step procedure to write the custom rules in fxCop. I got some articles regarding this subject from the net, but all are confusing. I'm using FxCop 1.32. I like to know the following things 1. How can I write a simple custom rule using Visual Studio.Net (in C#) for the Introspection engine. 2. How can I debug it and make sure that it is error free. 3. After developing my custom rule, how can I add it to the FxCop Plz explain the procedure with a simple example. Thanks in advance, Jack There is no official documentation for the FxCop sdk. We are working on a plan to develop one. http:/ ...Show All
Software Development for Windows Vista Sheduling API Feature Request
Are there plans for a task scheduling API as in SQL Server I've seen many workflow applications written as a number of EXEs just so they can use the configurable Windows Schedule Tasks similarly people control workflow from SQL server because it has a powerful scheduling ability. This would be an extremely useful inclusion as a configurable managed API . There are many tasks which need activating at certain times but also need to check for other conditions and then be put to sleep for a period if not met. It is a chore writing these because they take a while to test and the business rules can change once implemented. They alw ...Show All
Visual Studio Express Editions Wish to use text box to only allow numeric Data entry
I am creating a windows form with VB expressions How to I allow only text to be input into text box How do I allow only numeric data entered into textbox How do I place a "zero" in the textbox if there is no value for the user to input How do I allow for Currency How do I place "," seperators and "$" i.e $ 1,123,123.00 eg. Code: 'this is to create liabilites calculator Dim mort. as double =textbox1.text Dim Credit as double =textbox2.text Dim Total as Double =Textbox3.text Total = Mort + Credit If i debug and do not place values in the box I get error. So I need to Have & ...Show All
SQL Server The multi-part identifier "alias.field" could not be bound???
Hi, When I try execute one query in SQL 2k5, with alias in order by clausule, I retrieve the follow message: Server: Msg 4104, Level 16, State 1, Line 1 The multi-part identifier "alias.fields" could not be bound. Where alias is a any alias and, fields is a field of the table with alias. Already exists one fix to patch this Thanks This was a bug in the older versions of SQL Server. We fixed the problems with the ORDER BY clause in SQL Server 2005. This is documented under the following topic: http://msdn2.microsoft.com/en-us/library/ms143359.aspx You should also check out the other bac ...Show All
Visual Studio Disable Exporting of Rpt format
Hello There :) The good thing about Crystal Reports is that you can Export to more than one format ie: PDF,Excel,Word,RTF,Report rpt Now I don't want the User to be able to Export to RPT format ... or else he will see the Source of the Report and we don't want that ... so is there a way of disabling the Exporting of the RPT format and if not ; are there any workarrounds for this Thank you very Much OHDev Hello, When limiting exporting it is an all or nothing option. I'm not sure of a workaround for this. Keith - Business Objects ...Show All
Smart Device Development CF 2.0 + Form's height limit !
Hi, I work in CF 2.0, I want to create a form with height of 1000 for example. My problem is: Visual Studio 2005 set automatically height of my form to 805 maximum !!! How can I set height of my form more than 805 Thanks. ...Show All
Visual Basic System:InvalidOperationException
Hi. I hope this is the right place for this as I am new to this site and new to VS.net. I was wandering if anyone could tell me what it means when an error says that the program that I built in visual basic has encountered a problem and needs to shutdown. I made a program and in visual basic there are no errors and it builds just fine and runs fine in runtime and it even deploys (builds) just fine. I installed it on the same machine with visual studio and I can open and run the program, and it installs just fine on a machine without visual studio, but when I run the program the error comes up about it haveing encountered a problem and needs ...Show All
Visual Studio Express Editions Resource Editing
When I try to edit resource file (*.rc) I get this error: "Resource Editing in not supported on the Visual C++ Express SKU". Does that mean there is no way to get the resource editor to work in VC++ Express I've tried both links to resource editor in this post. The first one crashes as soon as I add a dialog and try to change the width property. The second wont even open, windows says it's an invalid zip file. Anyone else have any suggestions ...Show All
Windows Forms Hide certain standard control's properties from designer
Hi, I created a custom control which inherited from Forms.Button. There's no problems to create & expose custom properties but... I cant find anyway to hide the standard Button's properties... Note that I'm using J# Thanks man, not need to sorry about. you are helping me~ :-)) Thanks for your repply again but I getting the same error... and I got no ideas.... search around internet still cant get any answer... any ideas sorry again Error 1 An expression is required in this context, not type name 'MyTextBoxDesigner' ...Show All
Windows Forms Check box in dataGridBoolColumn
Hi, I have problems with dataGridBoolColumn. I made dataGridBoolColumn to check true/false state. When i run this code, the data grid with 2 state check box grid is appeared. But when I select some data and mapping data table to grid, check box turn to 3 state. And I also want to know how to make it possible to check multiple checkbox. I can choose just&nbs ...Show All
Visual Studio Changing Matrix subtotal aggregation
Hi, I have the following problem, I have a matrix and i want to do a subtotal that is a sum of every column and the other total, to not appear or be the average of the values. Matrix 01/01/2005 02/01/2005 Total Qty % Qty % Sum(Qty) Sum(Qty)/ Sum(ShopTotal) Shop 1 2 12,5 4 20 6 6/36 Shop 2 8 50 6 30 14 14/36 Shop 3 2 12,5 6 30 8 8 /36 Shop 4 4 25 4 20 8 8/36 Shop total 16 100 20 100 36 100 Is it pos ...Show All
Visual Studio How to Create a Graphical Designer
I am looking for documentation or sample code on how to build a standalone GUI designer. The basic functionality is A tool box A canvas that controls can be dropped onto and be (re)positioned and viewed at design time. Property Explorer to set the various properties of a control As this will eventually be used in a commercial product, please limit responses to tools/libraries/SDKs that are freely distributed. Any help is appreciated. Dave Not specifically, but there may be an assembly that could be used that is also re-distributable that will meet my needs. Just trying to find inform ...Show All
