Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from March 2007

MS Access Naming Convention

March 31st, 2007 · Comments Off · MS Access

The Leszynski/Reddick Guidelines for Access is the most commonly used naming convention for Access objects. These Guidelines as published in SmartAccess, suggest that all objects should have a descriptive tag, placed at the start of the object name
Note: It is suggested that the choice of naming convention is not as important as making [...]

[Read more →]

Tags:

e-mailing MS Access reports

March 26th, 2007 · Comments Off · MS Access

Emailing reports as attachments require that you print a report for just one record. Or a set of
records. MS built this functionality in the forms wizard but, for unknown reasons,
don’t have it in the report wizard. See Q209560 “ACC2000: How to Print a Single
Record from a Form in a Report”. Unfortunately while this approach works [...]

[Read more →]

Tags:

Joomla upload permission error

March 26th, 2007 · Comments Off · General

1 Change the following directories permissions to 777
(modules, media, mambots, components, images)
2 Add the following line in the .htaccess file of your Joomla directory,
Options FollowSymLinks ExecCGI
3 Then edit the file /home/user/public_html/administrator/includes/pcl/pclzip.lib.php as follows,
Search for the word mkdir in the file /home/user/public_html/administrator/includes/pcl/pclzip.lib.php
Add the following before that line,
umask(0);
// —– Create the directory
//–(MAGIC-PclTrace)–//PclTraceFctMessage(__FILE__, __LINE__, 3, “Create directory ‘$p_dir’”);
if (!@mkdir($p_dir, 0777))
{

Replace for:
// —– Create the directory
//–(MAGIC-PclTrace)–//PclTraceFctMessage(__FILE__, __LINE__, 3, “Create directory ‘$p_dir’”);
umask(0);
if (!@mkdir($p_dir, 0777))
{

[Read more →]

Tags:

ASP: Provider error ‘80004005′

March 24th, 2007 · Comments Off · Dreamweaver, MS Access

Use the following steps to modify the connections file with user id and password:
ONE
From the Site Manager open the Connections folder and locate the ASP file with the same name as your connection. Open this file with UltraDev and look at the source code in code view.
Locate the line that reads:
MM_MyConnection_STRING = “dsn=MyDSN;”
Modify the connection [...]

[Read more →]

Tags:

Motorola KRZR DUN and Verizon

March 21st, 2007 · Comments Off · General

I have exactly the same problem as described in the article below:
http://mark.cdmaforums.com/DUN.htm
The link below works for KRZR
http://www.hacktherazr.com/guide.disable.evdo.html
http://www.hacktherazr.com/guide.razr.net.html

[Read more →]

Tags: