FORMS - Reference as HMTL table

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
MESSI
Posts: 47
Joined: Thu Dec 29, 2022 11:09 pm

FORMS - Reference as HMTL table

Post by MESSI »

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.

Screenshot_102.jpg
Screenshot_102.jpg (134.33 KiB) Viewed 16219 times
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
hpl123
Posts: 2630
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: FORMS - Reference as HMTL table

Post by hpl123 »

Take a look at the LIST_TABLE and LIST_TABLE_START/LIST_TABLE_END functions.
Henrik (V8 Developer Ed. - Windows)
Jaymer
Posts: 2523
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: FORMS - Reference as HMTL table

Post by Jaymer »

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
MESSI
Posts: 47
Joined: Thu Dec 29, 2022 11:09 pm

Re: FORMS - Reference as HMTL table

Post by MESSI »

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?
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
Jaymer
Posts: 2523
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: FORMS - Reference as HMTL table

Post by Jaymer »

--> 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" ???
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
MESSI
Posts: 47
Joined: Thu Dec 29, 2022 11:09 pm

Re: FORMS - Reference as HMTL table

Post by MESSI »

hpl123 wrote: Fri Jun 21, 2024 9:05 am Take a look at the LIST_TABLE and LIST_TABLE_START/LIST_TABLE_END functions.
Hi Henrik,
Can this be used inside forms?
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
hpl123
Posts: 2630
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: FORMS - Reference as HMTL table

Post by hpl123 »

MESSI wrote: Mon Jun 24, 2024 1:55 pm
hpl123 wrote: Fri Jun 21, 2024 9:05 am Take a look at the LIST_TABLE and LIST_TABLE_START/LIST_TABLE_END functions.
Hi Henrik,
Can this be used inside forms?
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)
Post Reply