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
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Trouble in Access Level Lookup form
-
- Posts: 42
- Joined: Thu Aug 09, 2012 8:52 pm
Trouble in Access Level Lookup form
You do not have the required permissions to view the files attached to this post.
-
- Posts: 42
- Joined: Thu Aug 09, 2012 8:52 pm
Re: Trouble in Access Level Lookup form
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
forgot,
Sorry but I have changed your previous posted rollback, to a fix.
Steven
Sorry but I have changed your previous posted rollback, to a fix.
Steven
-
- Posts: 42
- Joined: Thu Aug 09, 2012 8:52 pm