Welcome to the nuBuilder Forums!

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

problem with report after update to 2.8

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

problem with report after update to 2.8

Unread post by johan »

Hi,

After update I have a problem with reports that use 'selection criteria form 'blank'.

Get error 'name' cannot be blank.

The reason is object "Name" on form blank

To be solved with

Code: Select all

update zzsys_object set sob_text_no_blanks = '0' where sob_text_no_blanks = '1' and  zzsys_object_id = '145997277e1114'
Hope it helps
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: problem with report after update to 2.8

Unread post by admin »

johan,

It does help.

Thanks

Steven
Locked