Page 1 of 1

Trouble in Access Level Lookup form

Posted: Mon Aug 13, 2012 9:05 pm
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

Re: Trouble in Access Level Lookup form

Posted: Thu Aug 16, 2012 4:59 pm
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', '');

Re: Trouble in Access Level Lookup form

Posted: Fri Aug 17, 2012 12:34 am
by admin
forgot,

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

Steven

Re: Trouble in Access Level Lookup form

Posted: Fri Aug 17, 2012 10:56 am
by forgot
Work!!!
Thanks!!!

Re: Trouble in Access Level Lookup form

Posted: Fri Aug 17, 2012 7:47 pm
by admin
.