Is it possible, and if yes using which components, to build office application pages with traditional master-detail records editing? #227
Unanswered
aramgharib
asked this question in
Q&A
Replies: 1 comment
-
Hello and welcome to SQLPage! You can run any insert or select query you want in SQLPage, so I don't see any reason you couldn't implement your office automation application, provided you can structure your user interface to match SQLPage's built-in components (or you are ready to write your own components). About having a master table and associated detail tables, you may be interested in this example: https://github.com/lovasoa/SQLpage/tree/main/examples/master-detail-forms If you encounter any issue while building your application, don't hesitate to write about it here and to ask questions! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm genuinely impressed by the simplicity and rapidity with which one can realise nice and dynamic web pages with SQLpage!
I was wondering if I could use this platform to build, for example, an office automation application with several master and detail tables that the user would need to interact with- i.e. create, retreive, edit and delete data. Here's a typical example of "Master*" fields from the master table and "detailx*" records from detail table(s); "Comm1", "+", and "-" being some command buttons acting on the Master/detail records:
Thanks in advance for any insight.
-- Aram Gharib
Beta Was this translation helpful? Give feedback.
All reactions