Page 1 of 1

problem with update

Posted: Mon Jan 30, 2012 6:41 pm
by johan
Hi,

After update my forms look like :
ScreenShot001.jpg
Any idea whats going wrong?

Johan

Re: problem with update

Posted: Wed Feb 01, 2012 12:08 am
by admin
Johan,

Have you run the last few "Schema Changes" sql - from our change log?

http://www.nubuilder.com/change.php

Steven

Re: problem with update

Posted: Wed Feb 01, 2012 8:38 am
by johan
Steven,

I did run them all. As told a few weeks ago I always get an error in :
ALTER TABLE `zzsys_form` CHANGE `sfo_row_height` INT NOT NULL ;

You told me that I had to create 2 coloms in table zzsys_form.
(see my post error in schema changes?)

Johan

Re: problem with update

Posted: Fri Feb 03, 2012 3:05 am
by admin
Johan,

Do you have all these styles?
Untitled.png

Steven

Re: problem with update

Posted: Fri Feb 03, 2012 9:23 am
by johan
Steven,

Only a few of them.
Knipsel.GIF
Johan

Re: problem with update

Posted: Mon Feb 06, 2012 10:32 pm
by admin
Johan,

My mistake, the following was not part of the lastest change log (I've added it now) you'll only have to run this..

Code: Select all


INSERT INTO `zzsys_style` (`zzsys_style_id`, `sst_class`, `sst_description`, `sst_custom`) VALUES
 
('14f011afcf056d', '.nuBrowse', 'DIV surrounding Browse rows', '1'),
 
('14f022598ba89b', '.nuSearch', 'DIV surroundingSearch and Buttons', '1'),
 
('14f037c6573fb2', '.nuSelectedRow', 'Selected Rows on Browse Form', '1'),
 
('14f035e836a52e', '.nuUnselectedRow', 'Unselected Rows on Browse Form', '1');
 
 
 
INSERT INTO `zzsys_style_property` (`zzsys_style_property_id`, `ssp_property_name`, `ssp_property_value`, `ssp_zzsys_style_id`) VALUES
 
('14f036064f32cd', 'background-color', 'blue', '14f011afcf056d'),
 
('14f011afd00bb4', 'border-width', '4px', '14f011afcf056d'),
 
('14f0380be76186', 'border-style', 'solid', '14f011afcf056d'),
 
('14f036382559bb', 'color', 'white', '14f011afcf056d'),
 
('14f013b1a0c1ef', 'width', '1000px', '14f011afcf056d'),
 
('14f011afd0a180', 'left', '10px', '14f011afcf056d'),
 
('14f011afd0c4ab', 'top', '30px', '14f011afcf056d'),
 
('14f013cc2b5a02', 'height', '600px', '14f011afcf056d'),
 
('14f01232115651', 'overflow', 'hidden', '14f011afcf056d'),
 
('14f0391e35ac25', 'font-family', 'tahoma', '14f011afcf056d'),
 
('14f03924fd80dc', 'font-size', '12px', '14f011afcf056d'),
 
('14f0f667dad999', 'border-color', 'red', '14f011afcf056d'),
 
('14f022598c352b', 'left', '100px', '14f022598ba89b'),
 
('14f022598c56e5', 'top', '5px', '14f022598ba89b'),
 
('14f039a0a95ef5', 'family-font', 'tahoma', '14f022598ba89b'),
 
('14f035e837116c', 'font-family', 'tahoma', '14f035e836a52e'),
 
('14f035e83754ba', 'color', 'black', '14f035e836a52e'),
 
('14f035e837763a', 'background-color', 'lightblue', '14f035e836a52e'),
 
('14f035e8373329', 'font-size', '12px', '14f035e836a52e'),
 
('14f037c657f6b5', 'font-size', '12px', '14f037c6573fb2'),
 
('14f037c657d47f', 'background-color', 'blue', '14f037c6573fb2'),
 
('14f037c657b155', 'color', 'white', '14f037c6573fb2'),
 
('14f037c6578cbd', 'font-family', 'tahoma', '14f037c6573fb2');
Steven

Re: problem with update

Posted: Tue Feb 07, 2012 9:48 am
by johan
Steven,

Problem solved, thanks again.

Johan

Re: problem with update

Posted: Mon Feb 13, 2012 6:45 am
by admin
.