MOHAMED AZARUDEEN
:) Maintain this blog as a way to encourage collaboration and knowledge sharing :)
Wednesday, July 2, 2014
Thursday, April 11, 2013
Wednesday, March 7, 2012
VB Run-time Errors
This blog is useful for VB Developer ErrorList
Designated trademarks are the property of their respective owners
Sunday, February 26, 2012
Troubleshooting Tips and Tricks
- Does this occur for all users? This can help to identify if it is a workstation issue or user issue. For this reason, it is always important to test for an issue as both 'sa' and as a normal user.
- Does this occur for all companies? This can help identify if it is a data-related issue, or a system-wide issue.
- Is it due to a third party product or customization? Disable it using Microsoft Dynamics GP menu-Tools-Customize-Customization Status (it will be disabled only for the current user, and only until they relaunch GP), and then attempt to recreate the issue.
- When did the issue start? Identifying other activities around the same time (e.g., updates, system changes, etc) can help to pinpoint the cause or a contributing factor.
- Witness the issue, follow it step by step. This can help to identify an issue that is the result of miscommunication or misunderstanding regarding system functionality. This step is often skipped, and yet it is critical to avoiding unnecessary back and forth to attempt to resolve the issue.
Christina Phillips is a Microsoft Certified Trainer and Dynamics GP Certified Professional. She is a supervising consultant with BKD Technologies, providing training, support, and project management services to new and existing Microsoft Dynamics customers. This blog represents her views only, not those of her employer.
Sunday, February 19, 2012
Useful Shortcut
Common Tasks with Run
Below are a list of commands you can type into the Run dialog:
Run Calculator | calc |
Run Command Prompt | cmd |
Run Firefox (if installed) | firefox |
Run Internet Explorer | iexplore |
Run Microsoft Word (if installed) | winword |
Run Microsoft Excel (if installed) | excel |
Run Microsoft Outlook (if installed) | outlook |
Run Notepad | notepad |
Run Wordpad | wordpad |
Open Control Panel | control panel |
Open Program Files folder | %programfiles% |
Shutdown Windows | shutdown |
Restart Windows | shutdown -r |
Log Off Windows | logoff |
Registry Editor | regedit |
Task Manager | taskmgr |
Windows Update Launches | wupdmgr |
Creating Your Own Run Commands
If you are like me, you will use a few programs very frequently. One way to make them start faster is to give them their own Run command:
- Win+R to open the Run dialog
- Enter %windir% to open the Windows directory
- Alt+F W S to open the File menu, choose the New menu item, then the Shortcut menu item
- Go through the wizard to create a shortcut to the desired program
- The name you give the shortcut is what you type in the Run dialog to start the program
Infrequently Used Run Commands
Below are a list of commands you can type into the Run dialog, split into several categories: programs, control panels, computer administration tools, and special folders.
Programs
Character Map | charmap |
Check Disk Utility | chkdsk |
Clipboard Viewer | clipbrd |
Free Cell | freecell |
Hearts Card | mshearts |
Microsoft Chat | winchat |
Minesweeper | winmine |
On Screen Keyboard | osk |
Remote Desktop | mstsc |
Spider Solitare | spider |
Telnet Client | telnet |
Windows Magnifier | magnify |
Control Panels
Accessibility Controls | access.cpl |
Add Hardware Wizard | hdwwiz.cpl |
Add/Remove Programs | appwiz.cpl |
Administrative Tools | control admintools |
Automatic Updates | wuaucpl.cpl |
Date and Time | timedate.cpl |
Display Properties | desk.cpl |
Folders Properties | control folders |
Fonts | control fonts |
Fonts Folder | fonts |
Game Controllers | joy.cpl |
Internet Properties | inetcpl.cpl |
Keyboard Properties | control keyboard |
Mouse Properties | control mouse |
Network Connections | control netconnections |
Network Setup Wizard | netsetup.cpl |
ODBC Data Source Administrator | odbccp32.cpl |
Password Properties | password.cpl |
Phone and Modem Options | telephon.cpl |
Power Configuration | powercfg.cpl |
Printers and Faxes | control printers |
Printers Folder | printers |
Regional Settings | intl.cpl |
Scanners and Cameras | sticpl.cpl |
Security Center | wscui.cpl |
Sounds and Audio | mmsys.cpl |
User Account Management | nusrmgr.cpl |
Windows Firewall | firewall.cpl |
Computer Administration Tools
Computer Management | compmgmt.msc |
Device Manager | devmgmt.msc |
Disk Cleanup Utility | cleanmgr |
Disk Defragment | dfrg.msc |
Disk Management | diskmgmt.msc |
Disk Partition Manager | diskpart |
Dr. Watson System Troubleshooting | drwtsn32 |
Driver Verifier Utility | verifier |
Event Viewer | eventvwr.msc |
Group Policy Editor (XP Prof) | gpedit.msc |
Local Security Settings | secpol.msc |
Local Users and Groups | lusrmgr.msc |
Performance Monitor | perfmon |
Resultant Set of Policy | rsop.msc |
Scheduled Tasks | control schedtasks |
Services | services.msc |
Shared Folders | fsmgmt.msc |
System Configuration Editor | sysedit |
System Configuration Utility | msconfig |
Utility Manager | utilman |
Windows System Security Tool | syskey |
Computer Administration Tools
Application Data Folder | %appdata% |
Home Directory Drive | %homedrive% |
Home Directory | %homepath% |
Shared Home Directory | %homeshare% |
Temporary Folder | %temp% |
Windows Root Drive | %systemdrive% |
Windows Root Directory | %windir% |
Sunday, January 22, 2012
Saturday, January 14, 2012
Excel 2007: "There was a problem sending the command to the program"
f you have ever tried to open an excel document and received the error that says "There was a problem sending the command to the program", you can fix it by doing the following:
- Open Excel 2007
- Open the Menu in the top left
- Click the "Excel Options" button
- Click the advanced tab on the left of the options screen
- Under the general options uncheck the box "Ignore other application that use Dynamic Data Exchange (DDE)"
Courtesy by : Josh Davis: Business Intelligence Consultant
Subscribe to:
Posts (Atom)