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
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.
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
Re: Subform: Only show blank rows
Rui,
Try making the sql for the subform something like this..
Steven
Try making the sql for the subform something like this..
Code: Select all
SELECT * FROM transaction_item WHERE false
-
- Posts: 177
- Joined: Tue Nov 15, 2011 2:24 pm