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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 99,331
» Latest member: Sunwinscheap
» Forum threads: 2,426
» Forum posts: 11,373

Full Statistics

Online Users
There are currently 751 online users.
» 4 Member(s) | 744 Guest(s)
Applebot, Bing, Google, giacong1, nk88mtforum, Sunwinscheap, vaniram

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

 
  domain 3 level
Posted by: Сергей Александрович - 01-17-2020, 05:05 AM - Forum: IntraWeb General Discussion - Replies (4)

I am successfully using IntraWeb 15. The domain of the 2nd level works http://region.ru . Question How can I organize the work of another IW application on the 3rd level domain on the same server? For example http://third.region.ru ?

Я успешно использую IntraWeb 15. Рабочий домен 2-го уровня http://region.ru -да . Вопрос Как я могу организовать работу другого приложения IW на домене 3-го уровня на том же сервере? Например: http://third.region.ru -что ?

Print this item

  Leap year coding issue (perhaps)
Posted by: msgopala - 01-16-2020, 03:42 PM - Forum: IntraWeb General Discussion - Replies (4)

Seattle10
Intraweb 15.0.23
FastReports 5.0
TMS Intraweb PRO Components
Raize 6.2.1


Has anybody encountered a leap year issue while using IncYear function for dates.

I have a problem where if the start date is 12/30/19 or 12/31/2019 and I use the  IncYear function to auto populate the end date to 12/30/2020 or 12/31/2020 then the application does not submit. Dates before and after work fine i.e 12/29/2019 and 01/01/2020 get the end date and the application submits the users request.

I have tested it several times and end up with the same results. Appreciate any hekp I can get. For now we are handling these situations manually but I'm intrigued by this situationa dn the only thing I can think would cause this problem would be that 2020 is a leap year.

Thoughts?


Thanks

Print this item

  Session Id
Posted by: Mikael Nilsson - 01-15-2020, 12:47 PM - Forum: IntraWeb General Discussion - Replies (3)

Hi,

When the user logs in, I want to get the current Session Id so I can match it with the Session Id in the .log file(Dump).

Is it possible?

/Mikael

Print this item

  Authorization OAUTH2, unknown receiving server port for access token
Posted by: IndyBeginner - 01-15-2020, 12:38 PM - Forum: Indy - Replies (3)

Hi! I am working on project to send mails using SMTP server and OAUTH2
autorization mechanism with Indy components. There is a moment, when I 
authorizate and it is necessery to open http server to receive the
access token. Before I open the server, it is necessery to know the
default, free, port. It is possible in some situations, that the
previously chosen port can be unavailable in this moment. I am
wondering, if is it possible to set that the server will choose the
first free port or there is no way to do that and I need to know that
the port I set is free? I am the beginner. Thank You for reply.

Print this item

  IntraWeb 15.1.11 is out!
Posted by: Alexandre Machado - 01-15-2020, 10:50 AM - Forum: IntraWeb General Discussion - Replies (12)

Hi guys,

there is a new IW 15 release available, the first of the year: IW 15.1.11.

It contains *TONS* of new features:

https://www.atozed.com/2020/01/15-1-11/

Version history:

https://www.atozed.com/2020/1/15-1-11-h/

New demos are on the works and should be published in no time, showing new input types, IWButtons with images (even web font icons!) new UI styles (themes) and new features of IWDBLookupComboBox/ListBox. Stay tuned!

Enjoy  Big Grin

Print this item

  ChainedProxy
Posted by: Robert Gilland - 01-14-2020, 11:24 PM - Forum: Indy - Replies (1)

Has anyone used the ChainedProxy property?
Is there any examples of it's usage?

Print this item

  How to create IMAP server on localhost?
Posted by: AndrzejB - 01-11-2020, 10:44 PM - Forum: Indy - Replies (1)

I put IMAP and SMTP server components on form and make active.
I try add mailbox andrzej@localhost in Thunderbird but Thunderbird  nothing detect.

Print this item

  IP and DNS name
Posted by: AndrzejB - 01-11-2020, 10:24 PM - Forum: Indy - Replies (1)

How to get my and peer IP and DNS name?

Print this item

  CallBackResponse not working all the times
Posted by: promi8eas - 01-11-2020, 05:45 PM - Forum: IntraWeb General Discussion - Replies (8)

Please I need to execute some javascript commands in my project. I found that the CallBackResponse can do the job.
The issue I face is that the procedure is not working all the times.

The first example which i want to focus to a text box is working perfectly.
var
  js: string;
begin
  js := 'document.getElementById("TXTQUANTITY").focus();';
  WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA(js);
end;


but when i try to run other commands it does nothing even a simple pop message
  js:=  'windows.alert("I am an alert box!");';
  WebApplication.CallBackResponse.AddJavaScriptToExecute(js);

Is there something else I have to pay attention.

i am running XE6 and Intraweb 14.0.50 version

Print this item

  Access violation on Windows Server 2012
Posted by: valmeras - 01-10-2020, 06:30 PM - Forum: IntraWeb General Discussion - Replies (3)

I have built a 64 bits web application with Intraweb 14.2.7
The application was working fine on a Windows Server 2012 R2.
I reinstalled my server with the same Windows Server 2012 R2. But now the same Intraweb application as before is not working.
I am always getting an access violation error.
I was pretty sure that it was a folder permission problem with NTFS file system. So, I granted full permission to the folder to the Intraweb application.
But still same error: access violation!
What can be the other reasons with the Intraweb application cannot run ?

Print this item