Home Up

example #3A
example #1 example #2 example #3A example #3B pwPage Error

 

example #3A review

Example 3A Blocks Form

HTML Support includes:

unlimited blocks
blocks can contain text, html, href, etc.
supports left, center and right boxes
provides search of seen and unseen boxes
provides box search result set for easy browsing
provides sorting

Usage of pwPage Example 3A Blocks Form

This form is provided as a means to maintain 3B Blocks.

Please see Examples #1 and 2 for an explanation and examples of Review, Select, Insert, Update and Delete processing.

Example 3A Blocks Form

title
description
Category
Sequence
Column
Effective
Expiration
Time Stamp  

Example 3 mySQL Table Create Statements

CREATE TABLE example3A (
rowid BIGINT NOT NULL AUTO_INCREMENT,
title VARCHAR(100) NOT NULL,
description BLOB NOT NULL,
category CHAR(20) NOT NULL,
whichSequence CHAR(8) NOT NULL,
whichColumn CHAR(8) NOT NULL,
effectiveDate DATE NOT NULL,
expirationDate DATE NOT NULL,
lastUpdate TIMESTAMP,
PRIMARY KEY (effectiveDate DESC, whichSequence, title),
KEY secondaryKey (rowid)
)

The "example3AReview" HTML form is normally only used for Review results.  The direct link provided on these pages are merely for convenience so that you can see the "raw" form prior to being populated by review processing.
The "error" link is also provided to show the "raw" form prior to being populated by pwPage error processing.
 

Home ] Up ] example #3A review ]

Copyright © 1996 - 2000 Phil Welch.  All Rights Reserved.

Last modified: October 28, 2000