Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

problem with update

Locked
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

problem with update

Unread post by johan »

Hi,

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

Johan
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: problem with update

Unread post by admin »

Johan,

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

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

Steven
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: problem with update

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: problem with update

Unread post by admin »

Johan,

Do you have all these styles?
Untitled.png

Steven
You do not have the required permissions to view the files attached to this post.
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: problem with update

Unread post by johan »

Steven,

Only a few of them.
Knipsel.GIF
Johan
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: problem with update

Unread post 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
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: problem with update

Unread post by johan »

Steven,

Problem solved, thanks again.

Johan
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: problem with update

Unread post by admin »

.
Locked