You are here: Advisor.com » Advisor Guides » MSPro.Advisor.com » The Advisor Guide to Microsoft Access, Microsoft Visual Studio, Microsoft Office System, Microsoft Windows Server System, Visual Basic, Microsoft SharePoint, C#, Visual FoxPro, Microsoft SQL Server, VBA, Atlas, .NET Framework, and more.
My.ADVISOR.com Sign-In
ID
Password

Member Center / Sign-Up
Go to Article
Advanced Search 
SUBSCRIPTION STATUS
If you are a subscriber to this publication, sign-in to access locked articles. To subscribe or renew go to www.AdvisorStore.com.
New Know-How for Subscribers
Top 15 for 2009 Week 27

ADVISOR TIPS

Avoid Unexpected Visual FoxPro Behavior in FOR/EACH Loops

Use FOXOBJECT to avoid problems with collections.

By Mike Lewis, contributing editor

MICROSOFT SHAREPOINT ADMINISTRATION

Back Up All Your Microsoft SharePoint Site Collections

Here’s a script that will ensure that all the collections on your SharePoint site are backed up.

REPORTING

Display the First and Last Microsoft Access Records in Your Header or Footer DOWNLOAD

Help business users find report items quickly by displaying a guide to the items at the top or bottom of each page.

By Susan Sales Harkins

ADVISOR ANSWERS

Fix Broken References in Microsoft Access

Find out why Access won't execute a statement attached to a button on a form.

By Mike Groh, technical editor

ADVISOR TIPS

Microsoft Visual FoxPro Testing with Empty Dates

VFP’s BETWEEN() function is useful for checking to see if a date lies within a given range, but it doesn't handle empty dates very well.

Martin Griffin

MICROSOFT ACCESS DEVELOPMENT

Microsoft Access String Manipulation Using Inline Functions DOWNLOAD

You can use Access' inline functions to manipulate and extract pieces of data from text fields in order to perform operations (such as sorting) on a part of the data instead of the entire field.

By Joe Stockman

ADVISOR TIPS

Programmatically Control Your Visual FoxPro Project Version

Here's how to make sure the build number is always up to date.

By Rick Schummer

ADVISOR ANSWERS

Let Users Rotate and Flip Images in a .NET Application

Here's how to add code to flip an image.

By Ken Getz, technical editor

ADVISOR ANSWERS

Create a .NET Application that Displays Images

In this tip, and the following series of tips, you'll learn how to create your own application that lets users rotate and flip images. The first step? Creating an application that displays images.

By Ken Getz, technical editor

ADVISOR ANSWERS

Calculate Days until Next Birthdate in the .NET Framework

This task isn't hard to figure out in VB6, but what if you need code for use in both Visual Basic 2005 and in C#?

By Ken Getz, technical editor

WEB DEVELOPMENT

Master ASP.NET Startup Configuration DOWNLOAD

Flexibly store configuration settings for ASP.NET applications.

By Mike Groh, VB.NET Advisor Journal, technical editor

SECURITY

Use Digital Signatures with Your Access and Visual Basic Applications

Guarantee the authenticity of a file with digital signatures.

By Mike Groh, Advisor technical editor

WEB DEVELOPMENT

Create ASP.NET Custom Controls

If you're not happy with the way an ASP.NET WebForm control works, write your own! Here's how.

By Peter Vogel

MICROSOFT ACCESS DEVELOPMENT

Create Array of Characters from a String in Microsoft Access

Have you ever wished VBA had a good way to do a quick byte array from a string with no delimiter?

By Ken Getz, technical editor

ADVISOR ANSWERS

Display a List of Enumerated Values on an ASP.NET Page

Here's how to display the list of enumerated values, let the user choose one, and then apply the value to the corresponding property.

By Ken Getz, technical editor

MSPro.Advisor.com articles

ADVISOR ANSWERS

Debug a Windows Service Startup

Here's how to single step through a service’s OnStart method, so you can see what’s going on as the service starts up.

ADVISOR TIPS

Manage Multiple SharePoint Content Types in a List

Explore content types, a new construct in WSS 3.0 and MOSS 2007.

By Dana McCarthy, Brookhill, Kansas

VERSION CONTROL

Compare Versions of Your Source Code with the Click of a Button

When your program stops working, you need to know what you've changed. Here's a utility that will let you quickly compare the old and new versions of your code—or any text file—to find out what's different.

By Tom Anselmo

MICROSOFT ACCESS DEVELOPMENT

Pass Multiple Values in a Single String in Microsoft Access DOWNLOAD

Here's how to put all the information you need into a single string -- and still be able to retrieve a single piece of data from that string.

OBJECT-ORIENTED PROGRAMMING

Avoid the Microsoft Visual FoxPro Inheritance Trap

Understand the implications of using inheritance when designing classes.

By Andy Kramek and Marcia Akins

ADVISOR ANSWERS

Add New Properties to Access Controls Using the TaggedValues Class DOWNLOAD

If you work with controls for long, sooner or later, you'll want to create a new property for a control. Unfortunately, in VBA, you're limited to exactly the control behavior that the original programmers provided.

By Ken Getz, technical editor

QUERIES

Easily Keep Your Microsoft Access Queries Up-To-Date DOWNLOAD

Here's a technique to get it done right.

By Michel Brunet

ADVISOR ANSWERS

Know When to use Visual FoxPro Forms or Formsets

When you need to have several forms appear together, is it better to use individual forms or a formset?

By Tamar E. Granor, technical editor

ADVISOR ANSWERS

Use .NET to Retrieve Information about Cookies

Have you ever tried to retrieve just the list of Internet Cookies from your Temporary Internet Files folder? Do you know you cando this from .NET?

VBA PROGRAMMING

Manage Your User's Keyboard with the Windows API DOWNLOAD

You can take full control of your user's keyboard settings with these API calls.

By Ken Getz, technical editor

ADVISOR ANSWERS

Grids and Data Entry in Microsoft Visual FoxPro

Get help with editing those grids when it comes to data entry

By Pamela Thalacker

ADVISOR ANSWERS

Adjust the Row Spacing on a Microsoft Access Report

How can you change the spacing between rows on a report? Find out here.

By Mike Groh, technical editor

ADVISOR ANSWERS

Create a .NET Application that Displays Images

In this tip, and the following series of tips, you'll learn how to create your own application that lets users rotate and flip images. The first step? Creating an application that displays images.

By Ken Getz, technical editor

ADVISOR TIPS

Create a Custom Exception .NET Class

Here's how to create a custom exception class that inherits from System.ApplicationException (or System.Exception), and add custom properties as necessary.

ADVISOR TIPS

Hide PowerPoint Slides Using Microsoft Visual Studio

Here's how to earmark specific slides that you want to hide.

By Ken Getz, technical editor

PROGRAMMING

Connecting Application Tiers Dynamically at Runtime Without WCF

If you aren't ready for for Microsoft Windows Communication Foundation (WCF) or aren’t upgrading to Visual Studio 2008, you can still write applications which are transport neutral -- where the same code will work across local, Web service, and remoting calls -- using Visual Studio 2005 and ASP.NET 2.0.

By Kevin Rattan

MICROSOFT VISUAL FOXPRO

Reduce DECLARE-DLL Overhead in Visual FoxPro

Is it poor coding practice to use DECLARE commands to call Windows API functions?

By Mike Lewis, contributing editor

WEB DEVELOPMENT

Download Images and More from the Internet to Microsoft Access

See how the DOM model makes it very easy to work with images and hyperlinks on Web pages.

By Doug Steele

MICROSOFT SHAREPOINT

Managing Projects with Microsoft SharePoint Templates and a Digital Dashboard

See how to use SharePoint to build a Web site that will let you share project documents, schedules, and communications.

By Gord Maric

ADVISOR EXPERIENCE

License Your Microsoft Access Application With SageKey

If you're looking for a licensing solution for your own app, this article helps guide the way.

By Doug Den Hoed

ADVISOR TIPS

Display List of Colors on an ASP.NET Page, Revisited

Here's how to display a list of colors on an ASP.NET page, without having to loop through all the members manually.

By Ken Getz, technical editor

DATABASE DEVELOPMENT

Row-by-Row Highlights in Microsoft Access DOWNLOAD

Make sure that your users know which row is the current row in a continuous form by highlighting it—and use practically no code.

By Christopher Weber

ADVISOR ANSWERS

Find Out Whether a Microsoft Excel File Exists from Microsoft Access

Like everything else, there are a number of ways to accomplish this task.

By Richard Campbell and Mike Groh, technical editors

MICROSOFT ACCESS DEVELOPMENT

Hiding Microsoft Access Controls

Here's an easy way to hide or show a checkbox's controls.

By Ken Getz, technical editor

INTEGRATION

Retrieve and Display Data with Microsoft Visual Studio Tools for Office

Learn how to get and show Excel data using Web services and VSTO.

By Marc Gusmano, IMG director of emerging technologies

ADVISOR TIPS

Microsoft Access Database Multi-User Deployment

Here's how to set up an Access database in a multi-user environment and have a front end on each client.

By Ken Getz, technical editor

COLLABORATION

Leverage the Business Benefit of Microsoft SharePoint Wikis and Blogs

If you think wikis and blogs are just for fun, think again.

By Robert Bogue

PROGRAMMING

Implementing Microsoft Access Sorts, Part 3 DOWNLOAD

Here's how to make sure your sorts are speedy.

By Ken Getz, technical editor

PROGRAMMING

Implementing Microsoft Access Sorts, Part 2

Build on what you've learned about the QuickSort algorithm to sort more complex arrays.

By Ken Getz, technical editor

ADVISOR ANSWERS

Limit CPU Usage in Microsoft Visual FoxPro DOWNLOAD

Get a solution to this common problem that's built right into Windows.

By Christof Wollenhaupt, contributing editor

USER INTERFACE

Use Field Description Properties to Make Microsoft Access Information Meaningful

When the field description isn’t adequate, usurp it with a query.

By Susan Sales Harkins

PROGRAMMING

Implementing Microsoft Access Sorts, Part 1

Get to know the Quicksort algorithm.

By Ken Getz, technical editor

DEVELOPMENT

Activating SharePoint Features

Learn the different techniques for activating Features when you're upgrading, creating a new site, and toggling Features on existing sites.

By Chris Fields

ADVISORAMA
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
-- Albert Einstein, physicist (1879-1955)

Use of this or any other site, content, product or service of Advisor Media constitutes acceptance of Terms of Use.
Portions copyright ©1983-2009 Advisor Media, Inc. All Rights Reserved.
Reuse or reproduction of any portion or quantity of Advisor Media's copyrighted content, in any form, for any purpose, requires written permission.
ADVISOR®, the ADVISOR logo, Access Advisor, Fox Advisor, NET Advisor, Office Advisor, SQL Advisor, VB Advisor, VS Advisor and other names and logos that incorporate ADVISOR are registered trademarks, trademarks or service marks of Advisor Media, Inc. in the United States and/or other countries.
Microsoft®, SharePoint®, Visual Studio®, Visual Basic®, Visual FoxPro®, and Windows® are trademarks of Microsoft Corporation. Other trademarks are used for identification, editorial or descriptive purposes and are the property of their owners.
Hosted by Prominic.NET Website powered by
LOTUS SOFTWARE
domino-144.advisor.com my.advisor.com 07/04/2009 04:01:39 PM