Integrating with Xojo on Windows

(2 posts) (2 voices)

Tags:

No tags yet.

  1. asawyer13, Member

    I suspect no one here has ever done this but I am wanting to integrate myDBR with Xojo for web.

    I have a form that takes many parameters from data in MySQL via a Xojo form, I then need to create reports from it.

    Right now I would like to be able to create the SQL statement that gets run if at all possible since it's fairly complex. I don't know if and how myDBR could handle that.

    Any ideas or help would be appreciated.

    Also can certain fields on the report be setup to expand to show the full data if needed, hopefully making just that one line taller?

    Thanks
    Alan

  2. myDBR Team, Key Master

    myDBR reports are URL-based. What you would do is the generate the URL in Xojo and when user clicks the link, the report is executed. You can pass report parameters in the URL. Parameters not provided in the URL are asked from the user by myDBR.

    myDBR provides multiple ways of expanding data to show additional information (additional fiels, detailed report etc). If you want to show it in same context, you can use inline reports.

    --
    myDBR Team


Reply

You must log in to post.