Browse Site by Tags

Showing related tags and posts across the entire site.
  • Redimming an array 1,000,000 times takes 4.63 seconds

    The following question was asked at StackedOverflow. How do you redimension an array in VBA? . One response was some detailed code showing how to redim an array efficiently by doubling the number of elements. This took 0.41 seconds for a million records while redimming 1,000,000 took 4.63 records. I...
    Posted to Tony's Microsoft Access Blog (Weblog) by Tony on Thu, May 21 2009
    Filed under: Access, Tips, VBA
  • CheckBoxList validation

    Within our current project, we faced a requirement such that there are multiple checkboxes and the user is required to select any one of them (at least one of them). So as there are multiple checkboxes, decided to go with CheckBoxList control. Now the problem is that, we need to show a error message...
    Posted to Chakravarthy's Space (Weblog) by Chakravarthy on Thu, May 21 2009
    Filed under: Tips, Code, JavaScript, ASP.NET, VS2008, .NET
  • The CRM Address Entity: There’s more to it than you think!

    I’ve been working with Microsoft CRM in production environments since 1.2 was released, but apart from some minor tweaks to the form I haven’t had to work with the Address entity in too much depth. Until now. I was surprised to find that there are a lot of, er, “undocumented features” that make this...
    Posted to Matthew Wittemann (Weblog) by Anonymous on Mon, May 18 2009
    Filed under: customization, configuration, crm 4.0, tips
  • Managing multiple users through Exchange Managent Console of Exchange Server 2010

    Hello folks, Today we are going over a new administrative feature found in the Exchange Management Console of Exchange Server 2010. In the new version we are able to change more than one user' attributes in a single step like we already have in the Active Directory users and computers tool. Let's...
    Posted to Anderson Patricio Get-news Blog (Weblog) by Anderson Patricio on Wed, May 6 2009
    Filed under: Tips, Exchange 2010
  • List of available updates for Communications Server 2007 R2: April 2, 2009

    Hello folks, I read about this kb on the Office Communications Server Team Blog ( http://communicationsserverteam.com ) and the following kb http://support.microsoft.com/kb/968802 has a descriptive list of all updates for OCS 2007 R2 and its use for each server role. Cheers, Anderson Patricio
    Posted to Anderson Patricio Get-news Blog (Weblog) by Anderson Patricio on Tue, May 5 2009
    Filed under: Tips, Office Communications Server
  • Personalizing Disclaimer in Exchange Server 2010

    Hello folks, Exchange Server 2010 brings a lot of new features, today we will go over some of the new capabilities that we can have in a Disclaimer Transpor Rule rule. Using Exchange Server 2010 we can add HTML and Active Directory information in a Transport Rule, isn't cool? To use an Active Directory...
    Posted to Anderson Patricio Get-news Blog (Weblog) by Anderson Patricio on Fri, May 1 2009
    Filed under: Tips, Exchange 2010
  • Some code to tame the Office Ribbon for Access (2007)

    Albert Kallal, fellow Access MVP just announced the following: "The office ribbon is an amazing new interface. The problem with the ribbon is that takes a lot of code to change the ribbon at runtime. Solution: With my ribbon class you can enable, hide, change label text, or pictures of a button...
    Posted to Tony's Microsoft Access Blog (Weblog) by Tony on Sun, Apr 26 2009
    Filed under: Tips, Access 2007
  • Overflow error 6

    A newsgroup poster had the following very standard lines of code strSQL = "SELECT Mytable.Field1, Mytable.Field2, Mytable.Field3 FROM Mytable" SET rs = Currentdb.OpenRecordset(strSQL,dbOpenDynaset) The error was Overflow error 6. He then replied a day later indicating that one of the variables...
    Posted to Tony's Microsoft Access Blog (Weblog) by Tony on Sat, Apr 25 2009
    Filed under: Access, Tips, VBA
  • Exchange Remote Connectivity Analyzer in Action

    Hello folks, Microsoft Canada has a great blog for IT Professionals that is the IT Pro Connection ( http://blogs.technet.com/canitpro ) and last April 18th Sasha Krsmanovic blogged about a tool that we spoke here in this blog before: Exchange Server Remote Connectivity Analyzer and he also added a video...
    Posted to Anderson Patricio Get-news Blog (Weblog) by Anderson Patricio on Tue, Apr 21 2009
    Filed under: Tips, Exchange Server 2007
  • A bizarre report problem

    So Jim phones me with a very strange report problem as per the below portion of the report. It's impossible to have the PM010-03B as a duplicate as that is a no duplicates allowed index in the table. Besides where is the data in the field to the left and the 0.0% amount on the right hand side which...
    Posted to Tony's Microsoft Access Blog (Weblog) by Tony on Mon, Apr 20 2009
    Filed under: Access, Tips
Page 1 of 27 (267 items) 1 2 3 4 5 Next > ... Last »