NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: nevy on August 29, 2011, 11:31:41 AM
-
Button on a Browse calls a report in which the ROW ID field is used in the report filter.
Question:
Is there a way of adding other fields other than the ROW ID Field
-
Use the row id to bring back the entire record in the Table.
-
Nevy, the short answer is "no". The slightly longer answer is "yes" - but what Keven suggested is the preferred approach.
In the Report you have the unique ID of the row. Using that you can fetch the rest of the row (ie in the report procedure) and use whatever fields you like.
cheers
Bruce
-
Thanks Guys