This topic is locked

Form /Add/ Edit / View Page

11/27/2019 5:34:56 AM
Suggestions
S
Steve Seymour author

A general purpose Add/Edit page where we could choose which fields from one or more tables.

A general purpose View page where we could design a page that has data from more than one table.
These can be done by writing external code, but it would be nice to have this ability built into PHPR
A built in Tooltip function that can display data from SQL.

Sergey Kornilov admin 11/27/2019

You do not need to write any code to do this. Create a SQL query that pulls data from two or more tables and built your Add, Edit and View pages on the top of that.

S
Steve Seymour author 11/27/2019



You do not need to write any code to do this. Create a SQL query that pulls data from two or more tables and built your Add, Edit and View pages on the top of that.


OK,
I'm not familiar enough with PHPR then. If PHPR can do this, then its a better product than I already thought it was.