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.

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: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

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: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Subform: Only show blank rows

Unread post by admin »

.
Locked