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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,399
» Latest member: nhabatsukiencom
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1833 online users.
» 2 Member(s) | 1828 Guest(s)
Applebot, Bing, Google, nhabatsukiencom, shopgnbet

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 226
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 182
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 191
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 498
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 252
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 661
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 231
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,268
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 372
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,008

 
  webkitdirectory example
Posted by: mhammady - 03-03-2022, 02:19 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

Is there is an example for using webkitdirectory with IW?

Thank you

Print this item

  IdTCPServerlTIdCommandHandlerlCommand
Posted by: enriquepsmac - 02-28-2022, 10:11 PM - Forum: Indy - Replies (1)

Hello i reading a book of marco cantu  and trying to implement samples but com wrong i think is the version, how i can implement handle for commands received form client on TCPServer in book show command like title on thread title but i don't where i can implement that, I working with delphi 10 and indy 10....

Print this item

  Easy Way to identify closing a tab or browser
Posted by: joelcc - 02-28-2022, 04:46 PM - Forum: IntraWeb General Discussion - Replies (2)

If someone clicks the close button on a tab or browser, I need to invalidate a cookie.

Any ideas on how to do this?

Print this item

  IWRtlFix in version 15.1 or greater
Posted by: joelcc - 02-28-2022, 03:58 PM - Forum: IntraWeb General Discussion - Replies (2)

In reading this it looks like iwrtlfix is not needed in the uses clause anymore.   

http://docs.atozed.com/docs.dll/getting%...015.1.html

Is this a correct assumption?

Print this item

  Indy IdHttp, SSL and Proxy in Delphi
Posted by: varlau - 02-28-2022, 03:47 PM - Forum: Indy - Replies (1)

[/url]

I use Indy 10.6.2 with Delphi 7.
I must connect to a https server. I use this code :

we have a proxy on lan : [url=http://proxy-client.xxxxx.fr]http://proxy-client.xxxxx.fr (Port : 8080)

I use proxyparams :

Code:
FIdHTTP.ProxyParams.ProxyServer := 'http://proxy-client.in.ac-grenoble.fr';
FIdHTTP.ProxyParams.ProxyPort := 8080;
FIdHTTP.ProxyParams.BasicAuthentication := False;
Then I have error 10001 (host not found) but when I dont't use proxyparams,, I have 10060.

Do you have any idea please ?

Thank you in advance.

Laurent.

Print this item

  ISAPI Redirect
Posted by: matija - 02-28-2022, 11:57 AM - Forum: IntraWeb General Discussion - Replies (1)

I get only in ISAPI version this error in first load:

Invalid reply type (NoData). Reply status code: 303
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

An error occurs at: GGetWebApplicationThreadVar.Redirect('http://localhost/page2',false) or WebApplication.Redirect('http://localhost/page2',false)

Print this item

  Changes in URL encoding/decoding?
Posted by: magosk - 02-28-2022, 09:37 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi,

since migrating from IW 15.1.15 to 15.2.49 we have noticed that there seems to be a change on how URL parameters are (automatically) decoded when containing non-basic characters. While I did a quick fix for a specific case where '+' was encoded as '%2B', we have discovered another case where users themselves have been able to encode non-English characters in a parameter, e.g. '%C3%B6' for 'ö', where our old code is no longer working. When I look at our code, the parameter values have been accessed either by using WebApplication.RunParams.Values or WebApplication.Request.QueryFields.Values, but in both cases it now seems that characters encodings now appear there without being decoded.

In IW 15.2.49+, what is the correct way of handling URL parameter decoding? Do I need to change some setting or add some code in order to get it to work like before?

Best regards

Magnus Oskarsson 

Print this item

  TIWMemo data display with Safari
Posted by: Gustave - 02-25-2022, 05:06 PM - Forum: IntraWeb General Discussion - Replies (4)

I'm having an issue displaying some text from a report using a TIWMemo on Safari running on an iPad mini with software updated to 15.3.1.  It seems to be data driven.  The page will display properly and then immediately show a new page only with the data from the memo without any padding. It works properly in Windows browsers, using Safari on an iPhone with the same OS, and with Chrome on the iPad.  I am enclosing an example unit with some data that has this issue along with a screen shot from the iPad using this data.  Thanks!



Attached Files
.zip   UnitTestMemo.zip (Size: 55.76 KB / Downloads: 4)
Print this item

  css properties in check and radio components
Posted by: raulevm - 02-22-2022, 02:11 PM - Forum: IntraWeb General Discussion - Replies (2)

Good afternoon, I am using many IWRadioButton, IWRadioGroup, IWDBRadioGroup, IWCheckBox and IWDBCheckBox in html templates. I think it would be much better and easier to work with them if they had a css property for items and captions. This way you can take better advantage of bootstrap or W3.css frameworks as these have their classes defined inside input, label and span tags . is it possible to do this in some next version. Thanks in advance.



Attached Files Thumbnail(s)
       
Print this item

  Intraweb Tags not recognized
Posted by: tgrant - 02-21-2022, 01:56 PM - Forum: IntraWeb General Discussion - Replies (3)

I am using IW 15 with Delphi 11 on Windows 11 and am truing to add a bootstrap template to my login form.

I have linked the template and it displays, however when I attempt to link the edit fields on the form they disappear when the form is displayed using the template. It appears that the intraweb tag {%%} is not being recognized.

The following is the line in the template that is problematic

{%edtUserName type="email" class="form-control form-control-user" aria-describedby="emailHelp" placeholder="Enter Email Address..."%}

Print this item