Atozed Forums
Label and Tables - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Label and Tables (/thread-1024.html)

Pages: 1 2


Label and Tables - Eziooh - 04-08-2019

Hi!

How can I make a new line in a Label? It should sound stupid but I can't do it and I need to...

One more thing, how can I even do a table? That if click you can change/enter a value?


RE: Label and Tables - kudzu - 04-08-2019

New line in label, you can embed <BR> and set RawText to true, or embed #13#10 in the Text.

Grid/Table, see the demos. I believe there is an example in the Features demo.


RE: Label and Tables - Eziooh - 04-09-2019

(04-08-2019, 08:23 PM)kudzu Wrote: New line in label, you can embed <BR> and set RawText to true, or embed #13#10 in the Text.

Grid/Table, see the demos. I believe there is an example in the Features demo.

I have all the demos but I can't execute any of them, I am using Rad Studio, if that matters.


RE: Label and Tables - kudzu - 04-09-2019

"but I can't execute any of them"

You will need to be more descriptive.


RE: Label and Tables - Eziooh - 04-09-2019

(04-09-2019, 11:47 AM)kudzu Wrote: "but I can't execute any of them"

You will need to be more descriptive.

If I take the things off, should I expect what? Intraweb Server?
[attachment=92]
[attachment=93]


RE: Label and Tables - Eziooh - 04-09-2019

(04-09-2019, 12:33 PM)Eziooh Wrote:
(04-09-2019, 11:47 AM)kudzu Wrote: "but I can't execute any of them"

You will need to be more descriptive.

If I take the things off, should I expect what? Intraweb Server?
Copied all and paste on my project, this happens: 

[attachment=94]

It just can't reach...


RE: Label and Tables - kudzu - 04-09-2019

"If I take the things off,"

I dont understand what you are saying here.

As to the other errors, you don't have IntraWeb loaded at design time.

In your design packages do you see IntraWeb listed?


RE: Label and Tables - Eziooh - 04-09-2019

(04-09-2019, 04:03 PM)kudzu Wrote: "If I take the things off,"

I dont understand what you are saying here.

As to the other errors, you don't have IntraWeb loaded at design time.

In your design packages do you see IntraWeb listed?

I figured it out, now I can see it and touch in it. This is almost what I need, but can I make a calculation and put it there?


RE: Label and Tables - kudzu - 04-09-2019

What are your inputs and outputs? Typically its the same as a normal Delphi app. Make an event, read the input fields, calculate, set the output fields...


RE: Label and Tables - Eziooh - 04-09-2019

(04-09-2019, 04:49 PM)kudzu Wrote: What are your inputs and outputs? Typically its the same as a normal Delphi app. Make an event, read the input fields, calculate, set the output fields...

I need to show a average, I need also to stick together 2 cells of that table.