Hi,
After update my forms look like :
Any idea whats going wrong?
Johan
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
problem with update
problem with update
You do not have the required permissions to view the files attached to this post.
Re: problem with update
Johan,
Have you run the last few "Schema Changes" sql - from our change log?
http://www.nubuilder.com/change.php
Steven
Have you run the last few "Schema Changes" sql - from our change log?
http://www.nubuilder.com/change.php
Steven
Re: problem with update
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
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
Johan,
Do you have all these styles?
Steven
Do you have all these styles?
Steven
You do not have the required permissions to view the files attached to this post.
Re: problem with update
Steven,
Only a few of them.
Johan
Only a few of them.
Johan
You do not have the required permissions to view the files attached to this post.
Re: problem with update
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..
Steven
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');