Hi,
As title says. Does anyone know if it is possible to have a reference as HTML in a form?
Tried with custom list but there I cannot freely create an html table as I want.
FORMS - Reference as HMTL table
FORMS - Reference as HMTL table
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
Re: FORMS - Reference as HMTL table
Take a look at the LIST_TABLE and LIST_TABLE_START/LIST_TABLE_END functions.
Henrik (V8 Developer Ed. - Windows)
Re: FORMS - Reference as HMTL table
Why Messi ?
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.
Jaymer
Aware Programming & Consulting - Tampa FL
Jaymer
Aware Programming & Consulting - Tampa FL
Re: FORMS - Reference as HMTL table
Why what Jaymer?
I GET data with an API from third party app.
This data I store it in a BO and have to make a form to present it to the user.
Why form?
Because in that form will be another attributes created in my app which have to be populated/completed by the user (PAID/UNPAID/ AttachToAProject/etc.
There is a better way?
I GET data with an API from third party app.
This data I store it in a BO and have to make a form to present it to the user.
Why form?
Because in that form will be another attributes created in my app which have to be populated/completed by the user (PAID/UNPAID/ AttachToAProject/etc.
There is a better way?
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
Re: FORMS - Reference as HMTL table
--> There is a better way?
well, thats what i'm trying to figure out.
I guess I don't fully understand what this means:
--> if it is possible to have a reference as HTML in a form?
I mean, its all HTML in the browser, yes?
So is the issue that you do not like the formatting that Vlad/Kendo gives you? ... and you want to write custom HTML to show data to the user?
Or you are trying to put data in an HTML cell on a Form?
--> This data I store it in a BO and have to make a form to present it to the user.
OK, I don't understand the problem?
Why bring in this concept of "HTML" ???
well, thats what i'm trying to figure out.
I guess I don't fully understand what this means:
--> if it is possible to have a reference as HTML in a form?
I mean, its all HTML in the browser, yes?
So is the issue that you do not like the formatting that Vlad/Kendo gives you? ... and you want to write custom HTML to show data to the user?
Or you are trying to put data in an HTML cell on a Form?
--> This data I store it in a BO and have to make a form to present it to the user.
OK, I don't understand the problem?
Why bring in this concept of "HTML" ???
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.
Jaymer
Aware Programming & Consulting - Tampa FL
Jaymer
Aware Programming & Consulting - Tampa FL
Re: FORMS - Reference as HMTL table
Hi Henrik,
Can this be used inside forms?
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
Re: FORMS - Reference as HMTL table
I think so (but not sure), I use it a lot in HTML reports and the "scenario" is more or less the same i.e a HTML "presentation" where the functions just populate data etc. into a HTML "container" of sorts.
Henrik (V8 Developer Ed. - Windows)