Office Systems Developer

Joao Livio (Portugal)

Browse by Tags

All Tags » English Related (RSS)
VSTO (Access) – Convert a Field to Upper, Lower, Proper
public string ConvertFieldToUpper( string MyTable, string MyField) { Access.Application oAccess = ((Access.Application) (Marshal.GetActiveObject( "Access.Application" ))); try { string strSQL; strSQL = String.Format( "UPDATE {0} SET {1...
VSTO (Access) a Simple Database initialization
/// <summary> /// /// </summary> /// <param name="hideNavigationPane"></param> /// <param name="myUIName"></param> /// <param name="myUIXML"></param> /// <returns>True...
VSTO (Access) – Convert a Report to XPS
public bool ConvertReportToXPS( string myReport, string XPSFileName) { Access.Application oAccess = ((Access.Application) (Marshal.GetActiveObject( "Access.Application" ))); try { oAccess.DoCmd.OutputTo(Access.AcOutputObjectType.acOutputReport...
VSTO (Access) Detect if tables are similar
public bool TablesAreEqual( string MyTableSource, string MyTableToCompare, string MyIndexField) { try { OleDbConnection cnn; using (DataSet ds = new DataSet()) { OleDbDataAdapter da; string cs = oAccess.CurrentProject.Connection.ToString(); string strSQL...
VSTO (Access) How to Backup the Current project?
Access.Application oAccess = ((Access.Application)                 (Marshal.GetActiveObject("Access.Application"))); // ---------------------------------------------...
VSTO (Access) – How to return a RecordSet from a OleDb Provider?
  // ---------------------------------------------------------------------------------------- // Author: Joao Tito Livio // Company: MACL // Assembly version: 0.0.* // Date: 21-04-2009 // Time: 23:55 // Project Item Name: M3Data.cs // Project Item...
VSTO (Access) how to create a Table with fields in a Access Database (ADOX and JET SQL)
/// <summary> /// /// </summary> /// <param name="MyPath"></param> /// <returns>True/False</returns> public bool GenerateLogDatabase( string myPath) { CatalogClass cat = new CatalogClass(); string strSQL;...
SharePoint Designer 2007 is now FREE
Great News SharePoint Designer 2007 is now FREE! Get it here
My recent project with Libraries to use in Access 2007
NOW MACL IS FREE AND IS IN CODEPLEX My recent project with Libraries to use in Access 2007 Project Description Improved Microsoft Access Class Libraries *DLL's* with utilities and Data Access. -----------------------------------------------------...
The DEVEXPRESS Wonder
Today i want to talk about my experience with the DevExpress Components. I use it for about 2 years and the results are amazing, bellow is some samples about my last application. I can localize all components to Portuguese that is great! JUST SHIFT TO...
Important - Critical Security Information
PLEASE share with the Public Dear MVP, --------------------------------------------------------------------------- Actions Requested: Win32/Conficker.B/Downadup infections Please offer these links and resources to members of your community to help mitigate...
January 2009 - Technical Rollup
Secure and Monitor Your Windows and Office Environment -- Join the Beta Now http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=11014551&s1=68628015-2ccc-cbc7-31b9-0e76c3415474 Project Codename Sundance provides you...
Reparar Ficheiros Office - Repair Office Files
MDB, DBF, XLS, XLW and DOC Files Recover ENGLISH I am testing to recover files in format: Access (MBD) - Until now 0 Offers Dbase e FoxPro (DBF) - Until now 0 Offers Excel (XLS e XLW) - Until now 0 Offers Word (DOC)- Until now 0 Offers I'am going...
MDB Deleted Tables Recover
MDBTableRecover (Version 1.0.0.2) Feedback is welcome for erros and new features I only support MDB (Office 11) Files in this Version, working and improving Utility System Requirements Windows 2000 SP4/XP (32/64 Bits) Windows Vista (32/64 Bits) Download...
Announcing Service Pack 2 (SP2) for the 2007 Microsoft Office System
We’re pleased to announce that Service Pack 2 (SP2) for the 2007 Microsoft Office system is expected to be released in the near future. Although we aren’t yet ... Read More: http://blogs.technet.com/office_sustained_engineering/archive/2008...
Office Picture Manager FIX MRU Paths
offPictManagerFixMRU (Version Beta1) Feedback is welcome for erros and new features System Requirements Windows 2000 SP4/XP (32/64 Bits) Windows Vista (32/64 Bits) Office Picture Manger become slow to Open My Original Article: Here Download Download FIX...
Office Systems 2007 Live Webcasts - October to December 2008
TechNet Labcast: Desktop Deployment: Planning, Deploying, and Managing the 2007 Office System (Part 2 of 2) (Level 200) Thursday, October 16, 2008 6:30 A.M.–10:30 A.M. Pacific Time TechNet Labcast: Desktop Deployment: Planning, Deploying, and Managing...
Microsoft Download Notifications: February 29, 2008
Download Free Templates for All Your Needs Templates make it easy to create resumes, newsletters, forms, faxes, you name it. Office Live Workspace Update for Windows Vista Download Office Live Workspace Update to ensure optimal performance on Windows...
Basics for Building Access 2007 Runtime-Based Solutions
Basics for Building Access 2007 Runtime-Based Solutions Summary: Find out how to prepare your application for use with the Microsoft Office Access 2007 Runtime. (6 printed pages) Jan Fransen, A23 Consulting Mike Stowe, Microsoft Corporation January 2008...
New Courses SharePoint Server 2007 Provided by Microsoft Training
SharePoint calendars I: Make the most of your team calendar New! Length: 20 min Rating: (115 votes) SharePoint calendars II: Connect a SharePoint calendar to Outlook New! Length: 20 min Rating: (44 votes) SharePoint calendars III: Create your own calendar...
More Posts Next page »