How to create printable page with data form different tables

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

How to create printable page with data form different tables

Post by Moh Youba » 2019-07-07 10:41

Hello
Please help. I have two table

Client
  • -id
    -name
    -phone
    -address
Registration
  • -id
    -date
    -module
    -class
I want to create a printable page with fields comes from both tables.

Thank you

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How to create printable page with data form different tables

Post by pbottcher » 2019-07-07 13:19

Hi,

what would you like to have on your page? Are the records from client and registration related in some sort?
You can create a view of the data that you want to display/print and use that.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: How to create printable page with data form different tables

Post by Moh Youba » 2019-07-07 14:04

Hi
I want to have just datas, there are not sort, just normal information
OK, thank you, let me try your solution to see

Regards,

Post Reply