Use our Google Custom Search for best site search results.
Search
-
Matt and Patrick:
Here is link that put this all in place for me.
http://enterprise-solutions.swits.net/infopath/sequential-db-table-record-navigation.htm
Thanks again for your help.
Ann
-
Matt,
Any idea on how to retrieve the next record ID and previous record ID? I have tried using preceding-sibling and following-sibling with no success.
Thanks.
Ann
-
Matt,
I have followed your suggestion and this is close to what the user is looking for.
The problem with the InfoPath master detail scenario is that the user wants to page through the detail on the screen without having to see all of the rows on the master table. The final solution that I am looking for is to page through the top table row ...
-
Matt:
Thanks for your response.
I have a form hooked to a single SQL table cataloging software issues, what they are, fixes, status of the issue, etc. The key is a Software Issue No set as an identity field. I would like to emulate the Next Record functionality that Greg Collins demonstrated in the Paged-Detail demo which shows one record at a ...
-
Patrick,
Yes I was excited to see Matt's article. However this does not appear to emulate the next record functionality. This takes the user to another screen to return the results. The user then has to close that form to do more searching.
Perhaps I am missing something, but what my user would like to be able to do is page through the records ...
-
I have reviewed the Page Master Detail that Greg has developed. I have a couple of questions. Does this work with SQL as the data source? Also if a query is run to filter results will the button page through the records correctly?
Thanks.
-
I have read all of the articles on creating a unique list in a dropdown that is using values from a secondary data source this forum.
I have a form with cascading dropdowns. These are working great! However I have repeating values in the first box.
I am retrieving data from a SQL database to populate the dropdown. The name of the secondary ...
-
Thanks for your time.
I am using InfoPath to retrieve and submit data to a SQL 2000 database.
I have a main database connection that is connected to three tables. There is a one to many relationship between the tables.
Machine Type to Parent Item
Parent Item to Component Item
I have a Secondary Data Source that contains these fields in ...
-
I am working with the rules method, but am only getting the first parent item and child item even though they are in a repeating section. Why does the form not retrieve all of the parent items instead of just the first one?
-
I am trying to populate the form from a secondary data source on open then submit that data along with other entries into the main database.
I am working with a bill of materials. There are parent and child components. I have the parent in a repeating section with the child elements in a repeating table within that table. There should be ...