I've done some googling and there seems to be a plethora of tools for reading excel 2007 spreadsheets using c#. I'd like to know which one performs best and is easy to use.
Hello,
Where can I find an overview (website) of best practices for implementing an Access (2007) application (with a FE/BE architecture) regarding to security, performance and maintainability? I know about designing tables, queries, forms and so on and I'm a reasonable programmer, but I'm wondering what's the "best" and most efficient way to…
My code was quite sufficient for reading xls file in C# (using Microsoft.Jet.Oledb.4.0) but when I tried to read Office2007 (xlsx) file, it didn't work. I searched and found that it could be read using Microsoft.ACE.Oledb.12, I tried and it worked. Can anyone tell me the difference between the two ? and why xlsx file can not be read using…
Hi
I am unable to send emails to recipients who are outside our domain from outlook 2007. I am able to send email to the same domain. The error i am getting is
Your message did not reach some or all of the intended recipients.
Subject: test subject
Sent: 2/19/2010 7:44 PM
The following recipient(s) cannot be reached:
…
Hi,
I want to get the computer names from Active Directory and display it in our SharePoint 2007 site without programming.
Can anybody check and help on this ?
Is it possible by configuring LDAP query at SSP level ?
Awaiting for the reply.
Thanks in advance.
pls i have created an application that will input some infomation but i do not how to save these input into microsoft access 2007 database. pls help me explain the steps i must take.
I m connecting the access 2007 database from 5 different machines. (C#.Net)
I m having this error message:
The database has been placed in a state by user 'Admin' on machine XXXXX that prevents it from being opened or locked
We got "No Index Attribute" error when we try to indexing Oracla Portal from SharePoint Server 2007 Search crawler. The content source is added sucessfully. The error messages appeare in the crawler log.
Hi,
Can anyone tell me how I can show the full screen on a Form in Access 2007 so that there are no Toolbars etc open, so no one can tamper with anything ?
Cheers,
Nick C
Fonts can help your documents stand out and be easier to read, and Office 2010 helps you take your fonts even further with support for OpenType ligatures, stylistic sets, and more. Here’s a quick look at these new font features in Office 2010.
Introduction
Starting with Windows 7, Microsoft has made an effort to support more advanced…
A highlight of the latest Oracle Office product launches are the first
Oracle application connectors introduced with Oracle Open Office 3.3.
The Oracle Open Office Connector for Oracle Business Intelligence perfectly demonstrates
the advantages of enterprise and office productivity software engineered
to work together.
The connector…
I am having difficulty opening a EXCEL 2007 in Delphi 7 It works for Office 2003 and below but the wonderful people at microsoft have sent an update or something and the delphi app fell over just earlier this month.
oE := GetActiveOleObject('Excel.Application');
oE.Workbooks.Open(Filename:=sFilename, UpdateLinks:=false,…
I'm trying to create a graph showing the duration of issue resolution. I believe a bubble chart in excel will show what I want but I can't manage to get it working correctly.
For each date I have a number of days (duration) and a number of issues (magnitude). Most dates have a duration of 1 with a large magnitude, and I…
Hi,
I have been running an intranet using SharePoint 2007 for over a year and all has been working fine. However, after some time, I realized that the intranet portal was slow. Trying to access the Central Admin over another computer not the SharePoint server also became an issue. So I logged onto the real SharePoint…
What should I worry about if I move to Delphi 2007 to 2010?
I've checked this article and there was a lot of interesting stuff but not precisely for this jump that I need.
To clarify my question and situation:
I have all 3td party components' code.
I will need the unicode, but not this year.
I need win 7 support -…
I need to communicate with a bar code scanner connected over a serial port in Microsoft Access. In older versions of Access I was able to use a wrapper around MSCOMM32.ocx that no longer seems to work. I can't use wedge communication because I need to use ACK/NACK which is only supported through the RS232 interface…
I have an access application that has a form that allows the user to enter case notes. The main field of this form is tied to a SQL Server varchar(MAX) field in the source table. Since the users switched to Access 2007, their program keeps crashing when they are on the case notes form. As a possible solution to this…
Hi, I have two identical databases with same structure, database a in computer a and database b in computer b.
The data of database a*(a.accdb)* and database b*(b.accdb)* are different. then in database a i have for example ID:1, 2, 3 and in database B i Have ID:4,5,6
Then i need merge these databases data in only…
I've got this weird crashing happening when creating a C# Word 2007 Template Project in Visual Studio 2008. The IDE tells me that it's creating the project (it does create the solution and C# vsproj as well as the dotx and cs files). Then the IDE just crashes - no errors, messages, etc. When I try devenv /SafeMode…
Hi, I have two identical databases with same structure, database a in computer a and database b in computer b.
The data of database a*(a.accdb)* and database b*(b.accdb)* are different. then in database a i have for example ID:1, 2, 3 and in database B i Have ID:4,5,6
Then i need merge these databases data in…
I have a feature that gets installed using a WSP package, when the feature is activated, I would like the following to happen:
The feature will contain a list definition.
When the feature gets activated by an end user (the user physically clicks the feature activation button in site features admin) - I would…
Hi There,
Hopefully I can find some words of advice from somebody.
Is it possible to create forms 'on-the fly' so to speak in MS-Access 2007
I have a structure of tables:
tblCustomer
tblQuestAns
A customer may answer the questionnaire answers many times as they relate to all products.
I propose to…
I am trying to set a report to use a specific printer. I go into design mode,
click on the page setup ribbon, click the page setup bottun, go into the page
tabt, click the option to choose a specific printer, and then click the
printer button to choose the printer I want to use.
I save the steps and…
I'm working on a feature to export search results to a CSV file to be opened in Excel. One of the fields is a free-text field, which may contain line breaks, commas, quotations, etc. In order to counteract this, I have wrapped the field in double quotes (").
However, when I import the data into Excel…
I am about to embark on my first outlook 2007 plugin.
I would like to create a new tool bar that will have a button that will initially be disabled.
When the user selects a message the button should be enabled... but only if the email is of a certain type of email...
This is where I need your…