Thursday, April 14, 2011

Cooltuts - General Help - Outlook Shortcut Keys

Alt+s = saves and closes
Ctrl+shift+k - opens new task
Ctrl+shift+n - opens new note
Ctrl+shift+m - opens new email message
Ctrl+shift+a - opens new appointment
Ctrl+f - forwards as an email message any current email/contact/calendar entry/task/note
Ctrl+shift+e - creates a new email folder
Ctrl+shift+v - moves emails between folders
Ctrl+shift+c - opens new contact
Ctrl+shift+i - moves to the email inbox
Ctrl+shift+q - opens new meeting request
Ctrl+shift+f - opens window for advanced find
Alt+g - brings up category menu when creating tasks.
Type the first letter of the category, hit the space bar and then enter (to select the category without using the mouse)

CoolTuts - General Help - MS Word Shortcut Commands

Ctrl+a = Selects or highlights all of the document
Ctrl+b = Bold - applies bold to highlighted characters
Ctrl+c = Copy - copies highlighted text to the Clipboard
Ctrl+d = Font change - opens font dialog box
Ctrl+end = Jump to end of open document
Ctrl+f = Find, displays Find dialog box
Ctrl+h = Replace - open Replace dialog box
Ctrl+home = Jump to beginning of document
Ctrl+i = Italics - applies italics to highlighted characters
Ctrl+k = Clear all character styles (bold, italics, etc.)
Ctrl+l = Link - displays Link properties dialog box
Ctrl+m = Mail - opens Mail window
Ctrl+p = Print
Ctrl+r = Reload current document into Edit window or browser window
Ctrl+right or left arrow key = jump one word to the right or left
Ctrl+s = Save current document
Ctrl+t = Apply fixed width character format to selected text
Ctrl+u = Underline - applies underline to highlighted text
Ctrl+up or down arrow key = jump one paragraph up or down
Ctrl+v = Paste text from Clipboard at the insertion point
Ctrl+w = Close current document
Ctrl+x = Cut out highlighted text & place a copy on the clipboard
Ctrl+z = Undo last action
Esc = Close a dialog box without performing any action
Shift+arrow key = Highlight text
Shift+space = Non-breaking space, to insert

Example on CheckBoxList Control in ASP.Net

Tuesday, April 12, 2011

CoolTuts - AS400 - Commands

On the AS400 every file is in a library. The data in the file is actually stored in the individual member. Typically a file has only one member and it has the same name as the file.

Clear Physical File Member - CLRPFM: Removes all the data from the specified member of a physical file.

Display Physical File Member - DSPFM: command used to display the data in the member of the file.

Change Current Library - CHGCURLIB: Lets you specify a different library to occupy the spot of current library in your library list

Edit Library - EDTLIBL

Read and Process - SQL Statements RUNSQLSTM Reads and Process the SQL Statements stored in source member

RGZPFM Reorganizing a physical file

Work with Object - WRKOBJ
To list all the files in library MyLib that start with A
WRKOBJ MYLIB/A* *FILE

To look through all libraries for the file named A
WRKOBJ *ALL/A* *FILE

WRKMBRPDM Commands

Work with all members in the file and library: Type WRKMBRPDM on the command link without specifying any parameters and press Enter.

Work with specific list of members: Specify parameters after WRKMBRPDM