Removing the Request Form

sabzamsabzam Member Posts: 1,149
I have created a request form for a particular report and want to remove the 'original' request forms of the two tables used. What shall I do?

Answers

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Select the DataItemTableView-property for the two tables, and select a key. This way, the DateItem will not show up in your report (if the property ReqFilterFields is empty that is).
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • EknathPPawarEknathPPawar Member Posts: 34
    1. Set the sort order for Property DataItemTableView for both tabes
    2. blank out the property ReqFilterFields for both tables.
  • sabzamsabzam Member Posts: 1,149
    Thanks it has worked perfectly
Sign In or Register to comment.