Welcome to the nuBuilder Forums!

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

Fast Form / view

Questions related to using nuBuilder Forte.
Post Reply
Timo
Posts: 217
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Fast Form / view

Unread post by Timo »

With Fast Form I was trying to create a Browse Form. In Table Name I selected a database view. After clicking "Build Fast Form" a message popped up with the text "A Form has been created".
The form is nowhere to be found, also not in the table zzzzsys_form.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Fast Form / view

Unread post by admin »

Timo,

You can't use a VIEW to create a Fast Form - because it doesn't have a Primary Key.

But you can manually create a Form and Run Button that will use a VIEW.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Fast Form / view

Unread post by toms »

Generally speaking,

1) Fast Form fails to create a form if there's no primary key. This applies to both views and tables.

2) And it also fails to create a form if you enter the primary key as field name. This only applies if the table does not yet exist and should be created by Fast Form.

In both cases, there's a success message after clicking "Build Fast Form".
This makes the user believe that the form was successfully created but in reality it is nowhere to be found.
fattila62
Posts: 4
Joined: Mon Jul 15, 2024 4:07 pm

Re: Fast Form / view

Unread post by fattila62 »

Hi,
I am a newbie.
I have the same problem to use a "View" and browse it in a form or fast form of nubuilder 4.5.

I have just understood the question that there isn't Primary Key, but I don't undestand how I resolve.
I created a new form with Fast Form, but how do I populated it with the data of sql view table?
Thank you
Roberto
fattila62
Posts: 4
Joined: Mon Jul 15, 2024 4:07 pm

Re: Fast Form / view

Unread post by fattila62 »

Hi,
I resolved by myself with a trick: I created from my View a new Table and add it a Primary Key. After, the Fast Forms ... as usual
Post Reply