Office Systems Developer

Joao Livio (Portugal)

October 2008 - Posts

Reparar Ficheiros Office - Repair Office Files
MDB, DBF, XLS, XLW and DOC Files Recover

database-icon 

ENGLISH

I am testing to recover files in format:

  1. Access (MBD)  - Until now 0 Offers
  2. Dbase e FoxPro (DBF) - Until now 0 Offers
  3. Excel (XLS e XLW) - Until now 0 Offers
  4. Word (DOC)- Until now 0 Offers

I'am going to offer the first 3 Repairs for each format

Contact: livio@live.com.pt

 

PORTUGUÊS

Estou a iniciar testes para reparar ficheiros:

  1. Access (MBD) - Até agora 0 ofertas
  2. Dbase e FoxPro (DBF) - Até agora 0 ofertas
  3. Excel (XLS e XLW) - Até agora 0 ofertas
  4. Word (DOC) - Até agora 0 ofertas

Vou oferecer as primeiras 3 recuperações de cada Formato

Contacto: livio@live.com.pt

EVENTO: Architect Cloud Computing

Microsoft Architect Forum

Cloud Computing

Um conceito global. Uma nova arquitectura!

O Cloud Computing é um termo simples que representa a abstracção para uma complexidade de padrões, serviços e infra-estrutura. É considerado por muitos, como uma forma escalável, elástica e económica de implementar soluções, representando uma mudança significativa de paradigmas.
Neste contexto, participe neste fórum de Arquitectos


Agenda

09:00
Welcome coffee
09:30
Microsoft's Cloud Computing Platform : What it is and when to use it
Cloud computing looks like the biggest change to hit our industry in many years. The advent of cheap, scalable computing power available over the Internet will affect almost everybody who works in IT. But taking advantage of this shift requires understanding this new approach and how to exploit it.
In this half-day seminar, David Chappell looks at the big picture of cloud computing, then focuses in on Microsoft's new cloud platform technologies.
David Chappell
13:00
Almoço (livre)
14:30 / 18:00
Sessões a desvendar após o PDC (Professional Development Conference)

Edificio VipArts


Architect David Chappell

David Chappell is Principal of Chappell & Associates in San Francisco, California.
Through his speaking, writing, and consulting, he helps software professionals
around the world understand, use, and make better decisions about new
technologies. David has been the keynote speaker for many conferences
and events on five continents, and his seminars have been attended by
tens of thousands of developers, architects, and decision makers in forty
countries. David's books have been translated into ten languages and used
regularly in courses at MIT, ETH Zurich, and other educational institutions.
In his consulting practice, he has helped clients such as Hewlett-Packard,
IBM, Microsoft, Stanford University, and Target Corporation adopt new
technologies, market new products, train their sales staffs, and create business plans.

David Chappell

Sample Function to Translate a Access Database IDE (ADODB)

Just an idea to support multilanguage IDE in a Access Database, what i do? i create a Table with the FORM NAME, CONTROL NAME and LANGUAGE, i am selectin the Language and comparing the Control Name with the Table Description, if you want you can ByVal the strLanguage = “pt-PT”, here it is my Function

Option Compare Database Public Function yTranslaction(ByVal strFORM As String, _ ByVal frmFORM As Form) Dim cnn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim strSQL As String Dim ctlCONTROL As Control On Error GoTo erro strLanguage = “pt-PT” strSQL =SELECT * FROM y_TRANSLACTIONS ” & _ “WHERE LANGUAGE =’” & strLanguage & “‘” &AND FORM=’” & strFORM & “‘” cnn.ConnectionString = CurrentProject.Connection cnn.Open rs.Open strSQL, cnn, adOpenKeyset, adLockOptimistic Set frmFORM = Forms(strFORM) With rs Debug.Print .RecordCount Do Until rs.EOF = True For Each ctlCONTROL In frmFORM.Controls If TypeOf ctlCONTROL Is Label Then If ctlCONTROL.Name = rs.Fields(”CONTROL”).Value Then ctlCONTROL.Caption = rs.Fields(”CAPTION”).Value End If End If If TypeOf ctlCONTROL Is CommandButton Then If ctlCONTROL.Name = rs.Fields(”CONTROL”).Value Then ctlCONTROL.Caption = rs.Fields(”CAPTION”).Value End If End If Next .MoveNext Loop End With cnn.Close Set rs = Nothing Exit Function erro: MsgBox Err.Number &-& Err.Description, vbOKOnly + vbExclamation, "Erro na Rotina” End Function
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

Download Utility (32/64 Bits): Here

This Utility is provided “AS-IS”. Was created by Joao Livio Microsoft MVP Office, i don’t work At or For Microsoft, please see http://mvp.support.microsoft.com/. Use it at your own Risk

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/10/22/announcing-service-pack-2-sp2-for-the-2007-microsoft-office-system.aspx

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: Here

This patch is provided "AS-IS". Was created by Joao Livio Microsoft MVP Office, i don't work At or For Microsoft, please see http://mvp.support.microsoft.com/. Use it at your own Risk

Office Systems 2007 Live Webcasts - October to December 2008

TechNet Webcast: Microsoft Office Project Server 2007: Solution Elements and Data Flow (Level 300)

Wednesday, October 22, 2008

11:00 A.M.–12:00 P.M. Pacific Time

TechNet Webcast: Which Enterprise Search Solution Is Right for My Business? (Level 100)

Friday, November 7, 2008

9:30 A.M.–10:30 A.M. Pacific Time

Microsoft Security Bulletin MS08-057 – Critical

Microsoft Security Bulletin MS08-057 – Critical

Vulnerabilities in Microsoft Excel Could Allow Remote Code Execution (956416)

Published: October 14, 2008
Version: 1.0