ms

Access 2000 - Erase Multiple Forms ?

Anyway to Erase multiple forms, queries, etc in Access 2000? (In the designer that is). ...

how to build dll files in netbeans using ms vc++ compiler ?

i tried using cygwin gcc compiler along with netbeans to create dll files it seems there is an issue in the generated dll file. if i use the ms vc++ compiler and do all compiling on command line its runs file, but i dont know how to integrate ms vc++ tools in netbeans ... can anyone help me on that ? thanks jay ...

Can I create a VIEW that has a dynamic name in another DB with MS SQL?

I found strange rules in MS SQL CREATE VIEW syntax. It must be on the first line of query batch processing and it must be created in the current database. I should make VIEWs that have dynamic name described by string variables (type: VARCHAR or NVARCHAR). And those VIEWs should be created in other databases. Because of the rule, CREAT...

SSRS 2008 export to MS Word with dynamic Page Footer

Hi all, I have a requirement to have a page footer show up on the first page of a report, and then no page footer on subsequent pages. When I create a report that toggle the visibility of objects in the footer it works fine in BIDS, and it works fine when I export to PDF, however upon export to MS Word, the footer from the first page a...

MS Dynamics GP and cost accounting

Is cost accounting native to GP? ...

What are the advantage of using MSBuild

HI All My Manager forcing me to use MS Build in my application.I developed my application in asp.net MVC. Please help me to remove some bad question in my mind what are the advantage of MS Build? Is there any other Build which is batter then MS Build? What are the drawbacks on simple build of project? Thanks in Advance ...

ms access: retrieving latest value

I have a table Project. It has the following column: Project ID, projectName, UpdateTime The data in the table is as follows: Project ID projectName UpdateTime 1 abc 12-2-2009 01:10:00 1 abc 12-2-2009 04:18:00 2 xyz 17-7-2009 08:45:00 2 xyz ...

How can we use ms office communicator client exposed APIs in python, is that possible ?

I want to use ms office communicator client apis, and i wan to use those in python is it possible to do ? ...

When do we use msbuild file?

Hello, I am working on a web application in VS 2008. To compile the applicaiton I go to Build in Visual Studio and click on Build Solution and when i have to deploy the site I click on Publish and it publishes the site to a directory. Now my question is when do we use this msbuild file? what exactly this file does for Us? Thanks. ...

JNLP not working after MS office installed

I had a jnlp file working fine. Then installed MS Office - the jnlp file now refuses to start giving me a FailedDownloadException. Obviously there shouldn't be a direct connection ... All theories appreciated. ...

VFPODBC very slow

I'm using an MS Access 2003 front end to access the data on a network drive owned by a Visual Foxpro 9 application via odbc, and it seems to be unbelievably slow - there's about 1400 records in one particular table, and it takes a good minute to load up on the Access interface, although when using a basic DBF viewer, or the application t...

MS Unit Tests accessing private methods and base class members

Hi Today I ran into a problem where I cannot call the ControllerContext in my Controller, within the MS Unit Test method when accessing via a private method. For example //This is my controller and private GetUsers() method public class SampleController : Controller { private IEnumerable<Users> GetUsers() { ...

How to read Excel cell from VB.Net

How can I read specific cell from Excel file using OLEDB Connection with VB.NET? Can you show me sample code? Thanks in advance! Best reagrds, thlaing ...

How to print labels on both sides of a rangebar in WinForms MS Chart using C#

How can i add labels for each and every yvalue in series of a rangebarchart ? You all know that for plotting rangebartype series ,we need two yvalues as yvalue[0] and yvalue[1] .Here I need to add data labels to each of those yvalues( which means both at yvalue[0] and yvalue[1]).how can i implement that?can anybody suggest me?please!! ...

Remove column in datatable

Hi , I am exporting a datatable to an excel sheet successfully... In that excel sheet i have to display the columns(customerid,Productname,referenceno) of the data table except the last column.... now how can i display the data table in excel without display the last column(referenceno)... anyone tell me the solution of this problem.. ...

How can I copy Data from one sheet to another Sheet in Excel 07 Through Macro

Hello, I am using MS Office 2007. Please let me know that how can I copy whole data from sheet one to sheet two. I want to copy the whole data from row 5 to onward in sheet two. The whole scenrio is given below in detail. Sheet one: Copy the data from column B and Row 3 Sheet Two: Paste the Copied Data in Column B and Row 3 Shee...

sql server reporting services 2005 401 error

Hi, I am getting the following error when trying to run reports. any thoughts or comments? Error Message The request failed with HTTP status 401: Unauthorized. Page ASP.testreports_aspx Source Microsoft.ReportViewer.Common : System.String[] GetSecureMethods() Stack Trace at Microsoft.SqlServer.ReportingServices2005.E...

MS Build Script accepting a list or collection of project names to build and deploy

I want to create a MS Build script (executed by way of TFS Build Server) that will accept a list of project names that need to be built, unit tested and deployed. The reason is that I want one script to serve many 'like' structured solutions. All the solutions are SOA in nature and share the same framework, project structure and deploym...

Unable to open word file (MSWord 2007) when word automation program is running

In my application i am using word automation to get the text content from the file. It is working fine no issues. But at the instant when word automation is processing, if i open the word file, it is throwing a dialog with message (any file) "This file is in use by another application or user. (C:\User\xyz\AppData...\Normal.dotm)". W...

How to add datasource to a report in VS2010?

In VS2008 we have menu Report->Data Sources... which opens "Report Data Sources" from here we can see Project data sources & we can add them into our report by pressing "Add to Report". but in VS2010 RC there is no such thing like this (no Data Sources... option inside Report menu) any help? ...