Results 1 to 3 of 3

Thread: set datamember during runtime

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    12

    set datamember during runtime

    Hi guys,

    i've been searching other threads but i could not find any answers
    about setting the datamember of a data report during runtime.

    I have a data report for displaying search results for names. Search results are filtered by firstname, lastname, middle name or any combination of the 3

    Instead of creating separate reports. is it possible to just to change the datamember of the data report during runtime

    Any comments,suggestion is highly appreciated

    TIA

  2. #2
    Hyperactive Member D12Bit's Avatar
    Join Date
    Oct 2000
    Location
    Guatemala
    Posts
    373
    If you mean a way to dealing with same data, but presented in a different way (sorted differently, only that) but keeping the same settings for the report, you might consider to populate your recordset outside of the report and after that assigning the recordset as the DataSource for the report ...


    Is this what you have in mind?
    "Who Dares Wins" - "Quien se Arriesga Gana"
    Mail me at:

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    12
    hi D12Bit,

    thanks for replying, it is not sorted and has different data results depending on the filter options selected by the user

    for example the user selected to filter by lastname and firstname
    and wants to print it. the data report will be shown with the results.

    but if the user selected to filter by lastname only. The same data report will be shown with the results but different datamember

    hope that helps you give the idea of the scenario

    thanks again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width