gilabite's Q&A profile
Visual Studio Tools for Office Deploy Shared Add-In ???
Hi everybody, I have a VSTO Project, a Word template with some features. And I have a shared Add-In also for Word. This has a new Menuitem wich opens the word template. On my computer everything works fine. But I when deploying it ... The VSTO Part works fine, when I run the template my actionspane apears and so on. But the Add-In seems not to work. The DLL is in the application folder... the registry seems to be ok (LoadBehavior is value 3) li ...Show All
Microsoft ISV Community Center Forums Form Requery
I have a command button on a form to create new records for the data shown on the form. When the code finished I want the form to have the new record available. I have this code at the end of the button code: Forms("frmDocumentDetail").Requery It does not work. The records do not update unless I exit the form or do something like hit the sort records button. TimD No sure this is the answer but try ad ...Show All
Windows Forms CR Viewer w/VB.Net
Hi, I'm building an app. that (a) builds a simple text file of data contained in a SQL db and (b) provides audit reports for some of the information put into the file. (a) is done and works as it should. (b) is giving me fits. I've built a form that contains a Crystal Report Viewer (CRV) control. I've set the ReportSource property in design mode and in code (not at the same time). I've written the code to display the form ...Show All
Windows Forms naka invasion
Hi guys I'm new to terrarium, but have everything set up for 1.2. Wrote a small simple creature and connected to the exosystem. I now have about 200 "naka"'s sitting around on my screen. They dont eat, they dont move, there is no foo ...Show All
Visual Studio Error in installing msdn in Visual studio team system
I have installed visual studio team suite successfully.I also have sql server express on my system. When I am installing msdn I am getting this error In MSDN Microsoft Document Explorer cannot be shown because the specified help collection ms-help://ms.MSDNQTR.v80.en is invalid. This is only the case with my systems in our software house. When I try to install DVD on other system perfectly (except one more system give same error). I have t ...Show All
Visual Studio reportviewer whit differents reports
I wonder if is possible to use une ReportViewer an dinamically change the report it show. if so, please tell me any indication. Thanks In server mode, just set a new report path and you are all set. In local mode, things are a little more complicated due to some limitations of the LocalReport object. Using the winforms control, you can call ReportViewer.Reset to allow you to supply a new local report definition. Unfortunat ...Show All
Windows Forms Check Boxes and Tree view
I wanted to beable to check the names off in the tree view and have them appear in the textbox, anyone know the code to do this, Hi, As per my understanding, you want a checkbox in the treeview and when the user checks the treeview node, then you need the textbox to have the text of the checked value in the treeview. Is this correct Thank you, Bhanu. ...Show All
SQL Server Dynamic Grouping Possible?
I have a report where i need to create multiple views depending on what a user would like to see. I want to offer them the ability to pick a specific grouping of their liking and then have the report group by their selection (for example, group by status + Product, or group by risk area + product, etc). The only way i know how to do this is to create separate reports with different grouping settings and then call up that report when the user m ...Show All
Windows Forms TreeNode label
Hello, If I have a label in the edit mode, and the user makes a text selection, is there a way to capture the selected text only. There is an attribute on the text box that does that. Thank you Hi, I don't know the direct answer you're looking for, though I am sure there is an API you could use to get that information. Instead, have you considered using a TextBox and setting its properties to make it appea ...Show All
Visual C++ Visual C++ 2005 express and PSDK instalation
( I use on-line translator ) I own installed of 2.0 Betta version. I use with following rate: http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx But I stop on step third. Problem beguile with editing of VCProjectEngine.dll.express.config file. It looks presently so: < xml version="1.0" encoding="utf-8" > <VCPlatformConfigurationFile Version="8.00" ...Show All
SQL Server Error 1 Parser: The syntax for the ImpersonationInfo object is incorrect
Error 1 Parser: The syntax for the ImpersonationInfo object is incorrect. If the ImpersonateAccount value is used for ImpersonationInfo, then the Account property cannot be empty. 0 0 I am getting the above error when I am trying to deploy my objects. I am trying to deploy this on a named sql 2005 server. The host also have named sql 2000 instance. Thank you all. This was re ...Show All
SQL Server SSIS Requests...
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
Visual Studio Crystal Report 11 using subreport fields information missing
Hi All. I am using Crystal Report 11 using dataset as datasource and i have subreports in main report in subreport i have fields like description, Rate, Qty, Remarks were it only shows description in the output and rest of the fields are vanished from sub report even header field information. waiting for your reply Regards & thanks in advance Rajendra Hello Rajendra, Is the subreport based off of a Dataset as well If ...Show All
Visual C# Unable to cast object of type System.RuntimeType error with BindingSource.DataSource
Hi, Using beta 2 WinForm. I made an object data source (BindingSource object), of a class (LoggerDataTable) that subclasses System.Data.DataTable. I would like to bind the object back to my data table so I can add rows to it. (For now I have a workaround by making the datatable a class variable and binding in code, but I would like to be able to use the built in binding). I am getting this error: Unable to cast object of ...Show All
.NET Development Problem with ADO.NET and Excel
I am retrieving data from an Excel file via ADO.NET. The data being returned is not correct. Cell(14,3)=Hello, but the value being returned is DBNull. Cell(15,3)=93, but the value being returned is '3/31/1900'. What is curious is that the data being returned for columns 1 & 2 are correct. Any ideas Public Sub ReadExcel(ByVal myConnStr As String) Dim mySelectQuery As String = "SELECT * FROM [Timesheet$]" Dim myConn As New ...Show All
