Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 86,247
» Latest member: geoweb5nl
» Forum threads: 2,413
» Forum posts: 11,329

Full Statistics

Online Users
There are currently 363 online users.
» 1 Member(s) | 357 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, khaleejhow

Latest Threads
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
07-14-2026, 06:27 AM
» Replies: 6
» Views: 779
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 135
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 453
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 182
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 113
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,378
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 154
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 937
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 171
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,358

 
  GStack.LocalAddress returns empty only with Delphi 10
Posted by: processeur_fou - 11-14-2019, 05:15 PM - Forum: Indy - Replies (8)

Hello,

I use UDP to send a  video stream to VLC, it works very well when I have a local network active (Wifi or Ethernet).
But if I have no Wifi and no Ethernet card activated, it works if I compile my source code using Delphi2010 ( using 127.0.0.1 IP address) but doesn’t work if I compile my source code using Delphi 10.
After searching, I discover that  my procedure to find local IP can find 127.0.0.1 ( Nbr of local IP =1) using Delphi 2010 but find no local IP using Delphi 10 (Nbr of local IP = 0)

Code:
TIdStack.IncUsage;  LocalIPasked := '0.0.0.0';
  try    //**************************************************************
    NbLocalIP := GStack.LocalAddresses.Count;
    Memo1.Lines.Add(Format('nbr of local IP= %d ', [NbLocalIP]));
    for i := 0 to NbLocalIP-1 do
      begin
        Memo1.Lines.Add(Format('IP n° %d = %s', [i + 1, GStack.LocalAddresses[i]]));
      end;
  finally
    TIdStack.DecUsage;
  end;

 
Why do I have this difference between Delphi2010 and Delphi_10 ? Have I miss something or compiler setup when I change my Delphi 2010 to Delphi 10?


Rem: I have tested also a second way to find the number of local IP but same result (0) using Delphi 10


Code:
...
LList := TIdStackLocalAddressList.Create;
  try
    GStack.GetLocalAddressList(LList);
    Memo1.Lines.Add(Format('nbr of local IP found: %d ', [LList.Count]));
...

Result is 0 using Delphi 10

Can someone tell me where I miss something?
Thank you.

Print this item

  TMS Intraweb Components with IW15 ?
Posted by: SorenJensen - 11-14-2019, 12:32 PM - Forum: IntraWeb General Discussion - Replies (3)

Hi all,

I'm considering investing in the TMS Intraweb Component Pro Pack, mainly due to requirements for listing SQL table data in grid form, with options for paging and for on-screen viewing / searching and with options for printing grid contents directly, or at least export to both Excel and PDF file formats.

Do anyone in here have any experience with that ? Any pros and cons ?

Regards
Soren

Print this item

  Tooltip Button
Posted by: matija - 11-14-2019, 06:33 AM - Forum: IntraWeb General Discussion - Replies (3)

I have in template define IWButton {%IWButton1%}.

My JS: $("[data-toggle=tooltip]").tooltip();

My Atribute: data-toggle="tooltip" data-placement="top" data-html="true" title="text <br/>text" 

Where insert Tooltip atribute?

Print this item

  Protect against ddos
Posted by: tlang@bst-gmbh.com - 11-13-2019, 09:03 AM - Forum: IntraWeb General Discussion - Replies (19)

Hello,

i have an intraweb application running as ISAPI.DLL in IIS.

How can i protect against ddos attacks.

I have testet, everyone on this world knowing my hostname und Name of the dll can crash my side with a simple stress tool.

It takes just 5 to 10 minutes to crash the side and also all other websides running in iis.

How can i protect against it.

Thanks
Theo

Print this item

  IW 15.1.8 is out
Posted by: Alexandre Machado - 11-12-2019, 09:26 AM - Forum: IntraWeb General Discussion - Replies (5)

There is a new update available, version 15.1.8

https://www.atozed.com/2019/11/15-1-8/

For Delphi 10.3 Rio, you need to install Update 2 and Runtime compatibility patch:

Update 2: http://docwiki.embarcadero.com/RADStudio..._Release_2

Runtime compatibility patch: https://cc.embarcadero.com/item/30886


Enjoy  Big Grin

Print this item

  reverse proxy issue? Fails on 15.1.5 works on 15.0.17
Posted by: PDSBILL - 11-11-2019, 03:41 PM - Forum: IntraWeb General Discussion - Replies (27)

I have create a simple app with 2 forms. each form has a button to go to the other form on async click
when run the first form appears but when I attempt to go to the 2nd form, I get an error. I asked the web IT what is causing the error and here is his response,
this program works under IW 15.0.17 but fails under 15.1.5.

below is response from customer IT staff.

So here’s what’s happening.  The site is making an ajax request that returns XML which has javascript commands that are being executed.  The one being returned is redirecting to a URL, but in that URL is the translation IP address.  I’m not sure if it’s possible with the program to tell it to use absolute URLs to the route (i.e. /webppreviewer_DEV/projecttestssl.dll/) without the domain or IP, or if there is a way around this.
 
The Url rewrite module on the reverse proxy is supposed to make this change, but it’s set to do it on outgoing html traffic.  I changed it to also look for outgoing XML and to add the <literal> tag, but it’s still not catching it, probably because it’s in a CDATA section.
[Image: 0?ui=2&ik=e38e4c2a0d&attid=0.1&permmsgid...8&disp=emb]
<response>
<execute>
<literal>
<![CDATA[
window.location.replace("http://10.10.250.38/webppreviewer_DEV/projecttestssl.dll/");
]]>
</literal>
</execute>
<trackid>11</trackid>
</response>

Print this item

  FireDac in Isapi.dll
Posted by: Mikael Nilsson - 11-11-2019, 03:02 PM - Forum: IntraWeb General Discussion - Replies (3)

IW 15.1.7

I have recently converted  DBExpress to FireDac in my web application.
Now almost every day the web application and my datasnap application freezes
and I have to stop start the web pools.


Today I remembered this:

"FireDAC is thread-safe, when the following conditions are meat:
A connection object and all associated with it objects (like TFDQuery, TFDTransaction, etc) in
each moment of time must be used by a single thread. FDManager must be activated before
threads will start by setting FDManager.Active to True."


Is it relevant in a ISAPI.dll? If so where do I put the code?

I have also attached a log message from my Isapi.dll witch I think is causing the problem

.txt   wwd.txt (Size: 14.26 KB / Downloads: 6)

Print this item

  FireDac in Isapi.dll
Posted by: Mikael Nilsson - 11-11-2019, 02:40 PM - Forum: IntraWeb 17 - No Replies

Hi,           (IW 15.1.7)

After I converted from DBExpress to Firedac I have a lot of problem. Almost once per day my Isapi.dll freezes aswell as my Datasnap application.
Both have there own web pool.

Today I remember reading this:

"FireDAC is thread-safe, when the following conditions are meat:
A connection object and all associated with it objects (like TFDQuery, TFDTransaction, etc) in
each moment of time must be used by a single thread. FDManager must be activated before
threads will start by setting FDManager.Active to True."


Is this (FDManager)  something I must implement in a Isapi application? In that case where do I put the code?


.txt   wwd.txt (Size: 14.26 KB / Downloads: 3)

Print this item

  Turning off browser autofill for a certain iwedit
Posted by: tinygoldwing - 11-10-2019, 04:56 PM - Forum: IntraWeb General Discussion - Replies (1)

I have a iwedit2 on my form thats taking the autofill from iwedit1

When I click in iwedit2 it drops down the list thats in iwedit1.  How I stop that.  I know it's doing it because the browser is doing it.  I don't want to turn it off completely. Just for certain inputs.

Thanks,

Ed

Print this item

  Purchased cert Need help
Posted by: tinygoldwing - 11-09-2019, 06:13 AM - Forum: IntraWeb General Discussion - Replies (4)

I purchased a certificate and have a couple questions.  I don't have IIS or any other tool other than openssl

1. I'm not sure which format to download it from.  The choices are: 

Certificate download by platform
    Microsoft IIS (*.p7b)
    WHM/cpanel
    Apache
    Amazon
    Nginx
    V8+Node.js
    Java/Tomcat
    Other platforms


I tried Nginx and it downloaded:  www_gotrecovery_org.chained.crt  which isn't in binary.  I renamed it but my app didn't work.  I know I'm missing a few steps.  Does work with the sample pem files that come with intraweb other than saying it's not secure.

Which one do I rename it to:  key.pem, root.pem or cert.pem
And how do I create the other files.  When I created the certificate it didn't ask me anything about a password.

I appreciate the help.

Thank You,

Ed

Print this item