Welcome to the nuBuilder forums!

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

problem with report after update to 2.8

Locked
johan
Posts: 392
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium

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: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: problem with report after update to 2.8

Unread post by admin »

johan,

It does help.

Thanks

Steven
Locked