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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,331
» Latest member: mu88spot
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1948 online users.
» 1 Member(s) | 1943 Guest(s)
Applebot, Bing, Google, Yandex, JackHawkins

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 214
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 174
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 185
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 493
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: 656
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 230
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,263
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 371
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 998

 
  Hot to reset row selection on jQGrid/jQDBGrid
Posted by: Comograma - 03-30-2022, 02:52 PM - Forum: IntraWeb General Discussion - Replies (1)

After I had select a row on a jQGrid/jQDBGrid component, hot can I reset row selection, e.g., clear row selection no none?

Print this item

  TIdFtp property DataPortProtection
Posted by: dragonstar - 03-30-2022, 01:16 PM - Forum: Indy - Replies (2)

Good day all.
 
Working in Delphi 10.2...
 
I found a tip from Remy on StackOverflow that says if a connection needs encryption I need to set .DataPortProtection to ftpdspPrivate.
 
When I try to do this at design time I get a message "Can not set DataPortProtection with unencrypted connections" - is there some other property on the TIdFtp or TIdSSLIOHandlerSocketOpenSSL objects I need to set?
 
Or do I set this in code after I've connected?  If so, I tried that and ftpdpsPrivate isn't recognized - what unit do I need o add to my uses clause?
 
 
drc  Smile

Print this item

Question How to select text in TIWEdit
Posted by: David1 - 03-30-2022, 09:16 AM - Forum: IntraWeb General Discussion - Replies (6)

Hello,

I would like to select text in a TIWEdit control as soon as the page is rendered.
I played a little with Javascript in ScriptEvent property without success.

How can I do it?

Thank you,
Davide

Print this item

  dll's... again
Posted by: dragonstar - 03-29-2022, 08:26 PM - Forum: Indy - Replies (4)

Seems every time I try and do ftp or email or whatever I never have the right version of the .dll's that match the version of Indy I'm using.
 
So I have Delphi 10.2 and I think Indy came with the DevArt SecureBridge product but can't be sure.
 
The Indy version is 10.6.2.5366.
 
I have libeay32.dll and ssleay32.dll in the same folder as the .exe - their version is file version 1.0.2.21, product version 1.0.2u.
 
I have an TIdFtp component hooked to a TIdSSLIOHandlerSocketOpenSSL.
 
I can set UseTls to utUseImplicit Tls with no problem, but when I try and do .Connect I get "Could not load SSL library".
 
A comment in the code says this is usually due to the wrong .dll version - given my described environment above what is the correct version?
 
And if the version is correct, what am I missing with the components to correct this?
 
Thanks in advance to anyone who can help.
 
 
drc  Smile

Print this item

  Some problems with some events of some components
Posted by: raulevm - 03-29-2022, 07:11 PM - Forum: IntraWeb General Discussion - Replies (11)

Good afternoon, creating a simple Indy application working with Delphi 11.1 and IW15.2.51 I have noticed some problems with the components IWCheckBox, IWDBCheckBox, IWRadioButton and IWRadioGroup

For IWCheckBox and IWDBCheckBox
---------------------------------------

1.- The OnAsyncClick event is executed 2 times when we make a single click in the LABEL element of the component. It behaves normally when we make a single click on the INPUT element of the component.

2.- The OnAsyncEnter event does not work.

3.- The OnAsyncExit event does not work.

4.- The OnChange event behaves as an asynchronous event.

5.- The OnClick event does not change the state of the checkbox when we click on the LABEL element of the component. It behaves normally when we click on the INPUT element of the component.

For IWRadioButton
---------------------------------------------

1.- The OnAsyncChange event only works when the component is initially in UnChecked state and we click on it, it does not work if its state is changed asynchronously from another component, for example from a button, or when clicking on another IWRadioButton.

2.- The OnAsyncEnter event does not work.

3.- The OnAsyncExit event does not work.

4.- The OnClick event only works if we click on the INPUT element of the component. If we click on the LABEL element of the component, it changes its state (as if it were an asynchronous event) but the OnClick event is not executed.

For IWRadioGroup
------------------------------------------

1.-The OnAsyncChange event is only executed if we click on any of the items of the component. If we change the itemIndex from another component asynchronously, for example from a button, the index changes but the OnAsyncChange event is not triggered.

The OnClick event behaves as an asynchronous event if we click on the LABEL element of the component. It behaves normally if we click on the INPUT element of the component.

Please if someone could confirm this for an eventual correction I would be grateful.

Print this item

  Reflected Cross-Site scripting (XSS)
Posted by: MarcoRu - 03-23-2022, 03:00 PM - Forum: IntraWeb General Discussion - Replies (7)

Hi all,
I'm trying to find a way to prevent XSS, for example if an user try to write some script in URL of the application.
There is a way to sanitize the input of the value of parameter, removing special characters like ', <, >, ( etc?
For example typing the URL followed by a code (http://127.0.0.1:88/$/StartCheck?<svg/onload=alert(1)>) someone can redirect or execute script in our application.
I'm using 14.2.12 Intraweb version and I tryied to do it in many ways but noone works.
Thanks in advance!

Print this item

  Intraweb17 status
Posted by: mhammady - 03-22-2022, 03:17 PM - Forum: IntraWeb General Discussion - Replies (3)

Sorry for posting this here as I can't post on IW17 forums. The last update I see was from 2021. Is IW17 still active? if yes, what is the current ETA?

Print this item

  IW 15.2.51 is out
Posted by: Alexandre Machado - 03-22-2022, 09:03 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

there is a new update including support to RAD Studio 11 update 1

https://www.atozed.com/2022/03/intraweb-15-2-51/

Enjoy!  Big Grin

Print this item

  TIWFileUploader File dates
Posted by: PierreM - 03-21-2022, 05:27 AM - Forum: IntraWeb General Discussion - Replies (4)

In TIWFileUploader, is there any way I can read the file created date and file modified date after selection or successful upload of the file. Or is there a way to create the uploaded file with the same dates of the file that was selected for upload?

Print this item

  Using TIdHTTP to click a button on web page
Posted by: admctfdotcom - 03-20-2022, 09:20 AM - Forum: Indy - Replies (1)

Hi,

I need to be able to programmatically click a Download CSV button here and save the file locally.

https://www.nasdaq.com/market-activity/stocks/screener

I used TIdHTTP previously for downloading files but not when the button click in involved.
I have to admit i am not much into HTTP GET/POST stuff.

Any help would be greatly appreciated.

Thank you.

Print this item