Embarcadero HTML5 Builder is an IDE for visual development of web-based applications, both for the web and mobile devices, and with a focus on HTML5 features.
Questions tagged [html5builder]
24 questions
0
votes
1 answer
How to open another page in HTML5 Builder Server Mobile Application
We are still rookie developers in HTML5 Builder, creating a Server Mobile Application.
We would like to know how to open another page (page2.php) using javascript.
Basically, the user will fill in a form, when the 'Submit' button is clicked, a few…

Odione
- 5
- 3
0
votes
2 answers
Embarcadero HTML5builder android MNotification how to use (code)
I am using Embarcadero's HTML5Builder for Android server mobile apps development.
How can i use Mobile Hardware components, like: MNotification.
i need some useful code to use MNotification.

user2368299
- 369
- 3
- 14
0
votes
2 answers
SQL query returns empty result
I have this SQL query:
SET @date_shift = DATE_SUB(NOW(), Interval 60 MINUTE);
SELECT hinfo.idx,
hinfo.host_idx,
hinfo.processor_load,
hinfo.memory_total,
hinfo.memory_free,
hnames.idx,
hnames.name,
disks.hostinfo_idx,
…

Tomasz Szkudlarek
- 150
- 1
- 13
0
votes
2 answers
Can I use PHP on a client-side mobile application
I installed HTML5 Builder on my PC and I've made my first "hello world" Client Mobile application.
The client page is uHelloWorld.js.
This is Javascript but I was wondering if I can use PHP on a client-side page or is the PHP only for server?

Ravaut123
- 2,764
- 31
- 46
0
votes
1 answer
Stop HTML5Builder wrapping components in div tags
All,
Is there a way to stop HTML5Builder from wrapping components in div tags?
Each component that gets output has extra div tags wrapped around it like this:

ConBran
- 369
- 2
- 15
0
votes
1 answer
Append database record in HTML5 builder fatal error
I have some code in my application:
$dmMain->tblOrgList->append();
This code written with auto-completion, so everything is correct.
But, when I trying to execute this code, I have error:
Fatal error: Call to a member function append() on a…

Andrey
- 2,659
- 4
- 29
- 54
0
votes
1 answer
How to open another page in HTML5 Builder
Sorry for my very simple question, I'am new to HTML5 Builder.
I'm developing a simple database editing application (to add or remove some advertisments on site, only for system administrator), and I want to make it using HTML5 builder (I hope, it…

Andrey
- 2,659
- 4
- 29
- 54
0
votes
4 answers
Is there a way to get HTML5 Builder to get Turkish character encoding right in Android projects?
First I edit the MPage encoding. Then I add some mobile components on design view.
I populate their caption/list properties with text including Turkish characters.
However in the template view HTML5 Builder does not show these characters…

Ertunç
- 819
- 1
- 9
- 21
0
votes
2 answers
Embarcadero HTML 5 Builder
I have the Builder trial. I have modified the php.ini file to activate mssql.dll, and relocated copies of the infamous ntwdblib.dll. I still cannot connect to MSSQL.
Did anyone have any success in doing this?

Brian
- 241
- 1
- 3
- 12