Posts: 17
Threads: 4
Joined: Apr 2019
Reputation:
0
Location: Portugal
04-08-2019, 09:11 AM
(This post was last modified: 04-08-2019, 09:13 AM by Eziooh.)
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?
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
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.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
"but I can't execute any of them"
You will need to be more descriptive.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
"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?
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
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...