| Welcome, Guest |
You have to register before you can post on our site.
|
| 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
|
|
|
| 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
|
|
|
| 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.
|
|
|
| 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
|
|
|
| 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 ?
|
|
|
|