| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 156
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 130
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 150
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 448
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 223
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 620
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 214
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,203
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 343
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 968
|
|
|
| Entrando no Delphi |
|
Posted by: Eziooh - 04-02-2019, 01:38 PM - Forum: IntraWeb Dúvidas Gerais
- Replies (2)
|
 |
Olá, estou a precisar de fazer uma intraweb, por isso, preciso de ajuda, não conheço delphi, não sei como funciona nem sei como se faz nada.
A minha intraweb vai ter multiplas iwgrid...
Realmente preciso de ajuda de alguém que tenha paciência para me ensinar.
Desde já, obrigado e se puder me ensinar algo, pode mandar pm.
|
|
|
| TIdSMTP and punycode domains. |
|
Posted by: SergJP - 04-01-2019, 02:28 PM - Forum: Indy
- Replies (1)
|
 |
My company got a Russian domain 'инвенто.рф'
MS Outlook sends and receives emails without any problem and not use of punycode convertation.
But I need to make a software email reminder for personnel.
UnicodeString email = "slon@ивенто.рф";
IdMessage->Recipients->EMailAddresses = email;
if (IdSMTP->Connected())
IdSMTP->Send(IdMessage);
got an exception: <slon@??????.??>: domain missing or malformed
wher I use a punycode conversion for this domain "slon@xn--b1aghucg1a.xn--p1ai", Indy sends this letter quietly, but letter nowere comes.
Encoding of headers I try both UTF-8 and KOI-8R. Same result.
Maybe any ideas?
|
|
|
| Max Width? |
|
Posted by: SWTwo6 - 04-01-2019, 09:39 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Without using templates, is there any way to set a max width for the generated webpage to extend to?
Using a Min-Width style on my Page Region has worked for doing a minimum width, but Max-Width isn't working for my maximum
Any advice appreciated
|
|
|
| Webapplication.RunParams Encoding |
|
Posted by: pvanwyk - 03-28-2019, 02:58 PM - Forum: IntraWeb General Discussion
- Replies (6)
|
 |
Hi
We pass encoded, encrypted parameters to our Intraweb 15 applications, as shown below ...
Code: WebApplication.ReferringURL 'http://127.0.0.1:8888/$/start?0001=wr7Ct+KApsOJw4rDoMON'
When we inspect the WebApplication.RunParams, the strings are not the same as below ...
Code: WebApplication.RunParams.ValuefromIndex[0]: 'wr7Ct KApsOJw4rDoMON'
The encoding for RunParams is 'TMBCSEncoding', from (WebApplication.RunParams.Encoding.ToString).
The problem is that we do not know how to change the encoding for 'RunParams' to UTF8.
Any help would be appreciated.
Thanks, Pieter.
|
|
|
| Calling a C++ Builder function and passing parameters from a Javascript function |
|
Posted by: amine1980 - 03-27-2019, 07:29 PM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
Hi people,
I need to call a c++ builder function from a HTML button.
My HTML is something like this:
Code: <button id="WHATEVER" onClick="add(2,2);">ADD 2 + 2</button>
I know that i can call some functions using the button events (async or not) but i need to call a function with parameters like that:
Javascript Code:
Code: function add(a,b)
{
var result = a + b;
DisplayNumber(result);
}
C++ Builder Code:
Code: void __fastcall TForm1::DisplayNumber(int number)
{
ShowMessage(number);
}
Is this possible?
Thanks to all
|
|
|
| Embedd SSRS |
|
Posted by: PaulWeem - 03-25-2019, 04:20 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi All,
Did anyone ever manage to embedd SSRS in an Intraweb Web Application?
If so, please enlighten me on how to get this done (or at least getting started)!
Thanks in advance.
Using Delphi 10.2.2 and IW 15.0.18
Regards, Paul
|
|
|
|