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.

After Using Fast Form I get the following error when opening the Form

Questions related to using nuBuilder Forte.
Post Reply
ricklincs
Posts: 123
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 42 times
Been thanked: 1 time

After Using Fast Form I get the following error when opening the Form

Unread post by ricklincs »

I have 2 forms that now give the following Debug message:

[0] : ===PDO MESSAGE===

SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'field list'

===SQL===========

SELECT `` FROM zzzzsys_setup WHERE (IFNULL(`zzzzsys_debug_id`,'-1') = '-3') AND (0)

===BACK TRACE====
Uzlander
Posts: 65
Joined: Sat Jul 08, 2023 10:21 am
Has thanked: 12 times
Been thanked: 5 times

Re: After Using Fast Form I get the following error when opening the Form

Unread post by Uzlander »

Looks like you've incidentally touched the resulting form then. And what's your actual SELECT statement in there..? Any screenshot?
ricklincs
Posts: 123
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 42 times
Been thanked: 1 time

Re: After Using Fast Form I get the following error when opening the Form

Unread post by ricklincs »

Thanks, ran another 2 Fast Forms after deleting the Forms and tables now I am not seeing the problem. Think it was something wrong with the database. My sql select statement was simply

Code: Select all

SELECT * FROM dispatch
Post Reply