Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Trouble in Access Level Lookup form

Locked
forgot
Posts: 42
Joined: Thu Aug 09, 2012 8:52 pm

Trouble in Access Level Lookup form

Unread post by forgot »

Hello

Then I do new installation of new nubuilder-v2.7.4.3-12.08.10-Build506.
And create new Access Level in lookup form doesn't appered any information but still I can select blank row. See screenshot.

If I update DB schema (http://www.nubuilder.com/change.php?cha ... f285732b2f) in previos nuBuilder version simular problem happened.


--
Maxim
Attachments
Screenshot
Screenshot
1.jpg (80.35 KiB) Viewed 5154 times
forgot
Posts: 42
Joined: Thu Aug 09, 2012 8:52 pm

Re: Trouble in Access Level Lookup form

Unread post by forgot »

If anyone faced with same issue you can fix it with this SQL UPDATE.

Code: Select all

INSERT INTO `zzsys_browse` (`zzsys_browse_id`, `sbr_zzsys_form_id`, `sbr_title`, `sbr_display`, `sbr_align`, `sbr_format`, `sbr_searchable`, `sbr_sort`, `sbr_sortable`, `sbr_visible`, `sbr_order`, `sbr_width`, `sys_added`, `sys_changed`, `sys_user_id`) VALUES
('1501b77dc093b2', '1501b77dc02155', 'Name', 'sfo_name', 'l', '', '1', 'sfo_name', NULL, '1', 10, 300, '0000-00-00 00:00:00', '0000-00-00 00:00:00', ''),
('1501b77dc0aa5e', '1501b77dc02155', 'Title', 'sfo_title', 'l', '', '1', 'sfo_title', NULL, '1', 20, 300, '0000-00-00 00:00:00', '0000-00-00 00:00:00', ''),
('1501b77dc0bee2', '1501b77dc02155', 'Table', 'sfo_table', 'l', '', '1', 'sfo_table', NULL, '1', 30, 300, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '');
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Trouble in Access Level Lookup form

Unread post by admin »

forgot,

Sorry but I have changed your previous posted rollback, to a fix.

Steven
forgot
Posts: 42
Joined: Thu Aug 09, 2012 8:52 pm

Re: Trouble in Access Level Lookup form

Unread post by forgot »

Work!!!
Thanks!!!
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Trouble in Access Level Lookup form

Unread post by admin »

.
Locked