Showing related tags and posts across the entire site.
-
I need to insert specific values in the controls when adding a new row in an inputdatanavigator (not default values, but values based on the last row.
I know how to get to the event that fires when you add a new row but I have not found any documentation on how can you change the values and show them...
-
I'd like to be able to add an outline entry for each record (detail) of my report. There is an event that is raised when each section is started or ended and I see the AddOutlineEntry method for the ExportFilter, but I don't see how to bring the two together. Thanks, Richard
-
How do you move to a specific record in the InputPanel? For example, says there are 10 records in an Employee Dataset bound to the InputPanel and I want to go to the 7th record of 10 when initially opening a form. What property/methods do you use in code to do this? I didn't se any example of how...