| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 521 online users. » 1 Member(s) | 517 Guest(s) Applebot, Bing, Google, co88reviews1
|
| Latest Threads |
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 75
|
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 294
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 130
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 82
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,318
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 666
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 127
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 844
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 150
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,071
|
|
|
| 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 ?
|
|
|
| Looking for compos similar to TGridPanel or TGridLayout |
|
Posted by: rmunoz - 01-10-2020, 03:27 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi,
I am trying to reproduce (with IntraWeb) the behavior of the components TGridPanel (VCL) or TGridLayout (FMX) in terms of maintaining the columns width ratio.
Is there any component to this? Or some simple way to do it? It seems that CGDevTools has one, but it is for mobile and I need it for desktop.
TIA
Ricardo
|
|
|
| INTRAWEB ACME |
|
Posted by: JuergenS - 01-08-2020, 04:59 PM - Forum: IntraWeb General Discussion
- Replies (16)
|
 |
Hi,
I would like to use the ACME protocol for my web server application and have a number of questions on this topic.
Does ATOZED have corresponding documentation on this topic?
Best Regards
Juergen
|
|
|
|