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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,035
» Latest member: 8kbetmoncom
» Forum threads: 2,426
» Forum posts: 11,370

Full Statistics

Online Users
There are currently 967 online users.
» 2 Member(s) | 959 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, 8kbetmoncom, metroexport

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 03:02 AM
» Replies: 0
» Views: 67
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 59
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 76
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 333
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 166
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 519
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 166
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,059
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 301
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 859

 
  IdFTP.ConnectTimeout error
Posted by: Steffen - 09-03-2018, 09:12 AM - Forum: Indy - Replies (2)

after upgrading Indy to latest version 10.6, I receive the following EReadError:
"Error on reading from IdFTP.ConnectTimeout: Property ConnectTimeout does not exist."

I installed Indy several times strictly according to this site:
http://www.indyproject.org/Sockets/Docs/...on.de.aspx

The error occurs even in a fresh project where IdFTP is the only component without one line of code.
Assigning IdFTP.ConnectTimeout a different then the default value 0 is to no avail.

I am using Delphi XE2 and accordingly installed the "160" dpk files.
Both "Indy 10 Core" and "Protocoll" show with correct number (160) in "Installed packages"

Any ideas? Huh

Print this item

  IW15 64bit deployment
Posted by: chrisl - 09-03-2018, 07:11 AM - Forum: IntraWeb General Discussion - Replies (20)

Hi

We're currently trying to update a D2007 using IW9 application to XE4 with IW15.0.10.

The upgraded application seems to work on my development machine(s) in both 32bit and 64bit forms (I'm running Win10 on both my development PC and laptop) but for full testing I'm trying to deploy to 64bit Win2012R2 server.  However, I can't get the 64bit to work on the test server (I've also tried it on 64bit Win2008R2), it crashes as soon as it starts throwing an exception immediately whereas the 32bit version appears to run fine.  All the other 64bit applications we develop using XE4 (that don't use IW) work fine so it appears to be just a IW15 + 64bit that's the problem.

I'm hoping its just a case of some VC++ runtime that's missing from the server deployment - is this possible? 

Chris

Print this item

  IW15 for 64-Bit
Posted by: JuergenS - 09-01-2018, 08:50 AM - Forum: IntraWeb General Discussion - Replies (10)

Hello,

I'm using IW 15.0.10 and C++Builder 10.2.3.

I can compile the 64-Bit application in the 32-Bit IDE, but i can't execute the application.
The reason is probably that there are no 64-Bit INTRAWEB libraries installed.

I only found the following 32-Bit packages

C:\Users\Public\Documents\Embarcadero\Studio\19.0\BPL\dclIntraweb_15_D10_2.bpl
C:\Users\Public\Documents\Embarcadero\Studio\19.0\BPL\dclIWBootstrapD102.bpl
C:\Users\Public\Documents\Embarcadero\Studio\19.0\BPL\Intraweb_15_D10_2.bpl
C:\Users\Public\Documents\Embarcadero\Studio\19.0\BPL\IWBootstrapD102.bpl

but the 32-Bit and 64-Bit packages should be located in the following directories.

C:\Program Files (x86)\Embarcadero\Studio\19.0\bin
C:\Program Files (x86)\Embarcadero\Studio\19.0\bin64

The redistributables don't match to IW15.0.10.

C:\Program Files (x86)\Embarcadero\Studio\19.0\Redist\win32\Intraweb_140_250.bpl
C:\Program Files (x86)\Embarcadero\Studio\19.0\Redist\win64\Intraweb_140_250.bpl

I please need help from ATOZED.

Best Regards
JuergenS

Print this item

  Intraweb application and Region
Posted by: msgopala - 08-30-2018, 12:31 PM - Forum: IntraWeb General Discussion - Replies (2)

Seattle10
Intraweb 14.2.5
FastReports 5.0
TMS Intraweb PRO Components
Raize 6.2.1

While developing I noticed that with an async button click event making a region visible and positioning it on  top of another region, the region below (unless made invisible or the height is made to 1) is accessible.


Is there a way to make the region on top to  stay on top of the screen at the said position and everything in the background be inaccessible (just like the show message feature).



How are other developers handling this issue.

Thanks

Print this item

  How to deplow ISAPI to Azure web app?
Posted by: sergey@txtmobiz.com - 08-30-2018, 06:50 AM - Forum: IntraWeb General Discussion - Replies (10)

Hi,

Maybe somebody know how to publish ISAPI dll to the Azure web app? - Exact instructions and which files I have to create and deploy? - I tried different solutions, but all of them doesn't work.

Thanks in advance.

Print this item

  TIdHTTP Put Method
Posted by: jjeffman - 08-27-2018, 03:39 PM - Forum: Indy - Replies (2)

Hello,

I am using Indy 10 version 10.6.2.0 on C++ Builder 6.0 Professional Edition ( Windows10 ).

I need to use the Put method of TIdHTTP, but it is sending headers before the stream of requests.

Code:
PUT ************* HTTP/1.1
// I need to put the stream here, before the following headers
Content-Length: 313
Host: 127.0.0.1:3004
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: Mozilla/3.0 (compatible; Indy Library)


How can I avoid those headers or at least put the headers I need before automatic headers ?

Thank you very much.

Print this item

  zeromemory string state question
Posted by: Madammar - 08-27-2018, 12:39 AM - Forum: Delphi General Discussion - Replies (4)

why some times when i do zeromemory for long string it does not get cleared from memory 

i do something like some times when i click on button 4 or 5 times i can see this text in memory viewer


Code:
procedure TForm1.OnClick(Sender: TObject);
var
 pstr: string;
begin
 pstr := 'abcdefghijklmnobqrsputwjdgdfkljfhghjfggffhgfj;

 ZeroMemory(@(pstr[1]), Length(pstr)*SizeOf(Char));

 pstr:='';

end;

Print this item

  WebApplication.NewWindow Stay on top
Posted by: zsleo - 08-26-2018, 11:58 PM - Forum: IntraWeb General Discussion - No Replies

Is there a was to make a non-modal WebApplication.NewWindow stay on top.

TIA

Print this item

  LockSessionTimeout
Posted by: zsleo - 08-26-2018, 02:51 AM - Forum: IntraWeb General Discussion - Replies (5)

Can someone please advise what ServerControler.LockSessionTimeout is and where / how it is used.

Also is the value expressed in minutes, seconds, milliseconds:

TIA

Print this item

  Data entry validation
Posted by: geremiah - 08-24-2018, 09:24 PM - Forum: IntraWeb General Discussion - Replies (9)

How can be done a data validation for the user input in a db aware control ?
Can be used one of the control events ?
Must be used Javascript ?
Thank you.

Print this item