To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47477





------- Additional comments from [EMAIL PROTECTED] Thu Apr 14 12:20:45 -0700 
2005 -------
The table used in the example shown in the attachment (repwiz.odg) is defined as
follows:

CREATE TABLE `products` (
  `Product` char(4) NOT NULL default '',
  `Description` char(25) default NULL,
  `GroupNo` tinyint(2) unsigned default NULL,
  `UnitSize` tinyint(2) unsigned default NULL,
  `Cost` int(10) unsigned default NULL,
  `VatCode` tinyint(1) unsigned default NULL,
  `Price1` int(10) unsigned default NULL,
  `Price2` int(10) unsigned default NULL,
  `Price3` int(10) unsigned default NULL,
  `Price4` int(10) unsigned default NULL,
  `Price5` int(10) unsigned default NULL,
  `Price6` int(10) unsigned default NULL,
  `Location` char(6) default NULL,
  `ShelfLife` tinyint(1) unsigned default NULL,
  `DateCreated` date default NULL,
  `Discontinued` set('1') NOT NULL default '',
  `ServiceOrCharge` set('1') NOT NULL default '',
  `Supplier` char(4) default NULL,
  `temp` tinyint(4) default NULL,
  PRIMARY KEY  (`Product`),
  KEY `GroupIndex` (`GroupNo`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to