Welcome to the nuBuilder forums!

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

Subform: Only show blank rows

Locked
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Subform: Only show blank rows

Unread post by ruiascensao »

Hi,
I have a subform that is only to save information to the database.
So when I save and the page reloads I will only see the blank rows of the subform.

Any Idea how to?

Thank You,

Best Regards,
Rui
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Subform: Only show blank rows

Unread post by admin »

Rui,

Try making the sql for the subform something like this..

Code: Select all

SELECT * FROM transaction_item WHERE false
Steven
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Subform: Only show blank rows

Unread post by ruiascensao »

Thank you for your help!

Best Regards,
Rui
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Subform: Only show blank rows

Unread post by admin »

.
Locked