| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
8 hours ago
» Replies: 2
» Views: 16
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
Yesterday, 06:51 PM
» Replies: 0
» Views: 18
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
Yesterday, 06:35 PM
» Replies: 0
» Views: 8
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,218
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 588
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 54
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 758
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 131
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,772
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 570
|
|
|
| Connection not responding |
|
Posted by: OronzoConte - 04-05-2019, 10:13 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
More times during the day, users are not able connecting to my IW appication that runs as service. The causes seem to be disconnection from the browser without leaving the application. It is necessary to restart the service. I had set a timeout period, but this did not solve the problem. Any suggestion? Is there a way to stop and restart automatically the sewrvice itself? Could this be a solution?
|
|
|
| CustomContentHandler for ReEntry |
|
Posted by: pete@pdmagic.com - 04-03-2019, 10:15 PM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
I'm trying to replace code that used to run under ReEntryURL with a Custom Content Handler.
I've created the handler and registered it. When I call it, all the code executes properly. If I use aReply.WriteString(), that works and is returned properly.
What I'm trying to do is display an updated form. The session is already active and the form already created. The form is also the currently active form. When the call is made, I manipulate the form using Delphi calls. I then simply return control back to the handler. However, no content is written to the Reply/Response. It's empty and generates a 'Uninitialized reply.' exception. (although it displays as a blank page - I've reported the reason for that to Alex already)
Do I need to make an additional call to tell IW that my form needs to be re-sent, updated?
Is what I'm trying to do even possible?
Thanks!
Pete
This is an app that gets called from a desktop (or another web) app. Basically REST is used to modify database content and then the desktop app opens a browser and displays the content. I had it working fine in earlier versions of IW before ReEntry went away.
|
|
|
| HTTP hook not found error |
|
Posted by: msgopala - 04-03-2019, 01:14 PM - Forum: IntraWeb General Discussion
- Replies (7)
|
 |
Embarcadero® Delphi 10 Seattle Version 23.0.20618.2753
Intraweb 15.0.14
TMS pack Pro
FastReport 5
Application has been deployed on the server and has been running fine. Today there was a HTTP hook not found error when it was accessed. I restarted the server and deleted the .err file and the app is running again.
What could be the reason for this error? I found one post here where the user was loading an xml document and that error occured for them. I do not have any inclination as to what could have caused this error.
Thanks in advance for your help
|
|
|
| Getting into Delphi and IntraWeb |
|
Posted by: Eziooh - 04-02-2019, 03:54 PM - Forum: IntraWeb General Discussion
- Replies (7)
|
 |
Hello, I need help... I don't understand a single thing about delphi and I am developing a IntraWeb.
I know so far that I will need various TWGrid's but I don't know how to make them appear or anything.
If you can help me, please reply.
Thank you in advance!
|
|
|
| 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.
|
|
|
|