Create Form / HTML Screen with Database Coordinate

Asked

Viewed 44 times

0

Good evening, My Doubt is the following, has a system where all the rule of business and the system itself is in database (SQL) including the screen, reports, etc, but it has a client to access, today it is already web, because it is on a server and by this client the system is accessed, however I want to transform this system into Web/HTML, being accessed by the browser, but I have difficulty understanding how to create an HTML form with the screen I will extract from the bank, that is, I will make a select via webservice that will return me the components of my screen, label, Edit, button, grid, etc., how to write a code to transform this into HTML, there is some tool that performs this, if necessary I can pass more information. Thank you

  • It’s not clear what you have in this database. You say the screens are stored in the database, but at the same time you want to generate HTML from them, wouldn’t it be the case to just serve them? What are the types of data you receive from the mentioned client/service? Are files in JSON format? HTML?

  • Good Afternoon! Clarifying: In My Bank I have a table Dialogos, another component table, and I keep the structure of my dialogue in coordinate, for example, Dialogo has 1000 X 800 px, is supported in table X, Now in the component table I have the buttons and fields that will be linked in the dialog, then my client requests this information to the server and the server returns a json, and the client mounts the screen, understood. Now I want to convert this engineering into HTML, trying to take advantage of the screens, and not have to redesign everything. If you need information contact, [email protected], Obg.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.