[resolved] 5.2 DB-Form wizard |
Site Admin
|
could you please submit db structure there and s/shots of the settings in DB Wizard?
|
||||||||||||
_________________ The PHP IDE team |
|
CREATE TABLE `wacco_digest` ( `digestid` int(10) unsigned NOT NULL auto_increment, `dateline` int(10) unsigned NOT NULL default '0', `numemailsent` int(10) unsigned NOT NULL default '0', `elapsetime` int(10) unsigned NOT NULL default '0', `startchar` varchar(20) NOT NULL default '', `endchar` varchar(40) NOT NULL default '', `abortflag` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`digestid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1739 ; Images coming shortly |
||||||||||||||
|
|
And why can't I deselect any of the fields in the wizard?? Thanks! |
||||||||||||
|
|
P.S. Note that digestid is not displayed, but it does have a valid value (I just clicked Update and Save to bring up the error screen above).
|
||||||||||||
|
Site Admin
|
you may want to correct one line in CheckNumeric() function:
var el = theForm.elements[arguments[i]]; => var el = theForm.elements[arguments[i] - 1];
because they are defined as not null in your SQL and therefore they all are required. |
||||||||||||||
_________________ The PHP IDE team |
|
Thanks! I notice this is in the generated code. How do i fix it so that it is generated correctly?
|
||||||||||||||||
|
Site Admin
|
see corresponding tempate in phped's plugin subdirectory
|
||||||||||||
_________________ The PHP IDE team |
|
I was looking for a little more help. What do you think I am, a programmer? Fixed. Thanks! Be sure to include it in your next service pack! |
||||||||||||||
|
[resolved] 5.2 DB-Form wizard |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by